Re: [Qemu-devel] [PATCH 2/2] QMP: Introduce Human Monitor passthrough command

2010-11-10 Thread Luiz Capitulino
On Wed, 10 Nov 2010 11:03:56 +0100 Markus Armbruster wrote: > Luiz Capitulino writes: > > > This command allows QMP clients to execute HMP commands, please > > check its documentation in the hmp-commands.hx file for usage > > information. > > > > Please, also note that not all HMP commands can

Re: [Qemu-devel] [PATCH 2/2] QMP: Introduce Human Monitor passthrough command

2010-11-10 Thread Markus Armbruster
Luiz Capitulino writes: > This command allows QMP clients to execute HMP commands, please > check its documentation in the hmp-commands.hx file for usage > information. > > Please, also note that not all HMP commands can be executed this > way, in special commands that: > > o need to store monit

[Qemu-devel] [PATCH 2/2] QMP: Introduce Human Monitor passthrough command

2010-10-25 Thread Luiz Capitulino
This command allows QMP clients to execute HMP commands, please check its documentation in the hmp-commands.hx file for usage information. Please, also note that not all HMP commands can be executed this way, in special commands that: o need to store monitor related data (eg. getfd) o read data