Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
27 lines
611 B
ReStructuredText
27 lines
611 B
ReStructuredText
D-Bus VNC
|
|
=========
|
|
|
|
The ``qemu-vnc`` standalone VNC server exposes a D-Bus interface for management
|
|
and monitoring of VNC connections.
|
|
|
|
The service is available on the bus under the well-known name ``org.qemu.vnc``.
|
|
Objects are exported under ``/org/qemu/Vnc1/``.
|
|
|
|
.. contents::
|
|
:local:
|
|
:depth: 1
|
|
|
|
.. only:: sphinx4
|
|
|
|
.. dbus-doc:: tools/qemu-vnc/qemu-vnc1.xml
|
|
|
|
.. only:: not sphinx4
|
|
|
|
.. warning::
|
|
Sphinx 4 is required to build D-Bus documentation.
|
|
|
|
This is the content of ``tools/qemu-vnc/qemu-vnc1.xml``:
|
|
|
|
.. literalinclude:: ../../tools/qemu-vnc/qemu-vnc1.xml
|
|
:language: xml
|