On Fri, Nov 29, 2019 at 09:34:49PM +0000, Oleinik, Alexander wrote: > +static QTestState *qtest_setup(void) > +{ > + qtest_server_set_send_handler(&qtest_client_inproc_recv, &fuzz_qts); > + return qtest_inproc_init(&fuzz_qts, false fuzz_arch, This line isn't valid C. I guess a later patch fixes this compilation error. Please squash the fix into this patch. Reviewed-by: Stefan Hajnoczi