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 <thomas.chaton.ai@gmail.com>
This commit is contained in:
tchaton
2026-05-18 10:10:07 +01:00
committed by Rob Bradford
parent f8f92bd628
commit 5080d03714

View File

@@ -781,7 +781,7 @@ components:
items:
type: integer
format: int16
iommu_address_width:
iommu_address_width_bits:
type: integer
format: uint8
serial_number: