Re: [libvirt] [PATCH 5/9] qemu: hotplug: Extract hotplug of secrets into qemuBlockStorageSourceAttachApply

2018-06-02 Thread Ján Tomko
On Fri, Jun 01, 2018 at 05:51:08PM +0200, Peter Krempa wrote: Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 21 + src/qemu/qemu_block.h | 6 ++ src/qemu/qemu_command.c | 13 + src/qemu/qemu_hotplug.c | 37 - 4 fil

[libvirt] [PATCH 5/9] qemu: hotplug: Extract hotplug of secrets into qemuBlockStorageSourceAttachApply

2018-06-01 Thread Peter Krempa
Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 21 + src/qemu/qemu_block.h | 6 ++ src/qemu/qemu_command.c | 13 + src/qemu/qemu_hotplug.c | 37 - 4 files changed, 40 insertions(+), 37 deletions(-) diff --git a