Re: [Qemu-devel] [PATCH 2/4] tests/m48t59: Make the test independent of global_qtest

2018-02-12 Thread Eric Blake
On 02/12/2018 06:44 AM, Thomas Huth wrote: Stop using the functions that require global_qtest here and pass around the QTestState instead (global_qtest should finally get removed since this causes problems with tests running in parallel). Signed-off-by: Thomas Huth --- tests/m48t59-test.c | 6

[Qemu-devel] [PATCH 2/4] tests/m48t59: Make the test independent of global_qtest

2018-02-12 Thread Thomas Huth
Stop using the functions that require global_qtest here and pass around the QTestState instead (global_qtest should finally get removed since this causes problems with tests running in parallel). Signed-off-by: Thomas Huth --- tests/m48t59-test.c | 60 ++--