diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index c9a1192a0..626274006 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -274,6 +274,9 @@ components: properties: path: type: string + readonly: + type: boolean + default: true iommu: type: boolean default: false @@ -283,6 +286,14 @@ components: queue_size: type: integer default: 128 + vhost_user: + type: boolean + default: false + vhost_socket: + type: string + wce: + type: boolean + default: false NetConfig: type: object