Re: [Qemu-devel] [PATCH for-3.2 3/7] ahci-test: Drop dependence on global_qtest

2018-11-27 Thread Eric Blake
On 11/12/18 1:08 PM, Thomas Huth wrote: From: Eric Blake Managing parallel connections to two different monitors via the implicit global_qtest makes it hard to copy-and-paste code to tests that are not aware of the implicit state; the management of global_qtest is even harder to follow because

Re: [Qemu-devel] [PATCH for-3.2 3/7] ahci-test: Drop dependence on global_qtest

2018-11-13 Thread John Snow
On 11/12/18 2:08 PM, Thomas Huth wrote: > From: Eric Blake > > Managing parallel connections to two different monitors via > the implicit global_qtest makes it hard to copy-and-paste code > to tests that are not aware of the implicit state; the > management of global_qtest is even harder to fo

[Qemu-devel] [PATCH for-3.2 3/7] ahci-test: Drop dependence on global_qtest

2018-11-12 Thread Thomas Huth
From: Eric Blake Managing parallel connections to two different monitors via the implicit global_qtest makes it hard to copy-and-paste code to tests that are not aware of the implicit state; the management of global_qtest is even harder to follow because it was masked behind set_context(). Inste