From d0cf0a4e203022a4d313da815fa1e815a6c68455 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Tue, 30 Jun 2026 13:37:05 +0200 Subject: [PATCH] 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 --- docs/api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index cea3f3181..52898e1df 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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