Statistics
| Branch: | Revision:

root / hw / core / irq.c @ 0ee4de6c

History | View | Annotate | Download (3.9 kB)

# Date Author Comment
a8a9d30b 10/14/2013 05:11 pm Marcel Apfelbaum

hw/core: Add interface to allocate and free a single IRQ

qemu_allocate_irq returns a single qemu_irq.
The interface allows to specify an interrupt number.

qemu_free_irq frees it.

Signed-off-by: Marcel Apfelbaum <>
Signed-off-by: Michael S. Tsirkin <>

49ab747f 04/08/2013 07:13 pm Paolo Bonzini

hw: move target-independent files to subdirectories

This patch tackles all files that are compiled once, moving
them to subdirectories of hw/.

Signed-off-by: Paolo Bonzini <>