Re: [Qemu-devel] [PATCH v8 23/23] tests: qmp-test: add oob test

2018-03-11 Thread Peter Xu
On Sat, Mar 10, 2018 at 08:49:42PM -0600, Eric Blake wrote: > On 03/09/2018 03:00 AM, Peter Xu wrote: > > Test the new OOB capability. Here we used the new "x-oob-test" command. > > Firstly, we send a lock=true and oob=false command to hang the main > > s/Firstly/First/ > > > thread. Then send

Re: [Qemu-devel] [PATCH v8 23/23] tests: qmp-test: add oob test

2018-03-10 Thread Eric Blake
On 03/09/2018 03:00 AM, Peter Xu wrote: Test the new OOB capability. Here we used the new "x-oob-test" command. Firstly, we send a lock=true and oob=false command to hang the main s/Firstly/First/ thread. Then send another lock=false and oob=true command (which will be run inside parser