View | Details | Raw Unified | Return to bug 21996
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line     Link Here 
0
-- a/src/qemu/qemu_command.c
0
++ b/src/qemu/qemu_command.c
 Lines 690-695   qemuDomainPCIAddressSetPtr qemuDomainPCI Link Here 
690
    if (virDomainDeviceInfoIterate(def, qemuCollectPCIAddress, addrs) < 0)
690
    if (virDomainDeviceInfoIterate(def, qemuCollectPCIAddress, addrs) < 0)
691
        goto error;
691
        goto error;
692
692
693
    /* first 3 slots are reserved for hardcoded devices */
694
    addrs->nextslot = 3;
695
693
    return addrs;
696
    return addrs;
694
697
695
no_memory:
698
no_memory:

Return to bug 21996