]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: wire up support for VNC power control options
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 16 Feb 2021 13:38:06 +0000 (13:38 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 8 Mar 2021 21:04:06 +0000 (21:04 +0000)
commitfe82fdfb52803fd2a963fa603fd48b2b350b6b28
tree3c0d9e995734149d7838e14fff5823a4cd8bc16d
parentbad5280a534c9eaedffe0844e55db534fa020281
qemu: wire up support for VNC power control options

This allows the VNC client user to perform a shutdown, reboot and reset
of the VM from the host side.

Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_validate.c
tests/qemuxml2argvdata/graphics-vnc-power.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/graphics-vnc-power.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c