diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2013-03-05 23:21:33 +0530 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-03-08 13:57:17 -0600 |
commit | fcfb4d6aae611d1f804d486d3c998000912c4c81 (patch) | |
tree | 1821cf5e78f99ae14e5cce17b25e8a039316da1e /hw/serial.h | |
parent | 01f45d986fb0b7c2d4f0466efe3cde9708f325be (diff) |
serial: add flow control to transmit
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Message-id: 2976f10d4e66ed4a34011f6f0d6937026d22be5f.1362505276.git.amit.shah@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/serial.h')
-rw-r--r-- | hw/serial.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/serial.h b/hw/serial.h index 98ee4241be..e57375d03c 100644 --- a/hw/serial.h +++ b/hw/serial.h @@ -72,8 +72,6 @@ struct SerialState { struct QEMUTimer *fifo_timeout_timer; int timeout_ipending; /* timeout interrupt pending state */ - struct QEMUTimer *transmit_timer; - uint64_t char_transmit_time; /* time to transmit a char in ticks */ int poll_msl; |