On 17/1/23 09:07, Paolo Bonzini wrote:
In order to create a function that allows testing of invalid command lines, extract the parts of qtest_init_without_qmp_handshake that do not require any successful set up of sockets.Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- tests/qtest/libqtest.c | 103 ++++++++++++++++++++++------------------- 1 file changed, 55 insertions(+), 48 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>