]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: KVM: Add VGIC device control for arm64
authorChristoffer Dall <christoffer.dall@linaro.org>
Sun, 2 Feb 2014 21:41:02 +0000 (13:41 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Feb 2014 10:09:49 +0000 (11:09 +0100)
commita17c4b46421cd85aee701b672794425e37539abf
treef152970a13b146605b68c56a61f7638f97a5ca69
parente527dc095d07f94c4b149b4aa8237cd6cb8e7254
arm64: KVM: Add VGIC device control for arm64

This fixes the build breakage introduced by
76b641b4e1436286361eca4f1fe5ff0d1605dd29 and adds support for the device
control API and save/restore of the VGIC state for ARMv8.

The defines were simply missing from the arm64 header files and
uaccess.h must be implicitly imported from somewhere else on arm.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/arm64/include/uapi/asm/kvm.h
virt/kvm/arm/vgic.c