]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuProcessStartValidateGraphics: Remove redundant checks for RDP protocol features
authorPeter Krempa <pkrempa@redhat.com>
Mon, 26 May 2025 08:48:10 +0000 (10:48 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 3 Jun 2025 11:11:02 +0000 (13:11 +0200)
commite5eb3713437d8b374beb67d816076f4aa1f1a5d6
tree763e644d8fcee748e299431f0415b612284e5e28
parentacbfd585b26ad22b47c662b3790662769452e177
qemuProcessStartValidateGraphics: Remove redundant checks for RDP protocol features

Both the 'replaceUser' and 'multiUser' field are already validated in
qemuValidateDomainDeviceDefRDPGraphics.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_process.c