Re: [libvirt] [PATCH 4/9] qemu: hotplug: Extract hotplug of PR into qemuBlockStorageSourceAttachApply

2018-06-02 Thread Ján Tomko
On Fri, Jun 01, 2018 at 05:51:07PM +0200, Peter Krempa wrote: Introduce a new setup function for all the related configuration and move the setup and attachment of the PR code. Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 8 src/qemu/qemu_block.h | 3 +++ src/qemu/qemu_c

[libvirt] [PATCH 4/9] qemu: hotplug: Extract hotplug of PR into qemuBlockStorageSourceAttachApply

2018-06-01 Thread Peter Krempa
Introduce a new setup function for all the related configuration and move the setup and attachment of the PR code. Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 8 src/qemu/qemu_block.h | 3 +++ src/qemu/qemu_command.c | 21 + src/qemu/qemu_command.h