aboutsummaryrefslogtreecommitdiff
path: root/hw/core/irq.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2019-11-05Revert "irq: introduce qemu_irq_proxy()"Philippe Mathieu-Daudé1-14/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-0/+1
2016-01-29hw/core: Clean up includesPeter Maydell1-0/+1
2014-10-23irq: Remove qemu_irq_intercept_outPeter Crosthwaite1-6/+0
2014-10-23qtest/irq: Rework IRQ interceptionPeter Crosthwaite1-1/+1
2014-07-01irq: Slim conversion of qemu_irq to QOMAndreas Färber1-2/+20
2014-07-01irq: Allocate IRQs individuallyPeter Crosthwaite1-13/+7
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-2/+2
2013-10-14hw/core: Add interface to allocate and free a single IRQMarcel Apfelbaum1-0/+16
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+136