summaryrefslogtreecommitdiff
path: root/test/dissector_fuzz.sh
AgeCommit message (Expand)AuthorFilesLines
2013-03-16dissector_fuzz: minor: add header file descriptionDaniel Borkmann1-2/+13
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+68
a> (patch) tree2a22d9c5277b74c69a158364cddaeae1f0e63cfe parent64a959d66e47039833e7f3c8d7e50fd4afa078ca (diff)
KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
Provide a vgic_queue_irq_unlock() function which decides whether a given IRQ needs to be queued to a VCPU's ap_list. This should be called whenever an IRQ becomes pending or enabled, either as a result of userspace injection, from in-kernel emulated devices like the architected timer or from MMIO accesses to the distributor emulation. Also provides the necessary functions to allow userland to inject an IRQ to a guest. Since this is the first code that starts using our locking mechanism, we add some (hopefully) clear documentation of our locking strategy and requirements along with this patch. Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat
-rw-r--r--include/kvm/vgic/vgic.h3
-rw-r--r--virt/kvm/arm/vgic/vgic.c211
-rw-r--r--virt/kvm/arm/vgic/vgic.h1
3 files changed, 215 insertions, 0 deletions
diff --git a/include/kvm/vgic/vgic.h b/include/kvm/vgic/vgic.h