Re: [PATCH 09/14] qemu: command: Always QEMU_CAPS_VNC_MULTI_SERVERS

2021-09-23 Thread Ján Tomko
On a Thursday in 2021, Peter Krempa wrote: All supported qemu versions now use the new commandine parser functions, commandline thus we can remove the old-style commandline generator. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 5 +

[PATCH 09/14] qemu: command: Always QEMU_CAPS_VNC_MULTI_SERVERS

2021-09-23 Thread Peter Krempa
All supported qemu versions now use the new commandine parser functions, thus we can remove the old-style commandline generator. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 5 + tests/qemuxml2argvdata/name-escape.args | 2 +- tests/qemuxml2argvtest.c