KVM: Consolidate userspace memory capability reporting into common code
[deliverable/linux.git] / virt / kvm / kvm_main.c
index e066eb125e55eeea796a542b8f147b6bf84250b5..eb70ca6c7145590c1aa14edfad3379eb23dd6684 100644 (file)
@@ -1908,6 +1908,7 @@ static int kvm_dev_ioctl_create_vm(void)
 static long kvm_dev_ioctl_check_extension_generic(long arg)
 {
        switch (arg) {
+       case KVM_CAP_USER_MEMORY:
        case KVM_CAP_DESTROY_MEMORY_REGION_WORKS:
                return 1;
        default:
This page took 0.025476 seconds and 5 git commands to generate.