• E
    qemu: Tweak auto adding PCI bridge controller when extending default PCI bus · 93c8ca99
    Erik Skultety 提交于
    In case we find out, there are more PCI devices to be connected
    than there are available slots on the default PCI bus, we automatically add a
    new bus and a related PCI bridge controller as well. As there are no free slots
    left on the default PCI bus, PCI bridge controller gets a free slot on a
    newly created PCI bus which causes qemu to refuse to start the guest.
    This fix introduces a new function qemuDomainPCIBusFullyReserved which
    is checked right before we possibly try to reserve a slot for PCI bridge
    controller.
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1132900
    93c8ca99
qemu_command.c 437.4 KB