From 5ce87321969ff61c1b25bfb285716b38ffe6cc04 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 9 Jul 2026 17:54:21 +0100 Subject: [PATCH] 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 --- vmm/src/api/openapi/cloud-hypervisor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index 5665bfa3c..1547b8d36 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -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: