summaryrefslogtreecommitdiffstats
path: root/hw/ich9.h
diff options
context:
space:
mode:
authorJason Baron <jbaron@redhat.com>2013-01-22 19:11:37 -0700
committerMichael S. Tsirkin <mst@redhat.com>2013-01-30 01:31:09 +0200
commit91c3f2f00810a9ba5e4404c9611197efd8f694c8 (patch)
tree317b938e539954fda77f338ad20aeab4e3dcdaa3 /hw/ich9.h
parentdd23454ba2c83168b453155365671e67723b881f (diff)
downloadhqemu-91c3f2f00810a9ba5e4404c9611197efd8f694c8.zip
hqemu-91c3f2f00810a9ba5e4404c9611197efd8f694c8.tar.gz
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>
Diffstat (limited to 'hw/ich9.h')
-rw-r--r--hw/ich9.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ich9.h b/hw/ich9.h
index b8d8e6d..d4509bb 100644
--- a/hw/ich9.h
+++ b/hw/ich9.h
@@ -18,6 +18,7 @@
void ich9_lpc_set_irq(void *opaque, int irq_num, int level);
int ich9_lpc_map_irq(PCIDevice *pci_dev, int intx);
+PCIINTxRoute ich9_route_intx_pin_to_irq(void *opaque, int pirq_pin);
void ich9_lpc_pm_init(PCIDevice *pci_lpc, qemu_irq cmos_s3);
PCIBus *ich9_d2pbr_init(PCIBus *bus, int devfn, int sec_bus);
i2c_bus *ich9_smb_init(PCIBus *bus, int devfn, uint32_t smb_io_base);
OpenPOWER on IntegriCloud