]> www.infradead.org Git - users/dwmw2/qemu.git/commit
ui/dbus: on win32, allow ANONYMOUS with p2p
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 13 Jan 2025 19:31:33 +0000 (23:31 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 3 Feb 2025 17:15:57 +0000 (21:15 +0400)
commitccf86c392c5b8949bafd363e44d3abb112578044
tree353a7745e2a5ca81fdde3166264606e4e2b94916
parentaeb6b818c1816304cdfdf846041e2b2ba0e73aca
ui/dbus: on win32, allow ANONYMOUS with p2p

GLib doesn't implement EXTERNAL on win32 at the moment, and disables
ANONYMOUS by default. zbus dropped support for COOKIE_SHA1 in 5.0,
making it no longer possible to connect to qemu -display dbus.

Since p2p connections are gated by existing QMP (or a D-Bus connection),
qemu -display dbus p2p can accept authentication with ANONYMOUS.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
audio/dbusaudio.c
ui/dbus-console.c
ui/dbus.c