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-xhci.c
Age
Commit message (
Expand
)
Author
2012-03-07
xhci: fix port status
Gerd Hoffmann
2012-03-07
xhci: fix control xfers
Gerd Hoffmann
2012-02-27
usb-xhci: enable packet queuing
Gerd Hoffmann
2012-02-15
Merge remote-tracking branch 'kraxel/usb.38' into staging
Anthony Liguori
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-10
xhci: handle USB_RET_NAK
Gerd Hoffmann
2012-02-10
xhci: remote wakeup support
Gerd Hoffmann
2012-02-10
xhci: kill port arg from xhci_setup_packet
Gerd Hoffmann
2012-02-10
xhci: stop on errors
Gerd Hoffmann
2012-02-10
xhci: add trb type name lookup support.
Gerd Hoffmann
2012-02-10
xhci: signal low- and fullspeed support
Gerd Hoffmann
2012-02-10
usb: Set USBEndpoint in usb_packet_setup().
Gerd Hoffmann
2012-02-10
usb-xhci: switch to usb_find_device()
Gerd Hoffmann
2012-02-10
usb: kill USB_MSG_RESET
Gerd Hoffmann
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-27
usb: convert to QEMU Object Model
Anthony Liguori
2012-01-17
xhci: Initial xHCI implementation
Hector Martin