mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
bhyve: add VNC password support
Support setting a password for the VNC framebuffer using the passwd attribute on the <graphics/> element, if the driver has the BHYVE_CAP_VNC_PASSWORD capability. Note that virsh domxml-from-native does not output the password in the generated XML, as VIR_DOMAIN_DEF_FORMAT_SECURE is not set when formatting the domain definition. Signed-off-by: Fabian Freyer <fabian.freyer@physik.tu-berlin.de> Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
committed by
Roman Bogorodskiy
parent
e3a520797f
commit
81a9194cbf
@@ -107,6 +107,7 @@ mymain(void)
|
||||
DO_TEST_DIFFERENT("vnc-vgaconf-io");
|
||||
DO_TEST_DIFFERENT("vnc-autoport");
|
||||
DO_TEST_DIFFERENT("vnc-resolution");
|
||||
DO_TEST_DIFFERENT("vnc-password");
|
||||
DO_TEST_DIFFERENT("commandline");
|
||||
DO_TEST_DIFFERENT("msrs");
|
||||
DO_TEST_DIFFERENT("sound");
|
||||
|
||||
Reference in New Issue
Block a user