Re: [PATCH 1/3] hw/char: renesas_sci: Refactor for merge all SCI variant..

2021-06-29 Thread Peter Maydell
On Wed, 16 Jun 2021 at 10:22, Yoshinori Sato wrote: > > In order to handle unified all of the SCI, SCIa and SCIF in one part, > to separate the transmission and reception portion and a register portion. > > RenesasSCIBase - common registers operation and event handling. > RenesasSCIA - SCIa specif

[PATCH 1/3] hw/char: renesas_sci: Refactor for merge all SCI variant..

2021-06-16 Thread Yoshinori Sato
In order to handle unified all of the SCI, SCIa and SCIF in one part, to separate the transmission and reception portion and a register portion. RenesasSCIBase - common registers operation and event handling. RenesasSCIA - SCIa specific reigisters / functions. Signed-off-by: Yoshinori Sato ---