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
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
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 file changed, 17 insertions(+), 21 deletions(-)
diff --git a/t