Re: [PATCH v6 01/25] qmp: constify QmpCommand and list

2020-02-17 Thread Marc-André Lureau
Hi Markus, Can you review/queue this patch? thanks On Fri, Nov 8, 2019 at 5:52 PM Damien Hedde wrote: > > > > On 11/8/19 4:00 PM, Marc-André Lureau wrote: > > Since 0b69f6f72ce47a37a749b056b6d5ec64c61f11e8 "qapi: remove > > qmp_unregister_command()", the command list can be declared const. > >

Re: [PATCH v6 01/25] qmp: constify QmpCommand and list

2019-11-08 Thread Damien Hedde
On 11/8/19 4:00 PM, Marc-André Lureau wrote: > Since 0b69f6f72ce47a37a749b056b6d5ec64c61f11e8 "qapi: remove > qmp_unregister_command()", the command list can be declared const. > > Signed-off-by: Marc-André Lureau > --- > include/qapi/qmp/dispatch.h | 9 + > monitor/misc.c

[PATCH v6 01/25] qmp: constify QmpCommand and list

2019-11-08 Thread Marc-André Lureau
Since 0b69f6f72ce47a37a749b056b6d5ec64c61f11e8 "qapi: remove qmp_unregister_command()", the command list can be declared const. Signed-off-by: Marc-André Lureau --- include/qapi/qmp/dispatch.h | 9 + monitor/misc.c | 2 +- monitor/monitor-internal.h | 2 +- qapi/qmp-dispatc