vmm: openapi: fix GenericVhostUserConfig properties

Fixes: df86b2864 ("vmm: add HTTP API endpoints for generic vhost-user")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
Alyssa Ross
2026-07-07 16:02:34 +02:00
committed by Rob Bradford
parent 72796d62eb
commit 43eb6f08a5

View File

@@ -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