Re: [Qemu-devel] [PATCH for-3.2 2/7] tests/libqos/pci: Make PCI access functions independent of global_qtest

2018-11-12 Thread Paolo Bonzini
On 12/11/2018 20:08, Thomas Huth wrote: > QPCIBus already tracks QTestState, so use that state instead of an > implicit reliance on global_qtest. > > Based on an earlier patch ("libqos: Use explicit QTestState for pci > operations") from Eric Blake. > > Signed-off-by: Thomas Huth This will be

[Qemu-devel] [PATCH for-3.2 2/7] tests/libqos/pci: Make PCI access functions independent of global_qtest

2018-11-12 Thread Thomas Huth
QPCIBus already tracks QTestState, so use that state instead of an implicit reliance on global_qtest. Based on an earlier patch ("libqos: Use explicit QTestState for pci operations") from Eric Blake. Signed-off-by: Thomas Huth --- tests/libqos/pci-pc.c| 47