• L
    qemu: fix cleanup of bridge during failure of qemuDomainAttachNetDevice · 4cc4b62e
    Laine Stump 提交于
    In qemuDomainAttachNetDevice, the guest's tap interface has only been
    attached to the bridge if iface_connected is true. It's possible for
    an error to occur prior to that happening, and previously we would
    attempt to remove the tap interface from the bridge even if it hadn't
    been attached.
    4cc4b62e
qemu_hotplug.c 78.6 KB