]> git.proxmox.com Git - mirror_qemu.git/commit - qapi/ui.json
ui/dbus: add p2p=on/off option
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 9 Oct 2021 20:16:57 +0000 (00:16 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 21 Dec 2021 06:50:22 +0000 (10:50 +0400)
commit99997823bbbd23aa0cce42e03b49fd8a57222e5e
tree42969eeb9548b76cd9cdced065c2abccf2b5d189
parent142ca628a733d0f523ad2b6713a22945e505f061
ui/dbus: add p2p=on/off option

Add an option to use direct connections instead of via the bus. Clients
are accepted with QMP add_client.

This allows to provide the D-Bus display without a bus. It also
simplifies the testing setup (some CI have issues to setup a D-Bus bus
in a container).

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
13 files changed:
include/qemu/cutils.h
include/ui/dbus-display.h [new file with mode: 0644]
include/ui/dbus-module.h [new file with mode: 0644]
monitor/qmp-cmds.c
qapi/misc.json
qapi/ui.json
qemu-options.hx
ui/dbus-console.c
ui/dbus-listener.c
ui/dbus-module.c [new file with mode: 0644]
ui/dbus.c
ui/dbus.h
ui/meson.build