Re: [PATCH v5 12/37] serial: start making SerialMM a sysbus device

2020-01-07 Thread Marc-André Lureau
On Fri, Dec 20, 2019 at 5:57 PM Marc-André Lureau wrote: > > Memory mapped serial device is in fact a sysbus device. The following > patches will make use of sysbus facilities for resource and > registration. In particular, "serial-mm: use sysbus facilities" will > move internal serial realization

Re: [PATCH v5 12/37] serial: start making SerialMM a sysbus device

2020-01-07 Thread Marc-André Lureau
On Tue, Jan 7, 2020 at 4:55 PM Peter Maydell wrote: > > On Fri, 20 Dec 2019 at 13:47, Marc-André Lureau > wrote: > > > > Memory mapped serial device is in fact a sysbus device. The following > > patches will make use of sysbus facilities for resource and > > registration. In particular, "serial-m

Re: [PATCH v5 12/37] serial: start making SerialMM a sysbus device

2020-01-07 Thread Peter Maydell
On Fri, 20 Dec 2019 at 13:47, Marc-André Lureau wrote: > > Memory mapped serial device is in fact a sysbus device. The following > patches will make use of sysbus facilities for resource and > registration. In particular, "serial-mm: use sysbus facilities" will > move internal serial realization t

[PATCH v5 12/37] serial: start making SerialMM a sysbus device

2019-12-20 Thread Marc-André Lureau
Memory mapped serial device is in fact a sysbus device. The following patches will make use of sysbus facilities for resource and registration. In particular, "serial-mm: use sysbus facilities" will move internal serial realization to serial_mm_realize callback to follow qdev best practices. Signe