Re: [Qemu-devel] [PATCH v6 19/29] postcopy-test: Drop dependence on global_qtest

2017-09-05 Thread Thomas Huth
On 01.09.2017 20:03, Eric Blake wrote: > 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. We are > already half-using the explicit APIs, so fix the remaining > spots to

[Qemu-devel] [PATCH v6 19/29] postcopy-test: Drop dependence on global_qtest

2017-09-01 Thread 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. We are already half-using the explicit APIs, so fix the remaining spots to also be explicit about which connection is in use