Re: [Qemu-devel] [PATCH v5 22/22] iotests: Test new blkdebug/blkverify interface

2013-12-13 Thread Max Reitz
On 13.12.2013 22:08, Kevin Wolf wrote: Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: Add a test for the new blkdebug/blkverify interface. This test is not written in Python, although it uses QMP. This is because it invokes the qemu-io HMP command, which outputs errors to stderr instead of r

Re: [Qemu-devel] [PATCH v5 22/22] iotests: Test new blkdebug/blkverify interface

2013-12-13 Thread Kevin Wolf
Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: > Add a test for the new blkdebug/blkverify interface. > > This test is not written in Python, although it uses QMP. This is > because it invokes the qemu-io HMP command, which outputs errors to > stderr instead of returning them through QMP. Filte

[Qemu-devel] [PATCH v5 22/22] iotests: Test new blkdebug/blkverify interface

2013-12-13 Thread Max Reitz
Add a test for the new blkdebug/blkverify interface. This test is not written in Python, although it uses QMP. This is because it invokes the qemu-io HMP command, which outputs errors to stderr instead of returning them through QMP. Filtering and testing that output is easier in a shell script tha