Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
xen.31134
libxl-qemu6-vnc-password.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libxl-qemu6-vnc-password.patch of Package xen.31134
From: Anthony PERARD <anthony.perard@citrix.com> Date: Mon, 28 Jun 2021 11:01:56 +0100 Subject: libxl qemu6 vnc password References: bsc#1180350 libxl: Replace short-form boolean for QEMU's -vnc f3f778c81769 forgot one boolean parameter. Fixes: f3f778c81769 ("libxl: Replace QEMU's command line short-form boolean option") Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> --- tools/libxl/libxl_dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/libxl/libxl_dm.c +++ b/tools/libxl/libxl_dm.c @@ -1309,7 +1309,7 @@ static int libxl__build_device_model_arg vncarg = GCSPRINTF("127.0.0.1:%d", vnc->display); if (vnc->passwd && vnc->passwd[0]) { - vncarg = GCSPRINTF("%s,password", vncarg); + vncarg = GCSPRINTF("%s,password=on", vncarg); } if (libxl_defbool_val(vnc->findunused)) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor