aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-4/+4
* Prefer sysfs for USB host devicesMark McLoughlin2009-07-101-9/+9
* USB serial device supportJason Wessel2009-05-221-2/+1
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-14/+21
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-22/+2
* Suppress a -Werror=format-security warningblueswir12008-12-281-7/+11
* Native BSD host USB support (Juergen Lock, Lonnie Mendez)blueswir12008-11-221-23/+0
* Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Eggerblueswir12008-11-221-1/+1
* Use locally defined structure.pbrook2008-10-281-1/+1
* Silence warnings about unused variablesblueswir12008-10-251-5/+5
* Keep usb host scanning from leaking file descriptorsaliguori2008-10-211-5/+11
* Fix broken USB support for Linux host (Bjorn Danielsson)aliguori2008-10-211-1/+2
* Add USB sys file-system support (v8) (TJ)aliguori2008-10-071-10/+218
* Don't use sprintf() or strcpy()aliguori2008-09-221-10/+10
* Define a few structures instead of including a file, add "static"blueswir12008-09-151-2/+20
* usb: Support for removing device by host addr, improved auto filter syntax (M...aliguori2008-09-141-31/+172
* husb: Make control transactions asynchronous (Max Krasnyansky)aliguori2008-09-141-93/+371
* husb: Fixup printfs and stuff based on the review comments (Max Krasnyansky)aliguori2008-08-211-7/+4
* husb: remove disconnect detection timer (Max Krasnyansky)aliguori2008-08-211-31/+6
* husb: rewrite Linux host USB layer, fully async operation (Max Krasnyansky)aliguori2008-08-211-278/+182
* husb: support for USB host device auto connect (Max Krasnyansky)aliguori2008-08-211-14/+195
* husb: support for USB host device auto disconnect (Max Krasnyansky)aliguori2008-08-211-9/+47
* Add statics and missing #includes for prototypes.pbrook2007-11-181-4/+4
* Break up vl.h.pbrook2007-11-171-1/+3
* Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon ...balrog2007-10-311-22/+29
* Quiet warnings introduced with the USB iso support.balrog2007-10-041-43/+46
* USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...balrog2007-10-041-61/+503
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-31/+31
* Build fix for newer kernel headers, thanks Jason Wessel.ths2006-12-101-1/+0
* SCSI and USB async IO support.pbrook2006-08-121-6/+5
* usb destroy API change (Lonnie Mendez)bellard2006-07-191-9/+11
* Linux compilation fixbellard2006-07-191-0/+9
* display device identifier string for user with info usb (Lonnie Mendez)bellard2006-06-261-3/+27
* Rearrange SCSI disk emulation code.pbrook2006-05-251-1/+1
* Tweak UHCI device settings. Ignore host root hubs.pbrook2006-03-111-2/+4
* correct use of USBDEVFS_DISCONNECTbellard2005-11-131-4/+9
* USB user interfacebellard2005-11-061-85/+256
* initial USB supportbellard2005-11-051-0/+309