]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user space
authorAnup Patel <anup.patel@linaro.org>
Tue, 29 Apr 2014 05:54:25 +0000 (11:24 +0530)
committerChristoffer Dall <christoffer.dall@linaro.org>
Wed, 30 Apr 2014 11:18:58 +0000 (04:18 -0700)
We have PSCI v0.2 emulation available in KVM ARM/ARM64
hence advertise this to user space (i.e. QEMU or KVMTOOL)
via KVM_CHECK_EXTENSION ioctl.

Signed-off-by: Anup Patel <anup.patel@linaro.org>
Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@linaro.org>
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm/kvm/arm.c

index f0e50a0f3a65b1c0476ec18db3ff914594c1061f..3c82b37c0f9edbe031718a67ac3c8426139f8862 100644 (file)
@@ -197,6 +197,7 @@ int kvm_dev_ioctl_check_extension(long ext)
        case KVM_CAP_DESTROY_MEMORY_REGION_WORKS:
        case KVM_CAP_ONE_REG:
        case KVM_CAP_ARM_PSCI:
+       case KVM_CAP_ARM_PSCI_0_2:
                r = 1;
                break;
        case KVM_CAP_COALESCED_MMIO: