mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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>