summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2012-11-16usb-host: fix splitted transfersGerd Hoffmann1-2/+5
2012-11-16usb-host: update tracingGerd Hoffmann1-8/+12
2012-11-16usb-redir: Set default debug level to warningHans de Goede1-1/+1
2012-11-16usb-redir: Only add actually in flight packets to the in flight queueHans de Goede1-1/+3
2012-11-16ehci: handle dma errorsGerd Hoffmann2-19/+61
2012-11-16ehci: keep the frame timer running in case the guest asked for frame list rol...Gerd Hoffmann1-0/+7
2012-11-16ehci: Don't verify the next pointer for periodic qh-s and qtd-sHans de Goede1-3/+6
2012-11-16ehci: Better detection for qtd-s linked in circlesHans de Goede1-3/+6
2012-11-16ehci: Fixup q->qtdaddr after cancelling an already completed packetHans de Goede1-0/+4
2012-11-16ehci: Don't access packet after freeing itHans de Goede1-4/+5
2012-11-16usb: host-linux: Ignore parsing errors of the device descriptorsJan Kiszka1-20/+11
2012-11-16usb-host: scan for usb devices when the vm startsGerd Hoffmann1-0/+11
2012-11-16usb: Fix (another) bug in usb_packet_map() for IOMMU handlingDavid Gibson1-1/+1
2012-11-14Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-1/+1
2012-11-12dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell1-1/+1
2012-11-09ehci: fix migrationGerd Hoffmann1-1/+2
2012-11-09xhci: Fix some DMA host endian bugsDavid Gibson1-27/+54
2012-11-08usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()Hans de Goede1-18/+15
2012-11-08xhci: Add support for packets with both data and an error statusHans de Goede1-2/+2
2012-11-08ehci: Add support for packets with both data and an error statusHans de Goede2-85/+77
2012-11-08ehci: Get rid of the magical PROC_ERR statusHans de Goede1-31/+24
2012-11-08usb-redir: Allow packets to have both data and an error-statusHans de Goede1-36/+20
2012-11-08usb: split packet result into actual_length + statusHans de Goede23-616/+596
2012-11-01usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede1-2/+21
2012-11-01usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka1-1/+29
2012-11-01usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede1-2/+3
2012-11-01usb-redir: Add an usbredir_setup_usb_eps() helper functionHans de Goede1-23/+22
2012-11-01usb-redir: Add support for input pipeliningHans de Goede1-10/+53
2012-11-01usb-redir: Add support for 32 bits bulk packet lengthHans de Goede1-1/+6
2012-11-01combined-packet: Add a workaround for Linux usbfs + live migrationHans de Goede1-2/+5
2012-11-01usb: Add packet combining functionsHans de Goede3-1/+181
2012-11-01uhci: Don't crash on device disconnectHans de Goede1-0/+5
2012-11-01uhci: Add a uhci_handle_td_error() helper functionHans de Goede1-43/+47
2012-11-01usb/ehci-pci: add helper to create ich9 usb controllersGerd Hoffmann1-0/+53
2012-11-01usb/ehci-pci: add ich9 00:1a.* variantGerd Hoffmann1-1/+6
2012-11-01usb/ehci-pci: dynamic type generationGerd Hoffmann1-31/+35
2012-11-01uhci: add ich9 00:1a.* variantsGerd Hoffmann1-3/+24
2012-11-01uhci: stick irq routing info into UHCIInfo too.Gerd Hoffmann1-14/+18
2012-11-01uhci: dynamic type generationGerd Hoffmann1-126/+70
2012-11-01usb/ehci: add sysbus variantGerd Hoffmann2-1/+78
2012-11-01usb/ehci: split into multiple source filesGerd Hoffmann4-424/+462
2012-11-01usb/ehci: Guard definition of EHCI_DEBUGPeter Crosthwaite1-0/+2
2012-11-01usb/ehci: seperate out PCIismsPeter Crosthwaite1-52/+72
2012-11-01usb/ehci: Abstract away PCI DMA APIPeter Crosthwaite1-5/+8
2012-11-01usb/ehci: parameterise the register region offsetsPeter Crosthwaite1-32/+36
2012-11-01xhci: allow address slot being called multiple timesGerd Hoffmann1-2/+7
2012-11-01xhci: add port trace pointsGerd Hoffmann1-1/+5
2012-11-01xhci: set pls in xhci_port_update & xhci_port_resetGerd Hoffmann1-2/+24
2012-11-01xhci: add xhci_port_resetGerd Hoffmann1-4/+9
2012-11-01xhci: add xhci_port_notifyGerd Hoffmann1-14/+17