]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: hotplug: Fix handling of the 'copy-on-read' layer with blockdev
authorPeter Krempa <pkrempa@redhat.com>
Thu, 6 Feb 2020 11:14:32 +0000 (12:14 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 10 Feb 2020 16:26:27 +0000 (17:26 +0100)
commitb71cf8726c25ea135ac81051e332544e6b886ad2
tree8fd49b9c596d17795f44255684b77feca542ec8d
parentdb57e9daf5ab25bd7a1f377c4dde160b0896ad64
qemu: hotplug: Fix handling of the 'copy-on-read' layer with blockdev

My original implementation was completely broken because it attempted to
use object-add/del instead of blockdev-add/del.

https://bugzilla.redhat.com/show_bug.cgi?id=1798366

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_hotplug.c