On Wed, 23 Oct 2019 at 18:33, Marc-André Lureau
<[email protected]> wrote:
>
> Signed-off-by: Marc-André Lureau <[email protected]>
> ---
> hw/char/serial.c | 5 +++--
> include/hw/char/serial.h | 2 +-
> 2 files changed, 4 insertions(+), 3 deletions(-)
> + DEFINE_PROP_UINT32("baudbase", SerialState, baudbase, 115200),
You could also remove the explicit setting of s->baudbase = 115200
in serial-isa.c/serial-pci-multi.c/serial-pci.c, I think? (or maybe
you do that in a later patch).
Anyway
Reviewed-by: Peter Maydell <[email protected]>
thanks
-- PMM