]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Jul 2015 16:29:55 +0000 (17:29 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 21 Jul 2015 11:47:08 +0000 (12:47 +0100)
commitde05a50f36be1fef085e63205dbfd12ca4c97f9a
tree197742d8a93025972dd811b20d8e54da184a8a1b
parenta54150085edce794859c17ca161d2d360bd0907a
KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl

This commit adds a stub function to support the KVM_SET_GUEST_DEBUG
ioctl. Any unsupported flag will return -EINVAL. For now, only
KVM_GUESTDBG_ENABLE is supported, although it won't have any effects.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>.
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Documentation/virtual/kvm/api.txt
arch/arm/kvm/arm.c
arch/arm/kvm/guest.c
arch/arm64/kvm/guest.c