summaryrefslogtreecommitdiff
path: root/bpf.vim
AgeCommit message (Expand)AuthorFilesLines
2013-05-13vim: add bpf syntax highlighting fileDaniel Borkmann1-0/+45
'ctrl'>
authorEric Auger <eric.auger@linaro.org>2015-12-21 16:36:04 +0100
committerChristoffer Dall <christoffer.dall@linaro.org>2016-05-20 15:40:01 +0200
commite2c1f9abff83ee0ad0f78e03918c7edf070edb39 (patch)
tree69d0b77f3df4b5051fce061ebe6c84e78e11df53
parentafcc7c50ce6e2fb18fd0535813c1d612265b1899 (diff)
KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
kvm_vgic_addr is used by the userspace to set the base address of the following register regions, as seen by the guest: - distributor(v2 and v3), - re-distributors (v3), - CPU interface (v2). 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--include/kvm/vgic/vgic.h2
-rw-r--r--virt/kvm/arm/vgic/vgic-kvm-device.c86
-rw-r--r--virt/kvm/arm/vgic/vgic.h3
3 files changed, 91 insertions, 0 deletions
diff --git a/include/kvm/vgic/vgic.h b/include/kvm/vgic/vgic.h