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:
Anatol Belski
2026-02-19 19:41:34 +01:00
committed by Bo Chen
parent f93340d337
commit 30166a4ea5

View File

@@ -941,6 +941,9 @@ components:
type: array
items:
$ref: "#/components/schemas/VirtQueueAffinity"
backing_files:
type: boolean
default: false
NetConfig:
type: object