Re: [Qemu-devel] [PATCH 3/5] hmp: info migrate_capability format tunes

2017-03-31 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > Dump the info in a single line is hard to read. Do it one per line. > Also, the first "capabilities:" didn't help much. Let's remove it. > > CC: "Dr. David Alan Gilbert" > Signed-off-by: Peter Xu agreed, although you may find it breaks some peoples script

[Qemu-devel] [PATCH 3/5] hmp: info migrate_capability format tunes

2017-03-27 Thread Peter Xu
Dump the info in a single line is hard to read. Do it one per line. Also, the first "capabilities:" didn't help much. Let's remove it. CC: "Dr. David Alan Gilbert" Signed-off-by: Peter Xu --- hmp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hmp.c b/hmp.c index edb897