83 Commits (067a2b9c154c7024ecb1053e3cef1f22b085d9d8)

Author SHA1 Message Date
Luc Michel 067a2b9c15 intc/arm_gic: Improve traces 8 years ago
Luc Michel 50e579262d intc/arm_gic: Implement maintenance interrupt generation 8 years ago
Luc Michel cbe1282b56 intc/arm_gic: Implement gic_update_virt() function 8 years ago
Luc Michel 527d296f5d intc/arm_gic: Implement the virtual interface registers 8 years ago
Luc Michel 2c679ac734 intc/arm_gic: Wire the vCPU interface 8 years ago
Luc Michel 7eb079ec51 intc/arm_gic: Implement virtualization extensions in gic_cpu_(read|write) 8 years ago
Luc Michel 02f2e22d7c intc/arm_gic: Implement virtualization extensions in gic_(deactivate|complete_irq) 8 years ago
Luc Michel 439badd66d intc/arm_gic: Implement virtualization extensions in gic_acknowledge_irq 8 years ago
Luc Michel a1d7b8d896 intc/arm_gic: Implement virtualization extensions in gic_(activate_irq|drop_prio) 8 years ago
Luc Michel 86b350f0d0 intc/arm_gic: Add virtualization enabled IRQ helper functions 8 years ago
Luc Michel 3dd0471b75 intc/arm_gic: Refactor secure/ns access check in the CPU interface 8 years ago
Luc Michel 4a37e0e476 intc/arm_gic: Add virtualization extensions helper macros and functions 8 years ago
Luc Michel 5773c0494a intc/arm_gic: Add the virtualization extensions to the GIC state 8 years ago
Luc Michel 50491c56a5 intc/arm_gic: Remove some dead code and put some functions static 8 years ago
Luc Michel 3bb0b03897 intc/arm_gic: Implement GICD_ISACTIVERn and GICD_ICACTIVERn registers 8 years ago
Luc Michel 67ce697ac8 intc/arm_gic: Refactor operations on the distributor 8 years ago
Peter Maydell 7995206d05 hw/intc/arm_gic: Fix handling of GICD_ITARGETSR 8 years ago
Peter Maydell ee03cca88e hw/intc/arm_gic: Check interrupt number in gic_deactivate_irq() 8 years ago
Philippe Mathieu-Daudé bf85388169 qdev: use device_class_set_parent_realize/unrealize/reset() 9 years ago
Luc MICHEL 421a3c224e hw/intc/arm_gic: Fix the NS view of C_BPR when C_CTRL.CBPR is 1 9 years ago
Luc MICHEL fc05a6f22a hw/intc/arm_gic: Fix group priority computation for group 1 IRQs 9 years ago
Luc MICHEL 71aa735b0a hw/intc/arm_gic: Fix C_RPR value on idle priority 9 years ago
Luc MICHEL 91f4e18d95 hw/intc/arm_gic: Prevent the GIC from signaling an IRQ when it's "active and pending" 9 years ago
Peter Maydell 0cf0985201 hw/intc/arm_gic: reserved register addresses are RAZ/WI 9 years ago
Alexander Graf 5d721b785f ARM: KVM: Enable in-kernel timers with user space gic 9 years ago
Alex Bennée 68bf93ce9d hw/intc/arm_gic: modernise the DPRINTF 10 years ago
Michael Davidsaver 7c14b3ac07 arm: gic: Remove references to NVIC 10 years ago
Marcin Krzeminski 3bc4b52ccd nvic: set pending status for not active interrupts 10 years ago
Jens Wiklander fea8a08e16 hw/intc/gic: RAZ/WI non-sec access to sec interrupts 10 years ago
Paolo Bonzini 03dd024ff5 hw: explicitly include qemu/log.h 11 years ago
Hollis Blanchard 2531088f6c hw/intc/arm_gic: add tracepoints 10 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 11 years ago
Peter Maydell a55c910e0b hw/intc/arm_gic.c: Implement GICv2 GICC_DIR 11 years ago
Peter Maydell 8ef94f0bc9 arm: Clean up includes 11 years ago
Alistair Francis 3355c36053 arm_gic: Update ID registers based on revision 11 years ago
François Baldassari a859595791 hw/arm_gic: Correctly restore nested irq priority 11 years ago
Wei Huang b95690c9be hw/intc/arm_gic: Remove the definition of NUM_CPU 11 years ago
Daniel P. Berrange a8f15a2775 maint: remove double semicolons in many files 11 years ago
Peter Maydell d5523a1365 hw/intc/arm_gic: Actually set the active bits for active interrupts 11 years ago
Peter Maydell 72889c8a80 hw/intc/arm_gic: Drop running_irq and last_active arrays 11 years ago
Peter Maydell 51fd06e0ee hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registers 11 years ago
Peter Maydell df92cfa60e hw/intc/arm_gic: Running priority is group priority, not full priority 11 years ago
Pavel Fedin 7926c210ab hw/arm/gic: Kill code duplication 11 years ago
Johan Karlsson 235069a380 arm_gic: gic_update should always update all cores 11 years ago
Peter Maydell dadbb58f59 hw/intc/arm_gic: Add grouping support to gic_update() 11 years ago
Fabian Aggeler c5619bf9e8 hw/intc/arm_gic: Change behavior of IAR writes 11 years ago
Fabian Aggeler f9c6a7f139 hw/intc/arm_gic: Change behavior of EOIR writes 11 years ago
Fabian Aggeler 7c0fa108d9 hw/intc/arm_gic: Handle grouping for GICC_HPPIR 11 years ago
Fabian Aggeler 8150847061 hw/intc/arm_gic: Restrict priority view 11 years ago
Fabian Aggeler 08efa9f2d1 hw/intc/arm_gic: Implement Non-secure view of RPR 11 years ago