]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu/dbus: keep a connection to the VM D-Bus
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Sun, 16 Mar 2025 08:18:34 +0000 (12:18 +0400)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 18 Mar 2025 13:15:56 +0000 (14:15 +0100)
commitdbfb96d18c044900986cc83c1ff6dec3894a67b6
tree1a8d166850962ec7c5b6446fbcf8cdbda41f6772
parent3af8f135e9020c9263adbfc6199250e9607bbe4a
qemu/dbus: keep a connection to the VM D-Bus

The following changes are going to communicate with the qemu-rdp server
through the VM D-Bus bus, keep a connection for that and further usage.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_dbus.c
src/qemu/qemu_dbus.h
src/qemu/qemu_domain.h
src/qemu/qemu_process.c