Re: [Qemu-devel] ui/gtk.c does not check qemu_chr_be_can_write()

2014-09-30 Thread Gerd Hoffmann
On Mo, 2014-09-29 at 15:15 +0200, Michael Walle wrote: > Hi Anthony, Hi Gerd, > > the GTK frontend does not respect the the "chr_can_read" hook. The > frontend just writes characters to the device using qemu_chr_be_write() > without checking if the device can receive any input > (qemu_chr_be_ca

[Qemu-devel] ui/gtk.c does not check qemu_chr_be_can_write()

2014-09-29 Thread Michael Walle
Hi Anthony, Hi Gerd, the GTK frontend does not respect the the "chr_can_read" hook. The frontend just writes characters to the device using qemu_chr_be_write() without checking if the device can receive any input (qemu_chr_be_can_write()). At least for my device model (hw/char/milkymist-uart