Loading arch/s390/kvm/kvm-s390.c +6 −1 Original line number Diff line number Diff line Loading @@ -112,8 +112,13 @@ long kvm_arch_dev_ioctl(struct file *filp, int kvm_dev_ioctl_check_extension(long ext) { switch (ext) { case KVM_CAP_USER_MEMORY: return 1; default: return 0; } } /* Section: vm related */ /* Loading Loading
arch/s390/kvm/kvm-s390.c +6 −1 Original line number Diff line number Diff line Loading @@ -112,8 +112,13 @@ long kvm_arch_dev_ioctl(struct file *filp, int kvm_dev_ioctl_check_extension(long ext) { switch (ext) { case KVM_CAP_USER_MEMORY: return 1; default: return 0; } } /* Section: vm related */ /* Loading