mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 21:55:20 +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:
|
||||
path:
|
||||
type: string
|
||||
readonly:
|
||||
type: boolean
|
||||
default: true
|
||||
iommu:
|
||||
type: boolean
|
||||
default: false
|
||||
@ -283,6 +286,14 @@ components:
|
||||
queue_size:
|
||||
type: integer
|
||||
default: 128
|
||||
vhost_user:
|
||||
type: boolean
|
||||
default: false
|
||||
vhost_socket:
|
||||
type: string
|
||||
wce:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
NetConfig:
|
||||
type: object
|
||||
|
Loading…
Reference in New Issue
Block a user