]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainAttachDiskGeneric: Split up frontend and backend attachment
authorPeter Krempa <pkrempa@redhat.com>
Fri, 21 May 2021 08:34:55 +0000 (10:34 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 24 May 2021 18:38:08 +0000 (20:38 +0200)
commit4f79d7ada690a14ff71a7600f389295ccd47b17d
tree374b3e678da6dec5525c082a32ac61278ed6ba68
parent17ba0eb458a580d9f8712a6225708773e94d9e75
qemuDomainAttachDiskGeneric: Split up frontend and backend attachment

Split up the monitor contexts to attach the backend of the disk and the
frontend device in preparation for hotplugging transient disks where
we'll need to add the code for adding the transient overlay between
these two steps.

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