Re: [Qemu-devel] [PATCH v2] qmp-shell: fix pretty printing of JSON responses

2016-02-24 Thread Markus Armbruster
John Snow writes: > On 02/23/2016 05:51 AM, Daniel P. Berrange wrote: >> Pretty printing of JSON responses is important to be able to understand >> large responses from query commands in particular. Unfortunately this >> was broken during the addition of the verbose flag in >> >> commit 1ceca0

Re: [Qemu-devel] [PATCH v2] qmp-shell: fix pretty printing of JSON responses

2016-02-23 Thread John Snow
On 02/23/2016 05:51 AM, Daniel P. Berrange wrote: > Pretty printing of JSON responses is important to be able to understand > large responses from query commands in particular. Unfortunately this > was broken during the addition of the verbose flag in > > commit 1ceca07e48ead0dd2e41576c81d40e6

Re: [Qemu-devel] [PATCH v2] qmp-shell: fix pretty printing of JSON responses

2016-02-23 Thread Kashyap Chamarthy
On Tue, Feb 23, 2016 at 10:51:46AM +, Daniel P. Berrange wrote: > Pretty printing of JSON responses is important to be able to understand > large responses from query commands in particular. Unfortunately this > was broken during the addition of the verbose flag in > > commit 1ceca07e48ead0d

[Qemu-devel] [PATCH v2] qmp-shell: fix pretty printing of JSON responses

2016-02-23 Thread Daniel P. Berrange
Pretty printing of JSON responses is important to be able to understand large responses from query commands in particular. Unfortunately this was broken during the addition of the verbose flag in commit 1ceca07e48ead0dd2e41576c81d40e6a91cafefd Author: John Snow Date: Wed Apr 29 15:14:04 2