master
rst 33 lines 862 Bytes
Raw
1 .. _dbus-display:
2
3 D-Bus display
4 =============
5
6 QEMU can export the VM display through D-Bus (when started with ``-display
7 dbus``), to allow out-of-process UIs, remote protocol servers or other
8 interactive display usages.
9
10 Various specialized D-Bus interfaces are available on different object paths
11 under ``/org/qemu/Display1/``, depending on the VM configuration.
12
13 QEMU also implements the standard interfaces, such as
14 `org.freedesktop.DBus.Introspectable
15 <https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces>`_.
16
17 .. contents::
18 :local:
19 :depth: 1
20
21 .. only:: sphinx4
22
23 .. dbus-doc:: ui/dbus-display1.xml
24
25 .. only:: not sphinx4
26
27 .. warning::
28 Sphinx 4 is required to build D-Bus documentation.
29
30 This is the content of ``ui/dbus-display1.xml``:
31
32 .. literalinclude:: ../../ui/dbus-display1.xml
33 :language: xml