index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
core
/
irq.c
Age
Commit message (
Expand
)
Author
2023-02-27
hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
Philippe Mathieu-Daudé
2022-04-21
hw/core/irq: remove unused 'qemu_irq_split' function
Zongyuan Li
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2019-11-05
Revert "irq: introduce qemu_irq_proxy()"
Philippe Mathieu-Daudé
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2017-02-24
tcg: drop global lock during TCG code execution
Jan Kiszka
2016-01-29
hw/core: Clean up includes
Peter Maydell
2014-10-23
irq: Remove qemu_irq_intercept_out
Peter Crosthwaite
2014-10-23
qtest/irq: Rework IRQ interception
Peter Crosthwaite
2014-07-01
irq: Slim conversion of qemu_irq to QOM
Andreas Färber
2014-07-01
irq: Allocate IRQs individually
Peter Crosthwaite
2014-06-30
hw: Fix qemu_allocate_irqs() leaks
Andreas Färber
2013-10-14
hw/core: Add interface to allocate and free a single IRQ
Marcel Apfelbaum
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini