From ff54909d2cc1a3c70f0f9c2bede203306dbc721a Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Tue, 26 Jan 2021 21:00:35 -0800 Subject: [PATCH] vmm: openapi: Update the `fd` field of the `NetConfig` definition Signed-off-by: Bo Chen --- vmm/src/api/openapi/cloud-hypervisor.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index 6778e7472..52974070c 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -398,7 +398,7 @@ components: pci_bdf: type: integer format: int32 - + VmCounters: type: object additionalProperties: @@ -665,8 +665,10 @@ components: id: type: string fd: - type: integer - format: int32 + type: array + items: + type: integer + format: int32 RngConfig: required: