Home
last modified time | relevance | path

Searched hist:ed9873bf (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dredirect.ced9873bf Thu Aug 23 09:37:19 CDT 2012 Hans de Goede <hdegoede@redhat.com> usb-redir: Don't delay handling of open events to a bottom half

There is no need for this, and doing so means that a backend trying to
write immediately after an open event will see qemu_chr_be_can_write
returning 0, which not all backends handle well as there is no wakeup
mechanism to detect when the frontend does become writable.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>