hw/display/sm501: Alias 'dma-offset' QOM property in chipset object
commit6a015046606ebf260950605ec48fc6420422f43c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 3 Feb 2023 14:31:52 +0000 (3 15:31 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:02 +0000 (27 22:29 +0100)
tree2eddbf7201836500819cbb3aa4c57b353c6d7139
parent01c400ae435f911eaf575b016090922c074dc1e4
hw/display/sm501: Alias 'dma-offset' QOM property in chipset object

No need to use an intermediate 'dma-offset' property in the
chipset object. Alias the property, so when the machine (here
r2d-plus) sets the value on the chipset, it is propagated to
the OHCI object.

Note we can rename the chipset 'base' property as 'dma-offset'
since the object is a non-user-creatable sysbus type.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <20230203145536.17585-12-philmd@linaro.org>
hw/display/sm501.c
hw/sh4/r2d.c