diff options
Diffstat (limited to 'hw/serial.c')
-rw-r--r-- | hw/serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/serial.c b/hw/serial.c index c5d9db5fa2..b1bd0ff36c 100644 --- a/hw/serial.c +++ b/hw/serial.c @@ -223,6 +223,7 @@ static uint32_t serial_ioport_read(void *opaque, uint32_t addr) ret = s->rbr; s->lsr &= ~(UART_LSR_DR | UART_LSR_BI); serial_update_irq(s); + qemu_chr_accept_input(s->chr); } break; case 1: |