Re: [Qemu-devel] [PATCH 05/32] qmp: Get rid of x-oob-test command

2018-07-02 Thread Markus Armbruster
Eric Blake writes: > On 07/02/2018 11:21 AM, Markus Armbruster wrote: >> tests/qmp-test tests an out-of-band command overtaking a slow in-band >> command. To do that, it needs: >> >> 1. An in-band command that *reliably* takes long enough to be >> overtaken. >> >> 2. An out-of-band command t

Re: [Qemu-devel] [PATCH 05/32] qmp: Get rid of x-oob-test command

2018-07-02 Thread Eric Blake
On 07/02/2018 11:21 AM, Markus Armbruster wrote: tests/qmp-test tests an out-of-band command overtaking a slow in-band command. To do that, it needs: 1. An in-band command that *reliably* takes long enough to be overtaken. 2. An out-of-band command to do the overtaking. 3. To avoid delays

[Qemu-devel] [PATCH 05/32] qmp: Get rid of x-oob-test command

2018-07-02 Thread Markus Armbruster
tests/qmp-test tests an out-of-band command overtaking a slow in-band command. To do that, it needs: 1. An in-band command that *reliably* takes long enough to be overtaken. 2. An out-of-band command to do the overtaking. 3. To avoid delays, a way to make the in-band command complete quickly