diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2016-07-04 11:42:53 +0200 |
|---|---|---|
| committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-07-12 09:24:31 +0200 |
| commit | 57a4e3b92b6e87158c1e5192fb99a5ac3b82dd5a (patch) | |
| tree | b30fb1ce19e7243ec2367b0804684cf32cb5f4dd /ui/input-linux.c | |
| parent | cde8dcbc926d9b960a96c7d637b9c23515e06c0b (diff) | |
| download | focaccia-qemu-57a4e3b92b6e87158c1e5192fb99a5ac3b82dd5a.tar.gz focaccia-qemu-57a4e3b92b6e87158c1e5192fb99a5ac3b82dd5a.zip | |
msmouse: fix buffer handling
The msmouse chardev backend writes data without checking whenever there is enough space. That happens to work with linux guests, probably by pure luck because the linux driver enables the fifo and the serial port emulation accepts more data than announced via qemu_chr_be_can_write() in that case. Handle this properly by adding a buffer to MouseState. Hook up a CharDriverState->accept_input() handler which feeds the buffer to the serial port. msmouse_event() only fills the buffer now, and calls the accept_input handler too to kick off the transmission. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1467625375-31774-3-git-send-email-kraxel@redhat.com
Diffstat (limited to 'ui/input-linux.c')
0 files changed, 0 insertions, 0 deletions