aboutsummaryrefslogtreecommitdiffstats
path: root/usb-bsd.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori1-2/+1
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann1-1/+1
2012-02-10usb: kill handle_packet callbackGerd Hoffmann1-1/+0
2012-02-04Fix previous commitBlue Swirl1-1/+1
2012-02-04usb-bsd: convert to QOMAnthony Liguori1-5/+6
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori1-11/+18
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-2/+2
2011-08-04re-activate usb-host for bsdGerd Hoffmann1-8/+2
2011-06-23usb: Add a speedmask to devicesHans de Goede1-0/+2
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede1-0/+1
2011-04-03Fix trivial "endianness bugs"Stefan Weil1-1/+1
2011-01-09usb-bsd: fix a file descriptor leakBlue Swirl1-32/+39
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-2/+2
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster1-0/+1
2009-12-12qdev: Rename USBDevice member devname to product_descMarkus Armbruster1-2/+2
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno1-2/+2
2009-09-12Try to fix BSD breakage by 806b60248218bd5f74a8b070f5a99a864e8e51c6Blue Swirl1-10/+32
2009-09-07USB: use opaque parameter passing for monitor handleBlue Swirl1-4/+5
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir11-3/+7
2009-03-07Fix BSD userblueswir11-1/+1
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-9/+11
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-14Make OpenBSD sparc-softmmu compile warning freeblueswir11-6/+6
2008-12-05Attached patch contains warning fixes.blueswir11-3/+3
2008-11-22Native BSD host USB support (Juergen Lock, Lonnie Mendez)blueswir11-0/+608