Re: [Qemu-devel] [PATCH v2] qmp: add test tool for QMP

2011-11-09 Thread Anthony Liguori
On 11/09/2011 05:58 PM, Luiz Capitulino wrote: On Wed, 09 Nov 2011 14:15:04 -0600 Anthony Liguori wrote: On 11/08/2011 11:55 PM, Mark Wu wrote: Anthony wrote this quickly to aid in testing. It's similar to qmp-shell with a few important differences: 1) It is not interactive. That makes it

Re: [Qemu-devel] [PATCH v2] qmp: add test tool for QMP

2011-11-09 Thread Luiz Capitulino
On Wed, 09 Nov 2011 14:15:04 -0600 Anthony Liguori wrote: > On 11/08/2011 11:55 PM, Mark Wu wrote: > > Anthony wrote this quickly to aid in testing. It's similar to qmp-shell > > with > > a few important differences: > > > > 1) It is not interactive. That makes it useful for scripting. > > > >

Re: [Qemu-devel] [PATCH v2] qmp: add test tool for QMP

2011-11-09 Thread Anthony Liguori
On 11/08/2011 11:55 PM, Mark Wu wrote: Anthony wrote this quickly to aid in testing. It's similar to qmp-shell with a few important differences: 1) It is not interactive. That makes it useful for scripting. 2) qmp-shell: (QEMU) set_password protocol=vnc password=foo 3) qmp: $ qmp set_passw

[Qemu-devel] [PATCH v2] qmp: add test tool for QMP

2011-11-08 Thread Mark Wu
Anthony wrote this quickly to aid in testing. It's similar to qmp-shell with a few important differences: 1) It is not interactive. That makes it useful for scripting. 2) qmp-shell: (QEMU) set_password protocol=vnc password=foo 3) qmp: $ qmp set_password --protocol=vnc --password=foo 4) Ext