]> git.proxmox.com Git - mirror_qemu.git/commit
serial: remove watch on reset
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 14 Jun 2016 12:35:20 +0000 (14:35 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 29 Jun 2016 12:03:47 +0000 (14:03 +0200)
commita1df76da57aa8772a75e7c49f8e3829d07b4c46c
treeaedceb590073b6a1a6edeaa1c3c1ae9928a19c84
parent6f1de6b70d857d5e316ae6fd908f52818b827b08
serial: remove watch on reset

Otherwise, this can cause serial_xmit to be entered with LSR.TEMT=0,
which is invalid and causes an assertion failure.

Reported-by: Bret Ketchum <bcketchum@gmail.com>
Tested-by: Bret Ketchum <bcketchum@gmail.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/char/serial.c
include/hw/char/serial.h