aboutsummaryrefslogtreecommitdiff
path: root/usb-redir.c
AgeCommit message (Expand)Author
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann
2012-02-10usb: kill handle_packet callbackGerd Hoffmann
2012-02-10usb-redir: Add the posibility to filter out certain devices from redirecionHans de Goede
2012-02-06usb-redir: convert to QOMAnthony Liguori
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori
2012-01-17usb-redir: Improve some debugging messagesHans de Goede
2012-01-17usb-redir: Try to keep our buffer size near the target sizeHans de Goede
2012-01-17usb-redir: Pre-fill our isoc input buffer before sending pkts to the hostHans de Goede
2012-01-17usb-redir: Dynamically adjust iso buffering size based on ep intervalHans de Goede
2012-01-17usb-redir: Clear iso / irq error when stopping the streamHans de Goede
2012-01-06Strip trailing '\n' from error_report()'s first argument (again)Markus Armbruster
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-11-28usb-redir: Don't try to write to the chardev after a close eventHans de Goede
2011-11-28usb-redir: Device disconnect + re-connect robustness fixesHans de Goede
2011-11-28usb-redir: Call qemu_chr_fe_open/closeHans de Goede
2011-08-22char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-07-22USB: add usb network redirection supportHans de Goede