Re: [PATCH 34/35] qemu: Allow disks with images shared accross VMs

2021-05-24 Thread Ján Tomko
On a Friday in 2021, Peter Krempa wrote: Implement this behaviour by skipping the disks on traditional commandline and hotplug them before resuming CPUs. That allows to use the support for hotplugging of transient disks which inherently allows sharing of the backing image as we open it

[PATCH 34/35] qemu: Allow disks with images shared accross VMs

2021-05-21 Thread Peter Krempa
Implement this behaviour by skipping the disks on traditional commandline and hotplug them before resuming CPUs. That allows to use the support for hotplugging of transient disks which inherently allows sharing of the backing image as we open it read-only. This commit implements the validation