]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove redundant cleanup in qemuDomainAttachVirtioDiskDevice
authorJán Tomko <jtomko@redhat.com>
Thu, 18 Dec 2014 11:45:04 +0000 (12:45 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 18 Dec 2014 11:53:56 +0000 (12:53 +0100)
commit1adda68a1b60a1f1a42bab5801e1529059d34ce4
treebae2a0919e012c36dc64027b7174e8e202a075c0
parent1cddf0001f5f1af10791181229148f36fd6d94c5
Remove redundant cleanup in qemuDomainAttachVirtioDiskDevice

Commit ca91ba7 moved these into the qemuDomainPrepareDisk helper,
but forgot to remove them from here as well.
src/qemu/qemu_hotplug.c