summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
authorAvi Kivity2008-07-29 10:30:57 +0200
committerAvi Kivity2008-07-29 11:34:02 +0200
commited8486243379ef3e6c61363df915882945c0eaec (patch)
tree5504b545fc236d192be34a4a68de7b74c64f70e9 /arch/x86/kvm/x86.c
parentKVM: Synchronize guest physical memory map to host virtual memory map (diff)
downloadkernel-qcow2-linux-ed8486243379ef3e6c61363df915882945c0eaec.tar.gz
kernel-qcow2-linux-ed8486243379ef3e6c61363df915882945c0eaec.tar.xz
kernel-qcow2-linux-ed8486243379ef3e6c61363df915882945c0eaec.zip
KVM: Advertise synchronized mmu support to userspace
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index c7b01efe0646..0d682fc6aeb3 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -883,6 +883,7 @@ int kvm_dev_ioctl_check_extension(long ext)
case KVM_CAP_PIT:
case KVM_CAP_NOP_IO_DELAY:
case KVM_CAP_MP_STATE:
+ case KVM_CAP_SYNC_MMU:
r = 1;
break;
case KVM_CAP_COALESCED_MMIO: