From 5080d03714de20bb56eb4cf706df3a1ea4b6ca3a Mon Sep 17 00:00:00 2001 From: tchaton Date: Mon, 18 May 2026 10:10:07 +0100 Subject: [PATCH] vmm: openapi: Fix typo in iommu_address_width field name The JSON parser expects the field to be named `iommu_address_width_bits`, but the code declared it as `iommu_address_width`. This mismatch caused the field to be unrecognized when deserializing configuration from JSON. Rename the field to `iommu_address_width_bits` to match the expected schema. Signed-off-by: tchaton --- vmm/src/api/openapi/cloud-hypervisor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index e8b72f748..5ed7e9d22 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -781,7 +781,7 @@ components: items: type: integer format: int16 - iommu_address_width: + iommu_address_width_bits: type: integer format: uint8 serial_number: