Re: [Qemu-devel] [PATCH 6/6] serial: remove watch on reset

2016-06-22 Thread Dr. David Alan Gilbert
* Paolo Bonzini (pbonz...@redhat.com) wrote: > Otherwise, this can cause serial_xmit to be entered with LSR.TEMT=0, > which is invalid and causes an assertion failure. Reviewed-by: Dr. David Alan Gilbert > Reported-by: Bret Ketchum > Signed-off-by:

Re: [Qemu-devel] [PATCH 6/6] serial: remove watch on reset

2016-06-22 Thread Bret Ketchum
Tested-by: Bret Ketchum On Mon, Jun 20, 2016 at 9:29 AM, Paolo Bonzini wrote: > 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

[Qemu-devel] [PATCH 6/6] serial: remove watch on reset

2016-06-20 Thread Paolo Bonzini
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 Signed-off-by: Paolo Bonzini --- hw/char/serial.c | 16 1 file changed, 12 insertions(+),