Re: [PATCH 04/13] qemu_command: Rename qemuBuildNumaArgStr()

2020-06-24 Thread Daniel Henrique Barboza
On 6/24/20 10:49 AM, Michal Privoznik wrote: The function doesn't just build the argument for -numa. Since the -numa can be repeated multiple times, it also puts -numa onto the cmd line. Also, the rest of the functions has 'Command' infix. Signed-off-by: Michal Privoznik --- Reviewed-by: D

[PATCH 04/13] qemu_command: Rename qemuBuildNumaArgStr()

2020-06-24 Thread Michal Privoznik
The function doesn't just build the argument for -numa. Since the -numa can be repeated multiple times, it also puts -numa onto the cmd line. Also, the rest of the functions has 'Command' infix. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c | 10 +- 1 file changed, 5 insert