aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-bt.c
AgeCommit message (Expand)Author
2012-03-13usb: the big renameGerd Hoffmann
2012-02-27usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann
2012-02-10usb: kill handle_packet callbackGerd Hoffmann
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann
2011-11-22usb: make usb_create_simple catch and pass up errors.Gerd Hoffmann
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-07-20usb-bt doesn't support migrationGerd Hoffmann
2011-07-08usb: fixup bluetooth descriptorsGerd Hoffmann
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann
2011-01-11usb bluetooth: use new descriptor infrastructure.Gerd Hoffmann
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann
2009-09-25static and inline should came before the type of the functionsJuan Quintela
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-11-09Document bluetooth support in qemu-doc.balrog
2008-09-29Emulate a USB bluetooth dongle (or HCI Transport layer).balrog