Re: [PATCH] qmp-shell: Sort by key when pretty-printing

2020-12-01 Thread John Snow
On 11/30/20 4:57 PM, David Edmondson wrote: On Monday, 2020-11-30 at 15:56:51 -05, John Snow wrote: On 10/13/20 10:14 AM, David Edmondson wrote: If the user selects pretty-printing (-p) the contents of any dictionaries in the output are sorted by key. Signed-off-by: David Edmondson --- sc

Re: [PATCH] qmp-shell: Sort by key when pretty-printing

2020-11-30 Thread David Edmondson
On Monday, 2020-11-30 at 15:56:51 -05, John Snow wrote: > On 10/13/20 10:14 AM, David Edmondson wrote: >> If the user selects pretty-printing (-p) the contents of any >> dictionaries in the output are sorted by key. >> >> Signed-off-by: David Edmondson >> --- >> scripts/qmp/qmp-shell | 2 +- >>

Re: [PATCH] qmp-shell: Sort by key when pretty-printing

2020-11-30 Thread John Snow
On 10/13/20 10:14 AM, David Edmondson wrote: If the user selects pretty-printing (-p) the contents of any dictionaries in the output are sorted by key. Signed-off-by: David Edmondson --- scripts/qmp/qmp-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qmp/qmp

Re: [PATCH] qmp-shell: Sort by key when pretty-printing

2020-10-19 Thread Markus Armbruster
David Edmondson writes: > If the user selects pretty-printing (-p) the contents of any > dictionaries in the output are sorted by key. > > Signed-off-by: David Edmondson > --- > scripts/qmp/qmp-shell | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/qmp/qmp-shell

Re: [PATCH] qmp-shell: Sort by key when pretty-printing

2020-10-13 Thread Philippe Mathieu-Daudé
On 10/13/20 4:14 PM, David Edmondson wrote: If the user selects pretty-printing (-p) the contents of any dictionaries in the output are sorted by key. Signed-off-by: David Edmondson --- scripts/qmp/qmp-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qmp/qmp-

[PATCH] qmp-shell: Sort by key when pretty-printing

2020-10-13 Thread David Edmondson
If the user selects pretty-printing (-p) the contents of any dictionaries in the output are sorted by key. Signed-off-by: David Edmondson --- scripts/qmp/qmp-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qmp/qmp-shell b/scripts/qmp/qmp-shell index c5eef06f3f..