On 11/12/19 20:12, Thomas Huth wrote: > On 11/12/2019 15.23, Paolo Bonzini wrote: >> From: Marc-André Lureau <marcandre.lur...@redhat.com> >> >> Fix Unix socket connection & skip commands that are not implemented. >> >> Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> >> --- >> tests/test-qga.c | 25 ++++++++++++++++++------- >> 1 file changed, 18 insertions(+), 7 deletions(-) > > Don't you also want to enable it in the tests/Makefile.include ? > It's currently fenced with CONFIG_LINUX...
Hmm yeah, it was a hidden change done by the Meson conversion. I'll send v2. Paolo