Re: [PATCH 14/17] qemuDomainPrepareHostdev: Allocate backend nodenames in the prepare function

2020-09-14 Thread Ján Tomko
On a Friday in 2020, Peter Krempa wrote: Allocate the nodename in the setup function rather than in the command line generator. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 7 --- src/qemu/qemu_domain.c | 8 2 files changed, 12 insertions(+), 3 deletions(-) Reviewed-

[PATCH 14/17] qemuDomainPrepareHostdev: Allocate backend nodenames in the prepare function

2020-09-11 Thread Peter Krempa
Allocate the nodename in the setup function rather than in the command line generator. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 7 --- src/qemu/qemu_domain.c | 8 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qem