docs: clarify D-Bus API names

Distinguish the configured D-Bus service name from the fixed DBusApi1
interface name in the API documentation.

On-behalf-of: SAP philipp.schuster@sap.com
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
Philipp Schuster
2026-06-30 13:37:05 +02:00
committed by Bo Chen
parent 00a713e5ba
commit d0cf0a4e20

View File

@@ -227,8 +227,9 @@ $ ./cloud-hypervisor --dbus-service-name "org.cloudhypervisor.DBusApi" \
--dbus-object-path "/org/cloudhypervisor/DBusApi"
```
This will start serving a service with the name `org.cloudhypervisor.DBusApi1`
which in turn can be used to control and manage Cloud Hypervisor.
This will start serving a service with the name `org.cloudhypervisor.DBusApi`
and the interface `org.cloudhypervisor.DBusApi1`, which in turn can be used to
control and manage Cloud Hypervisor.
#### D-Bus API Interface