Hi, > Since commit 8eb13bbbac ("ui/gtk: vte: fix sending multiple > characeters") it's very easy to lock up QEMU with the GTK ui. > If you configure a guest with a serial device and the guest > doesn't listen on this device, QEMU will lock up after > entering two characters in the serial console. > > v2: > Gerd suggested to use the chr_accept_input() callback function > instead of a write retry timer and to drop patch 2/2.
Very nice and easy to read patch now. Queued up for 6.1. thanks, Gerd