Skip to content

Commit 9158c36

Browse files
achenetrbradford
authored andcommitted
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 <achenet@fastmail.com>
1 parent 2a39b4a commit 9158c36

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

docs/api.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ or a fd with `--api-socket fd=...`.
5656

5757
```
5858
$ ./target/debug/cloud-hypervisor --api-socket path=/tmp/cloud-hypervisor.sock
59-
Cloud Hypervisor Guest
60-
API server: /tmp/cloud-hypervisor.sock
61-
vCPUs: 1
62-
Memory: 512 MB
63-
Kernel: None
64-
Kernel cmdline:
65-
Disk(s): None
6659
```
6760

6861
#### REST API Endpoints
@@ -121,13 +114,6 @@ the REST API available at `/tmp/cloud-hypervisor.sock`:
121114

122115
```
123116
$ ./target/debug/cloud-hypervisor --api-socket /tmp/cloud-hypervisor.sock
124-
Cloud Hypervisor Guest
125-
API server: /tmp/cloud-hypervisor.sock
126-
vCPUs: 1
127-
Memory: 512 MB
128-
Kernel: None
129-
Kernel cmdline:
130-
Disk(s): None
131117
```
132118

133119
##### Create a Virtual Machine

0 commit comments

Comments
 (0)