pci: Add INTx routing notifier
commit0ae1625177aba9ac70beb1556615530ddb18086d
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 2 Jul 2012 12:38:47 +0000 (2 14:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 19 Jul 2012 14:15:42 +0000 (19 17:15 +0300)
treedf04a5aaf06d1a771e9afc4742d64cd903c2f63d
parent3afa9bb488ea981d39255a25aaeb85eeafda41cb
pci: Add INTx routing notifier

This per-device notifier shall be triggered by any interrupt router
along the path of a device's legacy interrupt signal on routing changes.
For simplicity reasons and as this is a slow path anyway, no further
details on the routing changes are provided. Instead, the callback is
expected to use pci_device_route_intx_to_irq to check the effect of the
change.

Will be used by KVM PCI device assignment and VFIO.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci.c
hw/pci.h
hw/piix_pci.c