aboutsummaryrefslogtreecommitdiff
path: root/include/hw/char
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-10-22 00:35:36 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2020-01-07 16:50:48 +0400
commit96651db423a0a25466629d35c775531f5145a66a (patch)
treeef3639f2ef0443d3e6238a882286e7f943f36f6a /include/hw/char
parentff22c588f474c6799015365d25548ab845a4f5cd (diff)
downloadqemu-96651db423a0a25466629d35c775531f5145a66a.zip
qemu-96651db423a0a25466629d35c775531f5145a66a.tar.gz
qemu-96651db423a0a25466629d35c775531f5145a66a.tar.bz2
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 'include/hw/char')
-rw-r--r--include/hw/char/serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/char/serial.h b/include/hw/char/serial.h
index 180cc7c..3dc6185 100644
--- a/include/hw/char/serial.h
+++ b/include/hw/char/serial.h
@@ -58,7 +58,7 @@ typedef struct SerialState {
CharBackend chr;
int last_break_enable;
int it_shift;
- int baudbase;
+ uint32_t baudbase;
uint32_t tsr_retry;
guint watch_tag;
uint32_t wakeup;