summaryrefslogtreecommitdiff
path: root/udp.conf
AgeCommit message (Expand)AuthorFilesLines
2013-05-05misc: move file to source rootDaniel Borkmann1-0/+1056
class='ctrl'>
authorEric Auger <eric.auger@linaro.org>2015-11-30 14:01:58 +0100
committerChristoffer Dall <christoffer.dall@linaro.org>2016-05-20 15:39:59 +0200
commitc86c772191d7e65f873e6908e9604b31168936cd (patch)
tree150422f0979bb7f9938ea19e2a41ae1f780b144e
parent621ecd8d2123bc13e140b519e01a18200aeb614c (diff)
KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
This patch introduces the skeleton for the KVM device operations associated to KVM_DEV_TYPE_ARM_VGIC_V2 and KVM_DEV_TYPE_ARM_VGIC_V3. At that stage kvm_vgic_create is stubbed. 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.c108
-rw-r--r--virt/kvm/arm/vgic/vgic.h2
2 files changed, 110 insertions, 0 deletions
diff --git a/virt/kvm/arm/vgic/vgic-kvm-device.c b/virt/kvm/arm/vgic/vgic-kvm-device.c
new file mode 100644