mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Bo Chen
parent
00a713e5ba
commit
d0cf0a4e20
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user