From dd77070f16581d771a23d6757de012dd7cb9f931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 22 Feb 2022 09:34:55 +0100 Subject: [PATCH] openapi: Update the PciBdf type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 42b5d4a2f7820469bd538ddd19d7f33eea6f68a8 has changed how the PciBdf field of a DeviceNode is represented (from an int32 to its own struct). To avoid marshelling / demarshelling issues for the projects relying on the openapi auto generated code, let's propagate the change, updating the yaml file accordingly. Signed-off-by: Fabiano FidĂȘncio --- vmm/src/api/openapi/cloud-hypervisor.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index 8e48ced6f..135028d24 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -440,8 +440,7 @@ components: items: type: string pci_bdf: - type: integer - format: int32 + type: string VmCounters: type: object