KVM: x86 emulator: Drop EFER.SVME requirement from VMMCALL
authorAvi Kivity <avi@redhat.com>
Tue, 5 Apr 2011 13:25:20 +0000 (16:25 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 11 May 2011 11:57:04 +0000 (07:57 -0400)
commitbfeed29d6d3ebd5f31253d2c067e4e6c4aeb376b
treeb39ef2b2e736b78d8a0359374a84028be19b2630
parent8b18bc378224b4f195145b407b95768a289497e3
KVM: x86 emulator: Drop EFER.SVME requirement from VMMCALL

VMMCALL requires EFER.SVME to be enabled in the host, not in the guest, which
is what check_svme() checks.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c