aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index 955d2eeac964..b7c32f63671d 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -814,6 +814,9 @@ int kvm_dev_ioctl_check_extension(long ext)
814 case KVM_CAP_NR_VCPUS: 814 case KVM_CAP_NR_VCPUS:
815 r = KVM_MAX_VCPUS; 815 r = KVM_MAX_VCPUS;
816 break; 816 break;
817 case KVM_CAP_NR_MEMSLOTS:
818 r = KVM_MEMORY_SLOTS;
819 break;
817 default: 820 default:
818 r = 0; 821 r = 0;
819 break; 822 break;