commit | ad0a048b096ac819f28667602285453468a8d8f9 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Mar 24 21:48:30 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:17:10 2010 +0300 |
tree | 491128ccab48eb277a5cf5919a798b0507da9859 | |
parent | 71fbfd5f38f73515f1516a68fbe04dba198b70f0 [diff] |
KVM: PPC: Add OSI hypercall interface MOL uses its own hypercall interface to call back into userspace when the guest wants to do something. So let's implement that as an exit reason, specify it with a CAP and only really use it when userspace wants us to. The only user of it so far is MOL. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>