On 9/17/25 05:56, Akihiko Odaki wrote:
Make AddressSpaces QOM objects to ensure that they are destroyed when
their owners are finalized and also to get a unique path for debugging
output.

The name arguments were used to distinguish AddresSpaces in debugging
output, but they will represent property names after QOM-ification and
debugging output will show QOM paths. So change them to make them more
concise and also avoid conflicts with other properties.

Signed-off-by: Akihiko Odaki<[email protected]>
---
  hw/arm/armv7m.c         | 2 +-
  hw/arm/aspeed_ast27x0.c | 2 +-
  hw/arm/smmu-common.c    | 5 +++--
  3 files changed, 5 insertions(+), 4 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to