mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: openapi: Correct vmm.nmi endpoint to vm.nmi
This is a VM operation not a VMM operation and was wrongly recorded in the openapi YAML file. Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
@@ -445,7 +445,7 @@ paths:
|
||||
405:
|
||||
description: The VM instance could not be coredumped because it is not booted.
|
||||
|
||||
/vmm.nmi:
|
||||
/vm.nmi:
|
||||
put:
|
||||
summary: Inject an NMI.
|
||||
responses:
|
||||
|
||||
Reference in New Issue
Block a user