From: Sheng Yang <[email protected]> This meant to be with commit: adcf3594f9580bdf9b5e71f271b6088b185e017e, otherwise QEmu only counts the MSI-X entries, but won't fill it...
Signed-off-by: Sheng Yang <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/hw/device-assignment.c b/hw/device-assignment.c index 853307b..624d15a 100644 --- a/hw/device-assignment.c +++ b/hw/device-assignment.c @@ -859,8 +859,6 @@ static int assigned_dev_update_msix_mmio(PCIDevice *pci_dev) if (entries_nr >= msix_nr.entry_nr) break; memcpy(&msg_ctrl, va + i * 16 + 12, 4); - if (msg_ctrl & 0x1) - continue; memcpy(&msg_data, va + i * 16 + 8, 4); if (msg_data == 0) continue; -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
