Andrew Consroe
1bc74e43f8
docs: remove old --api-socket behavior
...
default --api-socket removed in 78f9ddc6be
Signed-off-by: Andrew Consroe <aconz2@gmail.com >
2024-11-06 08:33:27 +00:00
Josh Soref
42e9632c53
misc: Fix spelling issues
...
Misspellings were identified by:
https://github.com/marketplace/actions/check-spelling
* Initial corrections based on forbidden patterns from the action
* Additional corrections by Google Chrome auto-suggest
* Some manual corrections
* Adding markdown bullets to readme credits section
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-06-08 16:31:30 +00:00
Yi Wang
5466e873c4
docs: api: Add documentation for vm.nmi
...
Signed-off-by: Yi Wang <foxywang@tencent.com >
2024-03-04 10:02:38 +00:00
Philipp Schuster
91fe48d5f7
scripts: more compatible shebangs
...
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de >
2023-12-16 09:35:32 +00:00
Ravi kumar Veeramally
fa22cb0be5
docs: update command line options to use clap
...
Reverts commit a0922930b1
and update to latest changes.
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com >
2023-10-20 11:44:28 -07:00
Omer Faruk Bayram
cc5dd8c297
docs: api: document newly added event signal to the D-Bus API
...
Signed-off-by: Omer Faruk Bayram <omer.faruk@sartura.hr >
2023-08-28 17:01:03 -07:00
Omer Faruk Bayram
83914d80a2
docs: api: document the D-Bus API
...
Signed-off-by: Omer Faruk Bayram <omer.faruk@sartura.hr >
2023-06-06 10:18:26 -07:00
Omer Faruk Bayram
e7d52fc736
docs: api: document receive-migration and send-migration
...
Signed-off-by: Omer Faruk Bayram <omer.faruk@sartura.hr >
2023-03-31 10:02:34 -07:00
Omer Faruk Bayram
36cf46e381
docs: document that vmcoredump is conditionally compiled
...
Fixes #5311 .
Signed-off-by: Omer Faruk Bayram <omer.faruk@sartura.hr >
2023-03-28 11:16:13 +01:00
Ravi kumar Veeramally
44452cbe22
doc: Fix broken link for micro_http website
...
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com >
2023-03-09 09:58:46 -08:00
Wei Liu
a0922930b1
docs: update command line options
...
Signed-off-by: Wei Liu <liuwe@microsoft.com >
2023-01-16 16:39:03 +00:00
Rob Bradford
072af95609
docs: api.md: Fix table markdown syntax
...
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2022-08-10 22:20:07 +01:00
Rob Bradford
6fda567ab8
docs: Update API documentation for payload API
...
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2022-08-10 22:20:07 +01:00
Yi Wang
dbeb922882
doc: add vm coredump support
...
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn >
Co-authored-by: Sebastien Boeuf <sebastien.boeuf@intel.com >
2022-05-30 13:41:40 +02:00
Sebastien Boeuf
3fea5f5396
vmm: Add support for hotplugging a vDPA device
...
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com >
2022-03-18 12:28:40 +01:00
Yi Wang
9bfbc93044
docs: api: Add documentation for vm.snapshot/restore
...
vm.snapshot/restore is missed, add this part.
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn >
2022-03-17 11:44:07 +00:00
Henry Wang
4d52a84ef7
docs: api: Add documentation for vm.power-button
...
Signed-off-by: Henry Wang <Henry.Wang@arm.com >
2021-09-03 10:27:52 -07:00
Rob Bradford
0bad764462
docs: Add vm.add-user-device to API documentation
...
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2021-08-12 13:19:04 +01:00
Josh Soref
5c3f4dbe6f
ch: Fix various misspelled words
...
Misspellings were identified by https://github.com/marketplace/actions/check-spelling
* Initial corrections suggested by Google Sheets
* Additional corrections by Google Chrome auto-suggest
* Some manual corrections
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-09-23 08:59:31 +01:00
Sebastien Boeuf
015c78411e
vmm: Add a 'resize-zone' action to the API actions
...
Implement a new VM action called 'resize-zone' allowing the user to
resize one specific memory zone at a time. This relies on all the
preliminary work from the previous commits to resize each virtio-mem
device independently from each others.
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com >
2020-09-16 19:20:04 +02:00
Bo Chen
48966b4535
docs: Update API documentation about '/vm.remove-device'
...
With recent changes (#1030 #1084 ), the '/vm.remove-device' API is no
longer restricted to remove VFIO PCI devices. It now supports (almost)
all hotpluggable devices, e.g. disk/net/pmem/fs/vsock.
Signed-off-by: Bo Chen <chen.bo@intel.com >
2020-07-16 07:35:26 +02:00
Sebastien Boeuf
a3342bdb25
docs: Replace every mention of ClearLinux with Ubuntu
...
Now that our CI has transitioned from ClearLinux to Ubuntu images
exclusively, let's update the documentation to refer to Ubuntu images
instead of ClearLinux's ones.
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com >
2020-07-03 14:37:09 +02:00
Rob Bradford
6ee9903601
docs: Update API documentation
...
Update the API documentation to reflect that the hotplug APIs return
data about the device as well as the newly added /vm.counters API.
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2020-06-27 00:07:47 +02:00
Bo Chen
625bab69bd
vmm: api: Allow to delete non-booted VMs
...
The action of "vm.delete" should not report errors on non-booted
VMs. This patch also revised the "docs/api.md" to reflect the right
'Prerequisites' of different API actions, e.g. on "vm.delete" and
"vm.boot".
Fixes : #1110
Signed-off-by: Bo Chen <chen.bo@intel.com >
2020-06-09 05:58:32 +01:00
Rob Bradford
8de7448d44
vmm: api: Add "add-vsock" API entry point
...
This allows the hotplugging of vsock devices.
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2020-04-29 12:44:49 +01:00
Dean Sheather
bb2139a408
vmm/api: Add vm.add-fs route
...
Currently unimplemented. Once implemented, this API will allow for
creating virtio-fs devices in the VM after it has booted.
Signed-off-by: Dean Sheather <dean@coder.com >
2020-04-20 20:36:26 +02:00
Rob Bradford
c73c31b66e
docs: Update API documentation to include "vm.add-net"
...
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2020-03-25 17:58:06 +01:00
Rob Bradford
44aef8f438
docs: Update API documentation to include "vm.add-pmem"
...
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2020-03-25 13:18:17 +01:00
Rob Bradford
eec1a32d95
docs: Update API documentation to include "vm.add-disk"
...
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2020-03-25 09:35:53 +00:00
Sebastien Boeuf
6cbdb9aa47
vmm: api: Introduce new "remove-device" HTTP endpoint
...
This commit introduces the new command "remove-device" that will let a
user hot-unplug a VFIO PCI device from an already running VM.
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com >
2020-03-10 17:05:06 +00:00
Sebastien Boeuf
4b328631b9
docs: Update api.md for VFIO hotplug
...
Adding the missing entry for "add-device" in the API documentation.
Fixes #863
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com >
2020-03-05 16:41:26 +00:00
Samuel Ortiz
0cd3325a06
docs: Cloud Hypervisor API documentation
...
We document both the internal and external APIs, and how they relate to
each others.
Fixes : #318
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com >
2020-02-07 11:26:41 +01:00