• J
    qemu: Fix depedency order in qemuRemoveDiskDevice · 502c747a
    John Ferlan 提交于
    Need to remove the drive first, then the secobj and/or encobj if they exist.
    This is because the drive has a dependency on secobj (or the secret for
    the networked storage server) and/or the encobj (or the secret for the
    LUKS encrypted volume).  Deleting either object first leaves an drive
    without it's respective objects.
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    502c747a
qemu_hotplug.c 155.4 KB