Revision 6ff534b6

b/hw/pci.c
558 558
        return NULL;
559 559
    }
560 560

  
561
    *devfnp = slot << 3;
561
    *devfnp = PCI_DEVFN(slot, 0);
562 562
    return pci_find_bus(pci_find_root_bus(dom), bus);
563 563
}
564 564

  

Also available in: Unified diff