diff options
author | Marc-André Lureau | 2019-10-22 00:35:36 +0200 |
---|---|---|
committer | Marc-André Lureau | 2020-01-07 13:50:48 +0100 |
commit | 96651db423a0a25466629d35c775531f5145a66a (patch) | |
tree | ef3639f2ef0443d3e6238a882286e7f943f36f6a /hw/char/serial-pci-multi.c | |
parent | serial: add "chardev" property (diff) | |
download | qemu-96651db423a0a25466629d35c775531f5145a66a.tar.gz qemu-96651db423a0a25466629d35c775531f5145a66a.tar.xz qemu-96651db423a0a25466629d35c775531f5145a66a.zip |
serial: add "baudbase" property
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/char/serial-pci-multi.c')
-rw-r--r-- | hw/char/serial-pci-multi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/char/serial-pci-multi.c b/hw/char/serial-pci-multi.c index edfbfdca9e..4891f32230 100644 --- a/hw/char/serial-pci-multi.c +++ b/hw/char/serial-pci-multi.c @@ -106,7 +106,6 @@ static void multi_serial_pci_realize(PCIDevice *dev, Error **errp) for (i = 0; i < nports; i++) { s = pci->state + i; - s->baudbase = 115200; serial_realize_core(s, &err); if (err != NULL) { error_propagate(errp, err); |