]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc_q35.c
ich9: add support for pci assignment
authorJason Baron <jbaron@redhat.com>
Wed, 23 Jan 2013 02:11:37 +0000 (19:11 -0700)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 29 Jan 2013 23:31:09 +0000 (01:31 +0200)
commit91c3f2f00810a9ba5e4404c9611197efd8f694c8
tree317b938e539954fda77f338ad20aeab4e3dcdaa3
parentdd23454ba2c83168b453155365671e67723b881f
ich9: add support for pci assignment

Fills out support for the pci assignment API.  Added:

PCIINTxRoute ich9_route_intx_pin_to_irq(void *opaque, int pirq_pin)

Add calls to pci_bus_fire_intx_routing_notifier() when routing changes
are made.

Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/ich9.h
hw/lpc_ich9.c
hw/pc_q35.c