mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
qapi: Introduce change-vnc-password
New QMP command to change the VNC password. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
7060b478d3
commit
270b243f91
3 changed files with 27 additions and 0 deletions
|
@ -2018,3 +2018,9 @@ EQMP
|
|||
.args_type = "path:s,property:s",
|
||||
.mhandler.cmd_new = qmp_qom_get,
|
||||
},
|
||||
|
||||
{
|
||||
.name = "change-vnc-password",
|
||||
.args_type = "password:s",
|
||||
.mhandler.cmd_new = qmp_marshal_input_change_vnc_password,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue