mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
api: http: make consistent api and implementation
vsocks: vsocks is implemented as an array Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
3acf9dfcf3
commit
205b8c1cd5
@@ -214,7 +214,9 @@ components:
|
|||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/VhostUserBlkConfig'
|
$ref: '#/components/schemas/VhostUserBlkConfig'
|
||||||
vsock:
|
vsock:
|
||||||
$ref: '#/components/schemas/VsockConfig'
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: '#/components/schemas/VsockConfig'
|
||||||
iommu:
|
iommu:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|||||||
Reference in New Issue
Block a user