]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainAttachDeviceDiskLiveInternal: Simplify call to qemuDomainAttachDiskGeneric
authorPeter Krempa <pkrempa@redhat.com>
Tue, 18 May 2021 13:18:01 +0000 (15:18 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 24 May 2021 18:38:08 +0000 (20:38 +0200)
commitf5542ae0142b515dbf6dc1fd29bba3ac6095a589
tree198393ecede4d69cebd3560767061db999841c9a
parentd5a204ef9187e426bd79ea9189e5cdde6b3ab74d
qemuDomainAttachDeviceDiskLiveInternal: Simplify call to qemuDomainAttachDiskGeneric

We can call it in one place as all per-device-type subcases use the same
code.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_hotplug.c