summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix QEMU_WARN_UNUSED_RESULTKevin Wolf2010-01-191-1/+1
* usb-host: check mon before using it.Gerd Hoffmann2009-12-191-4/+7
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-3/+2
* qdev: Separate USB product description from qdev nameMarkus Armbruster2009-12-121-0/+1
* qdev: Rename USBDevice member devname to product_descMarkus Armbruster2009-12-121-2/+2
* Fix recently introduced bugs in -usbdevice hostMarkus Armbruster2009-12-031-12/+16
* usb-host: use qdev for -usbdevice + rework.Gerd Hoffmann2009-10-301-266/+144
* usb-linux: return USB_RET_STALL on -EPIPEPaul Bolle2009-10-271-1/+3
* Check return value of qdev_init()Markus Armbruster2009-10-071-2/+4
* Unbreak USB autoconnect filtersMarkus Armbruster2009-10-071-2/+0
* unbreak usb pass-through on linux.Gerd Hoffmann2009-09-251-0/+2
* Use proper format conversion specifier when printing size_t valuemalc2009-09-121-3/+3
* usb-linux.c: fix buffer overflowJim Paris2009-09-111-2/+10
* qdev/usb: make qemu aware of usb busses.Gerd Hoffmann2009-09-091-6/+6
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-16/+37
* USB: use opaque parameter passing for monitor handleBlue Swirl2009-09-071-4/+5
* 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