index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
Age
Commit message (
Expand
)
Author
2012-11-01
usb-redir: Allow redirecting super speed devices to high speed controllers
Hans de Goede
2012-11-01
usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
Jan Kiszka
2012-11-01
usb-redir: Use reject rather the disconnect on bad ep info
Hans de Goede
2012-11-01
usb-redir: Add an usbredir_setup_usb_eps() helper function
Hans de Goede
2012-11-01
usb-redir: Add support for input pipelining
Hans de Goede
2012-11-01
usb-redir: Add support for 32 bits bulk packet length
Hans de Goede
2012-11-01
combined-packet: Add a workaround for Linux usbfs + live migration
Hans de Goede
2012-11-01
usb: Add packet combining functions
Hans de Goede
2012-11-01
uhci: Don't crash on device disconnect
Hans de Goede
2012-11-01
uhci: Add a uhci_handle_td_error() helper function
Hans de Goede
2012-11-01
usb/ehci-pci: add helper to create ich9 usb controllers
Gerd Hoffmann
2012-11-01
usb/ehci-pci: add ich9 00:1a.* variant
Gerd Hoffmann
2012-11-01
usb/ehci-pci: dynamic type generation
Gerd Hoffmann
2012-11-01
uhci: add ich9 00:1a.* variants
Gerd Hoffmann
2012-11-01
uhci: stick irq routing info into UHCIInfo too.
Gerd Hoffmann
2012-11-01
uhci: dynamic type generation
Gerd Hoffmann
2012-11-01
usb/ehci: add sysbus variant
Gerd Hoffmann
2012-11-01
usb/ehci: split into multiple source files
Gerd Hoffmann
2012-11-01
usb/ehci: Guard definition of EHCI_DEBUG
Peter Crosthwaite
2012-11-01
usb/ehci: seperate out PCIisms
Peter Crosthwaite
2012-11-01
usb/ehci: Abstract away PCI DMA API
Peter Crosthwaite
2012-11-01
usb/ehci: parameterise the register region offsets
Peter Crosthwaite
2012-11-01
xhci: allow address slot being called multiple times
Gerd Hoffmann
2012-11-01
xhci: add port trace points
Gerd Hoffmann
2012-11-01
xhci: set pls in xhci_port_update & xhci_port_reset
Gerd Hoffmann
2012-11-01
xhci: add xhci_port_reset
Gerd Hoffmann
2012-11-01
xhci: add xhci_port_notify
Gerd Hoffmann
2012-11-01
xhci: add xhci_port_have_device
Gerd Hoffmann
2012-11-01
xhci: s/xhci_update_port/xhci_port_update/
Gerd Hoffmann
2012-11-01
xhci: add {get,set}_field macros & enum for pls
Gerd Hoffmann
2012-10-25
xhci: fix usb name in caps
Gerd Hoffmann
2012-10-25
xhci: make number of interrupters and slots configurable
Gerd Hoffmann
2012-10-25
xhci: allow disabling interrupters
Gerd Hoffmann
2012-10-25
xhci: flush endpoint context unconditinally
Gerd Hoffmann
2012-10-25
xhci: fix function name in error message
Gerd Hoffmann
2012-10-25
uhci: Use only one queue for ctrl endpoints
Hans de Goede
2012-10-25
uhci: Retry to fill the queue while waiting for td completion
Hans de Goede
2012-10-25
uhci: Always mark a queue valid when we encounter it
Hans de Goede
2012-10-25
uhci: When the guest marks a pending td non-active, cancel the queue
Hans de Goede
2012-10-25
uhci: Detect guest td re-use
Hans de Goede
2012-10-25
uhci: Verify queue has not been changed by guest
Hans de Goede
2012-10-25
uhci: Immediately free queues on device disconnect
Hans de Goede
2012-10-25
uhci: Store ep in UHCIQueue
Hans de Goede
2012-10-25
uhci: Make uhci_fill_queue() actually operate on an UHCIQueue
Hans de Goede
2012-10-25
uhci: Add uhci_read_td() helper function
Hans de Goede
2012-10-25
uhci: Rename UHCIAsync->td to UHCIAsync->td_addr
Hans de Goede
2012-10-25
uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free
Hans de Goede
2012-10-25
uhci: Drop unnecessary forward declaration of some static functions
Hans de Goede
2012-10-25
uhci: Don't retry on error
Hans de Goede
2012-10-25
uhci: cleanup: Add an unlink call to uhci_async_cancel()
Hans de Goede
[next]