summaryrefslogtreecommitdiffstats
path: root/hw/usb-bt.c
Commit message (Expand)AuthorAgeFilesLines
* usb: the big renameGerd Hoffmann2012-03-131-557/+0
* usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka2012-02-271-2/+2
* Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori2012-02-151-3/+2
|\
| * usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann2012-02-101-2/+2
| * usb: kill handle_packet callbackGerd Hoffmann2012-02-101-1/+0
* | qom: Unify type registrationAndreas Färber2012-02-151-2/+3
|/
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-6/+8
* usb: separate out legacy usb registration from type registrationAnthony Liguori2012-02-031-1/+1
* usb: convert to QEMU Object ModelAnthony Liguori2012-01-271-13/+20
* usb: track altsetting in USBDeviceGerd Hoffmann2012-01-131-22/+0
* usb: make usb_create_simple catch and pass up errors.Gerd Hoffmann2011-11-221-0/+3
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-19/+12
* usb-bt doesn't support migrationGerd Hoffmann2011-07-201-0/+6
* usb: fixup bluetooth descriptorsGerd Hoffmann2011-07-081-12/+12
* usb: Pass the packet to the device's handle_control callbackHans de Goede2011-05-261-3/+3
* usb: move remote wakeup handling to common codeGerd Hoffmann2011-01-111-18/+3
* usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann2011-01-111-19/+12
* usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann2011-01-111-4/+0
* usb bluetooth: use new descriptor infrastructure.Gerd Hoffmann2011-01-111-271/+202
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-2/+2
* qdev: Separate USB product description from qdev nameMarkus Armbruster2009-12-121-0/+1
* usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann2009-10-051-1/+0
* static and inline should came before the type of the functionsJuan Quintela2009-09-251-1/+1
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-10/+28
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-3/+3
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-4/+3
* Document bluetooth support in qemu-doc.balrog2008-11-091-0/+2
* Emulate a USB bluetooth dongle (or HCI Transport layer).balrog2008-09-291-0/+647
OpenPOWER on IntegriCloud