From 5466e873c43ff2e86d6ec2324bdbf2627e01ac8c Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Mon, 18 Dec 2023 11:54:23 +0800 Subject: [PATCH] docs: api: Add documentation for vm.nmi Signed-off-by: Yi Wang --- docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.md b/docs/api.md index c5cba518d..feed35e9c 100644 --- a/docs/api.md +++ b/docs/api.md @@ -110,6 +110,7 @@ The Cloud Hypervisor API exposes the following actions through its endpoints: | Add vsock device to the VM | `/vm.add-vsock` | `/schemas/VsockConfig` | `/schemas/PciDeviceInfo` | The VM is booted | | Remove device from the VM | `/vm.remove-device` | `/schemas/VmRemoveDevice` | N/A | The VM is booted | | Dump the VM counters | `/vm.counters` | N/A | `/schemas/VmCounters` | The VM is booted | +| Inject an NMI | `/vm.nmi` | N/A | N/A | The VM is booted | | Prepare to receive a migration | `/vm.receive-migration` | `/schemas/ReceiveMigrationData` | N/A | N/A | | Start to send migration to target | `/vm.send-migration` | `/schemas/SendMigrationData` | N/A | The VM is booted and (shared mem or hugepages enabled) |