Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 843 Bytes

dbus-display.rst

File metadata and controls

31 lines (21 loc) · 843 Bytes

D-Bus display

QEMU can export the VM display through D-Bus (when started with -display dbus), to allow out-of-process UIs, remote protocol servers or other interactive display usages.

Various specialized D-Bus interfaces are available on different object paths under /org/qemu/Display1/, depending on the VM configuration.

QEMU also implements the standard interfaces, such as org.freedesktop.DBus.Introspectable.

.. only:: sphinx4

   .. dbus-doc:: ui/dbus-display1.xml

.. only:: not sphinx4

   .. warning::
      Sphinx 4 is required to build D-Bus documentation.

      This is the content of ``ui/dbus-display1.xml``:

   .. literalinclude:: ../../ui/dbus-display1.xml
      :language: xml