mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: openapi: Sync DiskConfig OpenAPI spec
Add backing_files and sparse fields to the REST API. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
4d30ba12c8
commit
e36096db3e
@@ -941,6 +941,12 @@ components:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/components/schemas/VirtQueueAffinity"
|
||||
backing_files:
|
||||
type: boolean
|
||||
default: false
|
||||
sparse:
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
NetConfig:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user