Index: pci_passthru.c =================================================================== --- pci_passthru.c (revision 278861) +++ pci_passthru.c (working copy) @@ -400,7 +400,7 @@ /* Need to also emulate the PBA, not supported yet */ printf("Unsupported MSI-X configuration: %d/%d/%d\n", b, s, f); - return (-1); + // return (-1); } }