Re: [PATCH 1/3] qemu: fix order of VNC TLS config entries

2025-07-18 Thread Peter Krempa via Devel
On Fri, Jul 18, 2025 at 13:05:31 +0100, Daniel P. Berrangé via Devel wrote: > From: Daniel P. Berrangé > > For TLS config parameters, the 'verify' option always comes before the > 'secret_uuid' option, except in the VNC case which has them reversed. > > Signed-off-by: Daniel P. Berrangé > --- >

[PATCH 1/3] qemu: fix order of VNC TLS config entries

2025-07-18 Thread Daniel P . Berrangé via Devel
From: Daniel P. Berrangé For TLS config parameters, the 'verify' option always comes before the 'secret_uuid' option, except in the VNC case which has them reversed. Signed-off-by: Daniel P. Berrangé --- src/qemu/libvirtd_qemu.aug | 2 +- src/qemu/qemu.conf.in | 12 ++