summary refs log tree commit diff stats
path: root/hw/mcf_uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mcf_uart.c')
-rw-r--r--hw/mcf_uart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mcf_uart.c b/hw/mcf_uart.c
index 01973a02fd..a65cc772c2 100644
--- a/hw/mcf_uart.c
+++ b/hw/mcf_uart.c
@@ -88,6 +88,7 @@ uint32_t mcf_uart_read(void *opaque, target_phys_addr_t addr)
             if (s->fifo_len == 0)
                 s->sr &= ~MCF_UART_RxRDY;
             mcf_uart_update(s);
+            qemu_chr_accept_input(s->chr);
             return val;
         }
     case 0x10: