]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: process: Setup transient disks only when starting a fresh VM
authorPeter Krempa <pkrempa@redhat.com>
Wed, 28 Apr 2021 09:03:19 +0000 (11:03 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 24 May 2021 18:38:07 +0000 (20:38 +0200)
commit06e9b0c28db6c3123b0a17a24edc140111482143
tree37aa3503082dc6d159427a6aa66521f01e869cb7
parent81db8b6d8973dd8b6b375b682060f99dc49028ac
qemu: process: Setup transient disks only when starting a fresh VM

Creating the overlay for the disk is needed when starting a new VM only.
Additionally for now migration with transient disks is forbidden
anyways.

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_process.c