index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-29
ehci-sysbus: Attach DMA context.
Peter Crosthwaite
1
-0
/
+1
2012-11-29
usb: fail usbdevice_create() when there is no USB bus
Stefan Hajnoczi
1
-0
/
+7
2012-11-29
usb: tag usb host adapters as not hotpluggable.
Gerd Hoffmann
4
-0
/
+4
2012-11-21
usb-redir: Don't handle interrupt output packets async
Hans de Goede
1
-12
/
+14
2012-11-21
usb-redir: Split usb_handle_interrupt_data into separate in/out functions
Hans de Goede
1
-65
/
+71
2012-11-21
usb-smartcard-reader: Properly NAK interrupt eps when we've no events
Hans de Goede
1
-0
/
+2
2012-11-21
usb-bt: Return NAK instead of STALL when interrupt ep has no data
Hans de Goede
1
-4
/
+21
2012-11-21
uhci: Fix double unlink
Hans de Goede
1
-1
/
+0
2012-11-21
uhci: Don't allow the guest to set port-enabled when there is no dev connected
Hans de Goede
1
-0
/
+4
2012-11-21
uhci: Add a completions_only flag for async completions
Hans de Goede
1
-4
/
+10
2012-11-16
usb-host: fix splitted transfers
Gerd Hoffmann
1
-2
/
+5
2012-11-16
usb-host: update tracing
Gerd Hoffmann
1
-8
/
+12
2012-11-16
usb-redir: Set default debug level to warning
Hans de Goede
1
-1
/
+1
2012-11-16
usb-redir: Only add actually in flight packets to the in flight queue
Hans de Goede
1
-1
/
+3
2012-11-16
ehci: handle dma errors
Gerd Hoffmann
2
-19
/
+61
2012-11-16
ehci: keep the frame timer running in case the guest asked for frame list rol...
Gerd Hoffmann
1
-0
/
+7
2012-11-16
ehci: Don't verify the next pointer for periodic qh-s and qtd-s
Hans de Goede
1
-3
/
+6
2012-11-16
ehci: Better detection for qtd-s linked in circles
Hans de Goede
1
-3
/
+6
2012-11-16
ehci: Fixup q->qtdaddr after cancelling an already completed packet
Hans de Goede
1
-0
/
+4
2012-11-16
ehci: Don't access packet after freeing it
Hans de Goede
1
-4
/
+5
2012-11-16
usb: host-linux: Ignore parsing errors of the device descriptors
Jan Kiszka
1
-20
/
+11
2012-11-16
usb-host: scan for usb devices when the vm starts
Gerd Hoffmann
1
-0
/
+11
2012-11-16
usb: Fix (another) bug in usb_packet_map() for IOMMU handling
David Gibson
1
-1
/
+1
2012-11-14
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
1
-1
/
+1
2012-11-12
dma: Define dma_context_memory and use in sysbus-ohci
Peter Maydell
1
-1
/
+1
2012-11-09
ehci: fix migration
Gerd Hoffmann
1
-1
/
+2
2012-11-09
xhci: Fix some DMA host endian bugs
David Gibson
1
-27
/
+54
2012-11-08
usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()
Hans de Goede
1
-18
/
+15
2012-11-08
xhci: Add support for packets with both data and an error status
Hans de Goede
1
-2
/
+2
2012-11-08
ehci: Add support for packets with both data and an error status
Hans de Goede
2
-85
/
+77
2012-11-08
ehci: Get rid of the magical PROC_ERR status
Hans de Goede
1
-31
/
+24
2012-11-08
usb-redir: Allow packets to have both data and an error-status
Hans de Goede
1
-36
/
+20
2012-11-08
usb: split packet result into actual_length + status
Hans de Goede
23
-616
/
+596
2012-11-01
usb-redir: Allow redirecting super speed devices to high speed controllers
Hans de Goede
1
-2
/
+21
2012-11-01
usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
Jan Kiszka
1
-1
/
+29
2012-11-01
usb-redir: Use reject rather the disconnect on bad ep info
Hans de Goede
1
-2
/
+3
2012-11-01
usb-redir: Add an usbredir_setup_usb_eps() helper function
Hans de Goede
1
-23
/
+22
2012-11-01
usb-redir: Add support for input pipelining
Hans de Goede
1
-10
/
+53
2012-11-01
usb-redir: Add support for 32 bits bulk packet length
Hans de Goede
1
-1
/
+6
2012-11-01
combined-packet: Add a workaround for Linux usbfs + live migration
Hans de Goede
1
-2
/
+5
2012-11-01
usb: Add packet combining functions
Hans de Goede
3
-1
/
+181
2012-11-01
uhci: Don't crash on device disconnect
Hans de Goede
1
-0
/
+5
2012-11-01
uhci: Add a uhci_handle_td_error() helper function
Hans de Goede
1
-43
/
+47
2012-11-01
usb/ehci-pci: add helper to create ich9 usb controllers
Gerd Hoffmann
1
-0
/
+53
2012-11-01
usb/ehci-pci: add ich9 00:1a.* variant
Gerd Hoffmann
1
-1
/
+6
2012-11-01
usb/ehci-pci: dynamic type generation
Gerd Hoffmann
1
-31
/
+35
2012-11-01
uhci: add ich9 00:1a.* variants
Gerd Hoffmann
1
-3
/
+24
2012-11-01
uhci: stick irq routing info into UHCIInfo too.
Gerd Hoffmann
1
-14
/
+18
2012-11-01
uhci: dynamic type generation
Gerd Hoffmann
1
-126
/
+70
2012-11-01
usb/ehci: add sysbus variant
Gerd Hoffmann
2
-1
/
+78
[next]