KVM: PPC: Add OSI hypercall interface
authorAlexander Graf <agraf@suse.de>
Wed, 24 Mar 2010 20:48:30 +0000 (21:48 +0100)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:17:10 +0000 (12:17 +0300)
commitad0a048b096ac819f28667602285453468a8d8f9
tree491128ccab48eb277a5cf5919a798b0507da9859
parent71fbfd5f38f73515f1516a68fbe04dba198b70f0
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>
Documentation/kvm/api.txt
arch/powerpc/include/asm/kvm_book3s.h
arch/powerpc/include/asm/kvm_host.h
arch/powerpc/kvm/book3s.c
arch/powerpc/kvm/powerpc.c
include/linux/kvm.h