aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2014-05-14usb: fix up post load checksMichael S. Tsirkin
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela
2014-05-09libcacard: remove libcacard-specific CFLAGS and LIBS from global varsMichael Tokarev
2014-05-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell
2014-05-05usb: sanity check setup_index+setup_len in post_loadMichael S. Tsirkin
2014-05-05usb: mtp: reply INCOMPLETE_TRANSFER on read errorsGerd Hoffmann
2014-05-05usb: mtp: fix possible buffer overflowGerd Hoffmann
2014-05-05usb: mtp: drop data-out hexdumpGerd Hoffmann
2014-05-05usb: mtp: avoid empty description stringGerd Hoffmann
2014-05-05usb: mtp: fix error path memory leakGerd Hoffmann
2014-05-05usb: mtp: fix serial (must be exact 32 chars)Gerd Hoffmann
2014-05-05usb: mtp: fix version (is decimal not bcd)Gerd Hoffmann
2014-05-05usb: mtp: fix usb_mtp_add_u64Gerd Hoffmann
2014-05-05usb: mtp: replace debug printfs with trace pointsGerd Hoffmann
2014-05-05usb-ohci: Add vmstate descriptorAlexey Kardashevskiy
2014-04-23usb: mtp filesharingGerd Hoffmann
2014-04-22usb: add CompatibleID support to msosGerd Hoffmann
2014-03-27hw/usb/hcd-ohci.c: Avoid shifting left into sign bitPeter Maydell
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert
2014-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into stagingPeter Maydell
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2014-02-18xhci: use DPRINTF() instead of fprintf(stderr, ...)Gerd Hoffmann
2014-02-18xhci: switch debug printf to tracepointGerd Hoffmann
2014-02-18xhci iso: allow for some latencyGerd Hoffmann
2014-02-18xhci iso: fix time calculationGerd Hoffmann
2014-02-18uhci: invalidate queue on device address changesGerd Hoffmann
2014-02-18xhci: fix overflow in usb_xhci_post_loadGerd Hoffmann
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2014-01-16usb-hid: add microsoft os descriptor supportGerd Hoffmann
2014-01-16usb: add support for microsoft os descriptorsGerd Hoffmann
2013-12-06Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori
2013-12-02trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil
2013-11-28usb: move usb_{hi,lo} helpers to header file.Gerd Hoffmann
2013-11-28Revert "usb-tablet: Don't claim wakeup capability for USB-2 version"Gerd Hoffmann
2013-11-28ehci: implement port wakeupGerd Hoffmann
2013-11-26xhci: Call usb_device_alloc/free_streamsHans de Goede
2013-11-26usb: Add usb_device_alloc/free_streamsHans de Goede
2013-11-26usb: Add max_streams attribute to endpoint infoHans de Goede
2013-11-26uas: s/ui/iu/Hans de Goede
2013-11-26uas: Fix response iu struct definitionHans de Goede
2013-11-26uas: Bounds check tags when using streamsHans de Goede
2013-11-26uas: Streams are numbered 1-y, rather then 0-xHans de Goede
2013-11-26uas: Fix / cleanup usb_uas_task error handlingHans de Goede
2013-11-26uas: Only use report iu-s for task_mgmt status reportingHans de Goede
2013-11-26xhci: add support for suspend/resumeGerd Hoffmann
2013-11-26xhci: Add a few missing checks for disconnected devicesHans de Goede
2013-11-13usb: drop unused USBNetState.inpkt fieldStefan Hajnoczi