This series includes cleanups of the PCI config access of assigned devices, fixes a corner case in this area, removes that suspicious VGA hunk from assigned_dev_pci_read_config, and finally enables support for the latest host IRQ sharing support via PCI-2.3 interrupt masking. See the patches for details. Jan Kiszka (5): pci-assign: Clean up assigned_dev_pci_read/write_config pci-assign: Fix dword read at PCI_COMMAND pci-assign: Remove suspicious hunk from assigned_dev_pci_read_config pci-assign: Convert need_emulate_cmd into a bitmask pci-assign: Use PCI-2.3-based shared legacy interrupts hw/device-assignment.c | 100 ++++++++++++++++++++++++++++++++++++----------- hw/device-assignment.h | 2 +- qemu-kvm.c | 8 ++++ qemu-kvm.h | 3 + 4 files changed, 88 insertions(+), 25 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html