Re: [PATCH 5/6] macio: don't reference serial_hd() directly within the device

2020-09-20 Thread Mark Cave-Ayland
On 20/09/2020 11:52, BALATON Zoltan via wrote: > On Sun, 20 Sep 2020, Mark Cave-Ayland wrote: >> Instead use qdev_prop_set_chr() to configure the ESCC serial chardevs at the >> Mac Old World and New World machine level. >> >> Also remove the now obsolete comment referring to the use of serial_hd()

Re: [PATCH 5/6] macio: don't reference serial_hd() directly within the device

2020-09-20 Thread BALATON Zoltan via
On Sun, 20 Sep 2020, Mark Cave-Ayland wrote: Instead use qdev_prop_set_chr() to configure the ESCC serial chardevs at the Mac Old World and New World machine level. Also remove the now obsolete comment referring to the use of serial_hd() and change user_createable to true accordingly. Signed-of

[PATCH 5/6] macio: don't reference serial_hd() directly within the device

2020-09-20 Thread Mark Cave-Ayland
Instead use qdev_prop_set_chr() to configure the ESCC serial chardevs at the Mac Old World and New World machine level. Also remove the now obsolete comment referring to the use of serial_hd() and change user_createable to true accordingly. Signed-off-by: Mark Cave-Ayland --- hw/misc/macio/maci