summaryrefslogtreecommitdiff
path: root/debian/copyright
AgeCommit message (Expand)AuthorFilesLines
2006-11-13Initial import15.6-2Tobias Klauser1-0/+93
hristoffer.dall@linaro.org>2016-05-20 15:40:02 +0200 commitf94591e2e6fdca6e9a2cbf23e36a8803b4f605fe (patch) tree9c8c530509ef85a77af1568fad11dcb46cdfb378 parente5c3029467cfa0acd89cfbd9cee1ae848e5eb8b0 (diff)
KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
This patch implements the switches for KVM_DEV_ARM_VGIC_GRP_DIST_REGS and KVM_DEV_ARM_VGIC_GRP_CPU_REGS API which allows the userspace to access VGIC registers. Signed-off-by: Eric Auger <eric.auger@linaro.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat
-rw-r--r--virt/kvm/arm/vgic/vgic-kvm-device.c53
-rw-r--r--virt/kvm/arm/vgic/vgic-mmio-v2.c38
-rw-r--r--virt/kvm/arm/vgic/vgic.h1
3 files changed, 90 insertions, 2 deletions
diff --git a/virt/kvm/arm/vgic/vgic-kvm-device.c b/virt/kvm/arm/vgic/vgic-kvm-device.c