diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index 50d6351a7..01c1b9ed9 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -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