KVM: PPC: Add sanity checking to vcpu_run
authorAlexander Graf <agraf@suse.de>
Wed, 10 Aug 2011 11:57:08 +0000 (13:57 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Sep 2011 16:52:27 +0000 (19:52 +0300)
commitaf8f38b3499f0d4a3c354df2435f0fb2dded250a
tree129cf6f362fb623c80f8c2aa89c6fb3030b04c8d
parent930b412a005bde2ea3f05911eaaeeb10f11d79ab
KVM: PPC: Add sanity checking to vcpu_run

There are multiple features in PowerPC KVM that can now be enabled
depending on the user's wishes. Some of the combinations don't make
sense or don't work though.

So this patch adds a way to check if the executing environment would
actually be able to run the guest properly. It also adds sanity
checks if PVR is set (should always be true given the current code
flow), if PAPR is only used with book3s_64 where it works and that
HV KVM is only used in PAPR mode.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/include/asm/kvm.h
arch/powerpc/include/asm/kvm_host.h
arch/powerpc/include/asm/kvm_ppc.h
arch/powerpc/kvm/44x.c
arch/powerpc/kvm/book3s_hv.c
arch/powerpc/kvm/book3s_pr.c
arch/powerpc/kvm/booke.c
arch/powerpc/kvm/e500.c
arch/powerpc/kvm/powerpc.c