]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: PPC: Add return value in prepare_to_enter
authorAlexander Graf <agraf@suse.de>
Mon, 13 Aug 2012 10:44:41 +0000 (12:44 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 14 Aug 2012 22:29:20 +0000 (00:29 +0200)
commitc589f36f654d2ea28b043daf05300e4fa5031b4d
tree5312c24440a780a28da778edbaf613622faf2b5c
parenta162abd8dc0b2407a89cc1b4a3536a0d300d8d88
KVM: PPC: Add return value in prepare_to_enter

Our prepare_to_enter helper wants to be able to return in more circumstances
to the host than only when an interrupt is pending. Broaden the interface a
bit and move even more generic code to the generic helper.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/book3s_pr.c
arch/powerpc/kvm/booke.c
arch/powerpc/kvm/powerpc.c