Re: [PATCH v4 12/12] hw/isa/vt82c686: Create rtc-time alias in boards instead

2022-08-31 Thread Bernhard Beschow
Am 31. August 2022 16:30:10 UTC schrieb BALATON Zoltan : >On Wed, 31 Aug 2022, Bernhard Beschow wrote: >> According to good QOM practice, an object should only deal with objects >> of its own sub tree. Having devices create an alias on the machine >> object doesn't respect this good practice. To re

Re: [PATCH v4 12/12] hw/isa/vt82c686: Create rtc-time alias in boards instead

2022-08-31 Thread BALATON Zoltan
On Wed, 31 Aug 2022, Bernhard Beschow wrote: According to good QOM practice, an object should only deal with objects of its own sub tree. Having devices create an alias on the machine object doesn't respect this good practice. To resolve this, create the alias in the machine's code. Signed-off-b

[PATCH v4 12/12] hw/isa/vt82c686: Create rtc-time alias in boards instead

2022-08-31 Thread Bernhard Beschow
According to good QOM practice, an object should only deal with objects of its own sub tree. Having devices create an alias on the machine object doesn't respect this good practice. To resolve this, create the alias in the machine's code. Signed-off-by: Bernhard Beschow --- hw/isa/vt82c686.c |