mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Rob Bradford
parent
72796d62eb
commit
43eb6f08a5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user