On a Tuesday in 2025, Peter Krempa via Devel wrote:
On Sun, Mar 16, 2025 at 12:18:21 +0400, marcandre.lureau--- via Devel
wrote:
> From: Marc-André Lureau <marcandre.lureau(a)redhat.com>
> Marc-André Lureau (20):
> build-sys: drop -Winline when optimization=g
> build: fix -Werror=maybe-uninitialized
> qemu-slirp: drop unneeded check for OOM
> util: annotate non-null arguments for virGDBusCallMethod()
> qemu: add rdp state directory
> qemu: add qemu RDP configuration
> conf: parse optional RDP username & password
> conf: generalize virDomainDefHasSpiceGraphics
> qemu: use virDomainDefHasGraphics
> qemu: add RDP ports range allocator
> qemu: limit to one <graphics type='rdp'>
> qemu/virtiofs: use domainLogContext
> qemu/dbus: keep a connection to the VM D-Bus
> qemu/dbus: log daemon stdout/err, use domainLogContext
> qemu: validate RDP configuration
> qemu: add qemu-rdp helper unit
> qemu: pass virQEMUDriverConfig to capabilities
> qemu: add 'rdp' capability if qemu-rdp is available
> qemu: add RDP support
> tests: add qemu <graphics type='rdp'/> test
This most likely broke upstream CI. I noticed the following when
debugging something else locally:
$ valgrind --trace-children=yes --leak-check=full ./tests/qemuxmlconftest
Fixed now:
commit 815c22a3a79a6dac7abefff050bb2d5157001985
conf: also free auth for rdp in virDomainGraphicsDefFree
Jano