mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
@@ -781,7 +781,7 @@ components:
|
||||
items:
|
||||
type: integer
|
||||
format: int16
|
||||
iommu_address_width:
|
||||
iommu_address_width_bits:
|
||||
type: integer
|
||||
format: uint8
|
||||
serial_number:
|
||||
|
||||
Reference in New Issue
Block a user