aboutsummaryrefslogtreecommitdiff
path: root/usb-redir.c
AgeCommit message (Expand)Author
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