On Tue, 22 Oct 2019 at 17:23, Marc-André Lureau
wrote:
>
> Split IRQ and memory region initialization in a different function to
> be reused by callers that realize the serial device themself, and
> connect irq/mem after.
>
> Signed-off-by: Marc-André Lureau
> ---
> hw/char/serial.c | 20
Split IRQ and memory region initialization in a different function to
be reused by callers that realize the serial device themself, and
connect irq/mem after.
Signed-off-by: Marc-André Lureau
---
hw/char/serial.c | 20 +---
include/hw/char/serial.h | 3 +++
2 files chang