qemu-e2k/include
Marcel Apfelbaum d98f08f54e hw/pci: add pci wrappers for allocating and asserting irqs
Interrupt pin is selected and saved into PCI_INTERRUPT_PIN
register during device initialization. Devices should not call
directly qemu_set_irq and specify the INTx pin on each call.

Added pci_* wrappers to replace qemu_set_irq, qemu_irq_raise,
qemu_irq_lower and qemu_irq_pulse, setting the irq
based on PCI_INTERRUPT_PIN.

Added pci_allocate_irq wrapper to be used by devices that
still need PCIDevice infrastructure to assert irqs.

Renamed a static method which was named already pci_set_irq.

Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2013-10-14 17:11:44 +03:00
..
block block: define get_block_status return value 2013-09-06 15:25:09 +02:00
disas
exec memory: Change MemoryRegion priorities from unsigned to signed 2013-10-14 17:11:44 +03:00
fpu
hw hw/pci: add pci wrappers for allocating and asserting irqs 2013-10-14 17:11:44 +03:00
migration
monitor Merge remote-tracking branch 'kwolf/for-anthony' into staging 2013-09-03 12:32:46 -05:00
net net: Rename send_queue to incoming_queue 2013-09-06 17:01:26 +02:00
qapi error: Add error_set_win32 and error_setg_win32 2013-09-09 14:17:57 -05:00
qemu range: add min/max operations on ranges 2013-09-15 11:49:50 +03:00
qom QOM CPUState refactorings / X86CPU 2013-09-03 12:33:32 -05:00
sysemu smbios: Make multiple -smbios type= accumulate sanely 2013-09-28 23:49:39 +03:00
ui
config.h
elf.h
glib-compat.h
qemu-common.h
qemu-io.h
trace.h