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
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.
> >
> >
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
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