Re: [Qemu-devel] [PATCH v4 3/3] iotests: Use -qmp-pretty in 067

2014-11-20 Thread Eric Blake
On 11/20/2014 11:56 AM, Max Reitz wrote: > On 20.11.2014 19:39, Kevin Wolf wrote: >> Am 17.11.2014 um 13:31 hat Max Reitz geschrieben: >>> 067 invokes query-block, resulting in a reference output with really >>> long lines (which may pose a problem in email patches and always poses a >>> problem wh

Re: [Qemu-devel] [PATCH v4 3/3] iotests: Use -qmp-pretty in 067

2014-11-20 Thread Max Reitz
On 20.11.2014 19:39, Kevin Wolf wrote: Am 17.11.2014 um 13:31 hat Max Reitz geschrieben: 067 invokes query-block, resulting in a reference output with really long lines (which may pose a problem in email patches and always poses a problem when the output changes, because it is hard to see what h

Re: [Qemu-devel] [PATCH v4 3/3] iotests: Use -qmp-pretty in 067

2014-11-20 Thread Kevin Wolf
Am 17.11.2014 um 13:31 hat Max Reitz geschrieben: > 067 invokes query-block, resulting in a reference output with really > long lines (which may pose a problem in email patches and always poses a > problem when the output changes, because it is hard to see what has > actually changed). Use -qmp-pre

[Qemu-devel] [PATCH v4 3/3] iotests: Use -qmp-pretty in 067

2014-11-17 Thread Max Reitz
067 invokes query-block, resulting in a reference output with really long lines (which may pose a problem in email patches and always poses a problem when the output changes, because it is hard to see what has actually changed). Use -qmp-pretty to mitigate this issue. Signed-off-by: Max Reitz Rev