On Wednesday, November 20, 2019, Marc-André Lureau <marcandre.lureau@redhat.com> wrote:
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 hw/mips/mips_mipssim.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/mips/mips_mipssim.c b/hw/mips/mips_mipssim.c
index bfafa4d7e9..3cd0e6eb33 100644
--- a/hw/mips/mips_mipssim.c
+++ b/hw/mips/mips_mipssim.c
@@ -223,7 +223,6 @@ mips_mipssim_init(MachineState *machine)
     if (serial_hd(0)) {
         DeviceState *dev = qdev_create(NULL, TYPE_SERIAL_IO);

-        qdev_prop_set_uint32(DEVICE(dev), "baudbase", 115200);
         qdev_prop_set_chr(dev, "chardev", serial_hd(0));
         qdev_set_legacy_instance_id(dev, 0x3f8, 2);
         qdev_init_nofail(dev);
-- 

Please mention in your commit message where the default baudbase is set.

Also, is there a guarantie that default value 115200 will never change in future?

Yours, Aleksandar

 
2.24.0