Re: [Qemu-devel] [RFC v2 0/4] monitor: enable OOB by default

2018-05-30 Thread Peter Xu
On Thu, May 31, 2018 at 01:16:37PM +0800, Peter Xu wrote: > Patch 1: some more comment suggested by Markus on Out-Of-Band > handlers. > > Patch 2: touch up iotests to make sure after enabling OOB the randomly > generated SHUTDOWN event won't fail any tests. Without this change, > iotests (raw) wi

[Qemu-devel] [RFC v2 0/4] monitor: enable OOB by default

2018-05-30 Thread Peter Xu
Patch 1: some more comment suggested by Markus on Out-Of-Band handlers. Patch 2: touch up iotests to make sure after enabling OOB the randomly generated SHUTDOWN event won't fail any tests. Without this change, iotests (raw) will success but iotests (qcow2) may fail 2 tests out of 100+. With thi