commit | bfeed29d6d3ebd5f31253d2c067e4e6c4aeb376b | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Apr 05 16:25:20 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:57:04 2011 -0400 |
tree | b39ef2b2e736b78d8a0359374a84028be19b2630 | |
parent | 8b18bc378224b4f195145b407b95768a289497e3 [diff] |
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>