commit | 7ee788556bf395a8ef413bea33494df29a3409e0 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Aug 13 12:44:41 2012 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Oct 05 23:38:46 2012 +0200 |
tree | dfc85c7287cb634cb0c6d3e367c8139fef01cf78 | |
parent | 206c2ed7f1ea55222bde2954ee3d65c2e9cfb750 [diff] |
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>