From 1811e24a4b2417356ac3df43ea0060413a18a333 Mon Sep 17 00:00:00 2001 From: Thomas Barrett Date: Mon, 4 Mar 2024 17:48:23 -0800 Subject: [PATCH] vmm: fix openapi queue_affinity config Signed-off-by: Thomas Barrett --- 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 9b4799232..b197728c4 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -887,7 +887,7 @@ components: type: string rate_limit_group: type: string - affinity: + queue_affinity: type: array items: $ref: "#/components/schemas/VirtQueueAffinity"