aboutsummaryrefslogtreecommitdiffstats
path: root/usb-redir.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-06usb-redir: convert to QOMAnthony Liguori1-10/+14
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori1-13/+20
2012-01-17usb-redir: Improve some debugging messagesHans de Goede1-5/+8
2012-01-17usb-redir: Try to keep our buffer size near the target sizeHans de Goede1-3/+27
2012-01-17usb-redir: Pre-fill our isoc input buffer before sending pkts to the hostHans de Goede1-0/+16
2012-01-17usb-redir: Dynamically adjust iso buffering size based on ep intervalHans de Goede1-5/+48
2012-01-17usb-redir: Clear iso / irq error when stopping the streamHans de Goede1-2/+4
2012-01-06Strip trailing '\n' from error_report()'s first argument (again)Markus Armbruster1-2/+2
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-2/+2
2011-11-28usb-redir: Don't try to write to the chardev after a close eventHans de Goede1-0/+4
2011-11-28usb-redir: Device disconnect + re-connect robustness fixesHans de Goede1-1/+21
2011-11-28usb-redir: Call qemu_chr_fe_open/closeHans de Goede1-0/+3
2011-08-22char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-26/+33
2011-07-22USB: add usb network redirection supportHans de Goede1-0/+1218