]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/serial.c
RTC: Remove the logic to update time format when DM bit changed
[mirror_qemu.git] / hw / serial.c
index b499bca659a3917c5e9af24e051e57038028011a..a421d1e7bc7c3d55c516b501292b808e141f0ec1 100644 (file)
@@ -332,6 +332,7 @@ static void serial_xmit(void *opaque)
         } else {
             s->tsr = s->thr;
             s->lsr |= UART_LSR_THRE;
+            s->lsr &= ~UART_LSR_TEMT;
         }
     }