Re: [Qemu-devel] [PATCH 09/18] QMP: Introduce command dispatch table

2010-09-29 Thread Markus Armbruster
Luiz Capitulino writes: > On Wed, 29 Sep 2010 13:31:13 +0200 > Markus Armbruster wrote: > >> Luiz Capitulino writes: >> >> > Also update QMP functions to use it. The table is generated >> > from the qemu-monitor-qmp.hx file. >> > >> >>From now on, QMP and HMP have different command dispatch >>

Re: [Qemu-devel] [PATCH 09/18] QMP: Introduce command dispatch table

2010-09-29 Thread Luiz Capitulino
On Wed, 29 Sep 2010 13:31:13 +0200 Markus Armbruster wrote: > Luiz Capitulino writes: > > > Also update QMP functions to use it. The table is generated > > from the qemu-monitor-qmp.hx file. > > > >>From now on, QMP and HMP have different command dispatch > > tables. > > > > Signed-off-by: Luiz

Re: [Qemu-devel] [PATCH 09/18] QMP: Introduce command dispatch table

2010-09-29 Thread Markus Armbruster
Luiz Capitulino writes: > Also update QMP functions to use it. The table is generated > from the qemu-monitor-qmp.hx file. > >>From now on, QMP and HMP have different command dispatch > tables. > > Signed-off-by: Luiz Capitulino > --- > Makefile.target |7 +-- > monitor.c | 11 +

[Qemu-devel] [PATCH 09/18] QMP: Introduce command dispatch table

2010-09-16 Thread Luiz Capitulino
Also update QMP functions to use it. The table is generated from the qemu-monitor-qmp.hx file. >From now on, QMP and HMP have different command dispatch tables. Signed-off-by: Luiz Capitulino --- Makefile.target |7 +-- monitor.c | 11 +-- 2 files changed, 14 insertions(