Re: [PATCH 2/3] hw/char: renesas_sci Add SCI and SCIF support.

2021-06-29 Thread Peter Maydell
On Wed, 16 Jun 2021 at 10:20, Yoshinori Sato wrote: > > This peripheral using SH7750. > > Signed-off-by: Yoshinori Sato > --- > include/hw/char/renesas_sci.h | 43 ++- > hw/char/renesas_sci.c | 489 ++ > 2 files changed, 531 insertions(+), 1 deletion(-)

[PATCH 2/3] hw/char: renesas_sci Add SCI and SCIF support.

2021-06-16 Thread Yoshinori Sato
This peripheral using SH7750. Signed-off-by: Yoshinori Sato --- include/hw/char/renesas_sci.h | 43 ++- hw/char/renesas_sci.c | 489 ++ 2 files changed, 531 insertions(+), 1 deletion(-) diff --git a/include/hw/char/renesas_sci.h b/include/hw/char/renesas