[PATCH 2/2] pci-assign: Use pci_device_set_intx_routing_notifier

2012-08-03 Thread Jan Kiszka
From: Jan Kiszka jan.kis...@siemens.com Replace the hack in pci_default_write_config with upstream's generic callback mechanism to get informed about changes on the PCI INTx routing. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- hw/Makefile.objs |3 +-- hw/device-assignment.c |

Re: [PATCH 2/2] pci-assign: Use pci_device_set_intx_routing_notifier

2012-08-03 Thread Alex Williamson
On Fri, 2012-08-03 at 12:52 +0200, Jan Kiszka wrote: From: Jan Kiszka jan.kis...@siemens.com Replace the hack in pci_default_write_config with upstream's generic callback mechanism to get informed about changes on the PCI INTx routing. Signed-off-by: Jan Kiszka jan.kis...@siemens.com ---

Re: [PATCH 2/2] pci-assign: Use pci_device_set_intx_routing_notifier

2012-08-03 Thread Jan Kiszka
On 2012-08-03 17:35, Alex Williamson wrote: On Fri, 2012-08-03 at 12:52 +0200, Jan Kiszka wrote: From: Jan Kiszka jan.kis...@siemens.com Replace the hack in pci_default_write_config with upstream's generic callback mechanism to get informed about changes on the PCI INTx routing.