Re: [PATCH 2/9] qapi/misc: Move add_client command with chardev code

2020-03-14 Thread Philippe Mathieu-Daudé
On 3/14/20 1:23 AM, Marc-André Lureau wrote: Hi On Fri, Mar 13, 2020 at 7:42 PM Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé Without looking at the rest of the series, I fail to see the improvement, quite the opposite. A bit of context? You are right this not need

Re: [PATCH 2/9] qapi/misc: Move add_client command with chardev code

2020-03-13 Thread Marc-André Lureau
Hi On Fri, Mar 13, 2020 at 7:42 PM Philippe Mathieu-Daudé wrote: > > Signed-off-by: Philippe Mathieu-Daudé Without looking at the rest of the series, I fail to see the improvement, quite the opposite. A bit of context? > --- > qapi/char.json | 32 > qapi/m

[PATCH 2/9] qapi/misc: Move add_client command with chardev code

2020-03-13 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- qapi/char.json | 32 qapi/misc.json | 32 monitor/qmp-cmds.c | 1 + 3 files changed, 33 insertions(+), 32 deletions(-) diff --git a/qapi/char.json b/qapi/char.json index 6907b2bfd