Re: [Qemu-devel] [PATCH 11/71] vhost-user-test: reduce usage of global_qtest

2018-12-06 Thread Paolo Bonzini
On 06/12/18 17:36, Thomas Huth wrote: > Looks like it should work. Maybe you could use this patch here first: > > https://lists.gnu.org/archive/html/qemu-devel/2018-11/msg02199.html > > ... then you could likely get rid of global_qtest here completely, I think. Note that most of the global_qtest

Re: [Qemu-devel] [PATCH 11/71] vhost-user-test: reduce usage of global_qtest

2018-12-06 Thread Thomas Huth
On 2018-12-03 16:32, Paolo Bonzini wrote: > Whenever the code can run on multiple QTestStates, use them explicitly > instead of > global_qtest. > > Reviewed-by: Marc-André Lureau > Signed-off-by: Paolo Bonzini > --- > tests/vhost-user-test.c | 38 +- > 1 fil