From 0a5e79afce6166b3bb22b92579158c6f66a41cdf Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Tue, 17 Feb 2026 22:36:45 +0000 Subject: [PATCH] vmm: api: Expose the nested option in API description Signed-off-by: Wei Liu --- vmm/src/api/openapi/cloud-hypervisor.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index d1c67c97f..50d6351a7 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -703,6 +703,9 @@ components: default: false max_phys_bits: type: integer + nested: + type: boolean + default: true affinity: type: array items: