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 field to the REST API.
Note: This backport does not include the 'sparse' field as the
corresponding feature support is not backported.
Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
(cherry picked from commit e36096db3e)
This commit is contained in:
@@ -941,6 +941,9 @@ components:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/components/schemas/VirtQueueAffinity"
|
||||
backing_files:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
NetConfig:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user