mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 21:55:20 +00:00
vmm: openapi: Add missing "direct" knob to DiskConfig
Add missing "direct" knob that should be exposed through the REST API. Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
parent
056f5481ac
commit
378dd81204
@ -277,6 +277,9 @@ components:
|
||||
readonly:
|
||||
type: boolean
|
||||
default: false
|
||||
direct:
|
||||
type: boolean
|
||||
default: false
|
||||
iommu:
|
||||
type: boolean
|
||||
default: false
|
||||
|
Loading…
Reference in New Issue
Block a user