]> Git Repo - qemu.git/commit - hw/piix_pci.c
pci: Add INTx routing notifier
authorJan Kiszka <[email protected]>
Mon, 2 Jul 2012 12:38:47 +0000 (14:38 +0200)
committerMichael S. Tsirkin <[email protected]>
Thu, 19 Jul 2012 14:15:42 +0000 (17:15 +0300)
commit0ae1625177aba9ac70beb1556615530ddb18086d
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 <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/pci.c
hw/pci.h
hw/piix_pci.c
This page took 0.026146 seconds and 4 git commands to generate.