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

2017-09-05 Thread Thomas Huth
On 01.09.2017 20:03, Eric Blake wrote: > Now that the QPCIBus tracks QTestState, use that state instead > of an implicit reliance on global_qtest. > > Signed-off-by: Eric Blake > --- > tests/libqos/pci-pc.c| 47 --- > tests/libqos/pci-spapr.c | 20

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

2017-09-01 Thread Philippe Mathieu-Daudé
On 09/01/2017 03:03 PM, Eric Blake wrote: Now that the QPCIBus tracks QTestState, use that state instead of an implicit reliance on global_qtest. Signed-off-by: Eric Blake Reviewed-by: Philippe Mathieu-Daudé --- tests/libqos/pci-pc.c| 47 --