[Qemu-devel] [PULL 08/43] hw/vfio: set interrupts using pci irq wrappers

2013-10-14 Thread Michael S. Tsirkin
From: Marcel Apfelbaum marce...@redhat.com pci_set_irq and the other pci irq wrappers use PCI_INTERRUPT_PIN config register to compute device INTx pin to assert/deassert. save INTX pin into the config register before calling pci_set_irq Signed-off-by: Marcel Apfelbaum marce...@redhat.com

Re: [Qemu-devel] [PULL 08/43] hw/vfio: set interrupts using pci irq wrappers

2013-10-14 Thread Alex Williamson
On Mon, 2013-10-14 at 17:58 +0300, Michael S. Tsirkin wrote: From: Marcel Apfelbaum marce...@redhat.com pci_set_irq and the other pci irq wrappers use PCI_INTERRUPT_PIN config register to compute device INTx pin to assert/deassert. save INTX pin into the config register before calling