From 43eb6f08a5432a613fc792164949b7acab0be82e Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 7 Jul 2026 16:02:34 +0200 Subject: [PATCH] vmm: openapi: fix GenericVhostUserConfig properties Fixes: df86b2864 ("vmm: add HTTP API endpoints for generic vhost-user") Signed-off-by: Alyssa Ross --- vmm/src/api/openapi/cloud-hypervisor.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index d89ca22bf..5665bfa3c 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -1187,13 +1187,12 @@ components: required: - queue_sizes - socket - - tag - - virtio_id + - device_type type: object properties: socket: type: string - queue_size: + queue_sizes: type: array items: type: integer @@ -1204,7 +1203,7 @@ components: pci_device_id: type: integer format: uint8 - virtio_id: + device_type: type: integer format: uint32