diff --git a/NEWS.rst b/NEWS.rst index 07029c4101..de1b9ca407 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,11 @@ v8.4.0 (unreleased) * **New features** + * qemu: D-Bus display + + Libvirt is now able to setup a D-Bus display export, either with a private + bus or in p2p mode. This display is available in QEMU 7.0.0. + * **Improvements** * **Bug fixes** diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index d3ecb18e42..089a99b4b5 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -6086,6 +6086,39 @@ interaction with the admin. + ``dbus``:since:`Since 8.4.0` + Export the display over D-Bus. By default, it will use a private bus, + except when ``p2p`` or ``address`` are specified. + + :: + + + + ``p2p`` (accepts ``on`` or ``off``) enables peer-to-peer connections, + established through virDomainOpenGraphics() APIs. + + ``address`` (accepts a `D-Bus address + `_), + will connect to the specified bus address. + + This element accepts a ```` sub-element with an optional attribute + ``rendernode`` which can be used to specify an absolute path to a host's + DRI device to be used for OpenGL rendering. + + Copy & Paste functionality is provided thanks to the QEMU clipboard + manager and the SPICE vdagent protocol. See ``qemu-vdagent`` for more + details. + + D-Bus can export an audio backend using the ``