From 9158c36dbf21365a5a2155d316810096a1064e41 Mon Sep 17 00:00:00 2001 From: Ariel Chenet Date: Sat, 1 Nov 2025 17:06:01 +0100 Subject: [PATCH] docs: Update documentation to reflect initial VMM output The API documentation tells users to expect a message when Cloud Hypervisor is launched, this message was removed in commit 13724db This change updates the documentation to reflect how the program actually functions, which is to say no message. Signed-off-by: Ariel Chenet --- docs/api.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/api.md b/docs/api.md index 94c465c0e..8fc951c72 100644 --- a/docs/api.md +++ b/docs/api.md @@ -56,13 +56,6 @@ or a fd with `--api-socket fd=...`. ``` $ ./target/debug/cloud-hypervisor --api-socket path=/tmp/cloud-hypervisor.sock -Cloud Hypervisor Guest - API server: /tmp/cloud-hypervisor.sock - vCPUs: 1 - Memory: 512 MB - Kernel: None - Kernel cmdline: - Disk(s): None ``` #### REST API Endpoints @@ -121,13 +114,6 @@ the REST API available at `/tmp/cloud-hypervisor.sock`: ``` $ ./target/debug/cloud-hypervisor --api-socket /tmp/cloud-hypervisor.sock -Cloud Hypervisor Guest - API server: /tmp/cloud-hypervisor.sock - vCPUs: 1 - Memory: 512 MB - Kernel: None - Kernel cmdline: - Disk(s): None ``` ##### Create a Virtual Machine