Re: [Qemu-devel] [PATCH v6 15/29] libqos: Use explicit QTestState for rtas operations

2017-09-05 Thread Thomas Huth
On 01.09.2017 20:03, Eric Blake wrote: > Drop one more client of global_qtest by teaching all rtas test > functionality to pass in an explicit QTestState, adjusting all > callers. > > Signed-off-by: Eric Blake > --- > tests/libqos/rtas.h | 9 ++--- > tests/libqos/pci-spapr.c | 18 +

[Qemu-devel] [PATCH v6 15/29] libqos: Use explicit QTestState for rtas operations

2017-09-01 Thread Eric Blake
Drop one more client of global_qtest by teaching all rtas test functionality to pass in an explicit QTestState, adjusting all callers. Signed-off-by: Eric Blake --- tests/libqos/rtas.h | 9 ++--- tests/libqos/pci-spapr.c | 18 -- tests/libqos/rtas.c | 21 ++