mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The current OpenAPI schema format is wrong because uint16 and uint32 are not valid top-level OpenAPI types. Describe queue_size and virtio_id as integer types with explicit uint formats instead. Signed-off-by: Roman <roman@vanesyan.com>