mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-23 06:05:21 +00:00
vmm: openapi: Update DiskConfig
It's missing a few knobs (readonly, vhost, wce) that should be exposed through the rest API. Fixes: #790 Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
ed1e7817cc
commit
9de755334d
@ -274,6 +274,9 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
path:
|
path:
|
||||||
type: string
|
type: string
|
||||||
|
readonly:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
iommu:
|
iommu:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
@ -283,6 +286,14 @@ components:
|
|||||||
queue_size:
|
queue_size:
|
||||||
type: integer
|
type: integer
|
||||||
default: 128
|
default: 128
|
||||||
|
vhost_user:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
vhost_socket:
|
||||||
|
type: string
|
||||||
|
wce:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
|
||||||
NetConfig:
|
NetConfig:
|
||||||
type: object
|
type: object
|
||||||
|
Loading…
Reference in New Issue
Block a user