Re: [PATCH 09/18] qemu: hotplug: Don't regenerate iSCSI secret alias

2020-07-15 Thread Ján Tomko
On a Friday in 2020, Peter Krempa wrote: We now store the alias of the secrets in the status XML so there's no need to generate it again. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) Reviewed-by: Ján Tomko

[PATCH 09/18] qemu: hotplug: Don't regenerate iSCSI secret alias

2020-07-10 Thread Peter Krempa
We now store the alias of the secrets in the status XML so there's no need to generate it again. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c