KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Jul 2015 16:30:02 +0000 (17:30 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 21 Jul 2015 11:50:43 +0000 (12:50 +0100)
commit834bf88726f0f11ddc7ff9679fc9458654c01a12
tree9fb71c96dfab5c64a4a2c5972783bd621f266874
parent5540546bc93b49f98a0466fe3f96615286c76574
KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG

Finally advertise the KVM capability for SET_GUEST_DEBUG. Once arm
support is added this check can be moved to the common
kvm_vm_ioctl_check_extension() code.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Documentation/virtual/kvm/api.txt
arch/arm64/include/asm/hw_breakpoint.h
arch/arm64/include/asm/kvm_host.h
arch/arm64/kernel/hw_breakpoint.c
arch/arm64/kvm/debug.c
arch/arm64/kvm/guest.c
arch/arm64/kvm/handle_exit.c
arch/arm64/kvm/reset.c