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>
Fri, 5 Oct 2012 21:38:46 +0000 (23:38 +0200)
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>

No differences found