summaryrefslogtreecommitdiffstats
path: root/usb-bsd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori2012-02-151-2/+1
|\
| * usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann2012-02-101-1/+1
| * usb: kill handle_packet callbackGerd Hoffmann2012-02-101-1/+0
* | qom: Unify type registrationAndreas Färber2012-02-151-2/+3
|/
* Fix previous commitBlue Swirl2012-02-041-1/+1
* usb-bsd: convert to QOMAnthony Liguori2012-02-041-5/+6
* usb: convert to QEMU Object ModelAnthony Liguori2012-01-271-11/+18
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-2/+2
* re-activate usb-host for bsdGerd Hoffmann2011-08-041-8/+2
* usb: Add a speedmask to devicesHans de Goede2011-06-231-0/+2
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* usb: Pass the packet to the device's handle_control callbackHans de Goede2011-05-261-0/+1
* Fix trivial "endianness bugs"Stefan Weil2011-04-031-1/+1
* usb-bsd: fix a file descriptor leakBlue Swirl2011-01-091-32/+39
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-2/+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
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-2/+2
* Try to fix BSD breakage by 806b60248218bd5f74a8b070f5a99a864e8e51c6Blue Swirl2009-09-121-10/+32
* USB: use opaque parameter passing for monitor handleBlue Swirl2009-09-071-4/+5
* Support for DragonFly BSD (Hasso Tepper)blueswir12009-03-071-3/+7
* Fix BSD userblueswir12009-03-071-1/+1
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-9/+11
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Make OpenBSD sparc-softmmu compile warning freeblueswir12009-01-141-6/+6
* Attached patch contains warning fixes.blueswir12008-12-051-3/+3
* Native BSD host USB support (Juergen Lock, Lonnie Mendez)blueswir12008-11-221-0/+608
OpenPOWER on IntegriCloud