index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb-ehci.c
Age
Commit message (
Expand
)
Author
2011-12-12
Remove unnecessary casts from PCI DMA code in usb-ehci
David Gibson
2011-11-23
usb-ehci: add register names
Gerd Hoffmann
2011-11-23
usb-ehci: codestyle fixups
Gerd Hoffmann
2011-11-21
ehci: add assert
Gerd Hoffmann
2011-11-01
usb-ehci: Use PCI DMA stub functions
David Gibson
2011-10-13
usb: fix port reset
Gerd Hoffmann
2011-09-19
pci: interrupt pin documentation update
Michael S. Tsirkin
2011-09-07
usb: claim port at device initialization time.
Gerd Hoffmann
2011-09-07
usb-ehci: handle siTDs
Gerd Hoffmann
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
ehci: convert to memory API
Avi Kivity
2011-08-04
ehci: iovec support, remove buffer
Gerd Hoffmann
2011-08-04
usb: use iovecs in USBPacket
Gerd Hoffmann
2011-07-20
ehci doesn't support migration
Gerd Hoffmann
2011-07-05
ehci: add ich9 controller.
Gerd Hoffmann
2011-07-05
ehci: fix port count.
Gerd Hoffmann
2011-07-05
usb-ehci: Add support for registering companion controllers
Hans de Goede
2011-07-05
usb-ehci: Fix handling of PED and PEDC port status bits
Hans de Goede
2011-07-05
usb-ehci: cleanup port reset handling
Hans de Goede
2011-07-05
usb-ehci: Connect Status bit is read only, don't allow changing it by the guest
Hans de Goede
2011-07-05
usb-ehci: drop unused num-ports state member
Hans de Goede
2011-07-05
usb: Replace device_destroy bus op with a child_detach port op
Hans de Goede
2011-07-05
usb: Make port wakeup and complete ops take a USBPort instead of a Device
Hans de Goede
2011-07-05
usb: Move (initial) call of usb_port_location to usb_fill_port
Hans de Goede
2011-06-23
ehci: switch to nanoseconds
Gerd Hoffmann
2011-06-23
ehci: add freq + maxframes properties
Gerd Hoffmann
2011-06-22
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
2011-06-15
usb-ehci: move device/vendor/class id to qdev
Michael S. Tsirkin
2011-06-14
usb: Use defines for serial bus release number register for EHCI
Brad Hards
2011-06-14
usb-ehci: split trace calls to handle arg count limits
Gerd Hoffmann
2011-06-14
usb-ehci: itd handling fixes.
Gerd Hoffmann
2011-06-14
usb-ehci: drop EXECUTING checks.
Gerd Hoffmann
2011-06-14
usb: cancel async packets on unplug
Gerd Hoffmann
2011-06-14
ehci: fix a number of unused-but-set-variable warnings (new with gcc-4.6)
Hans de Goede
2011-06-14
usb-ehci: fix error handling.
Gerd Hoffmann
2011-06-14
usb-ehci: fix offset writeback in ehci_buffer_rw
Gerd Hoffmann
2011-06-14
usb-ehci: multiqueue support
Gerd Hoffmann
2011-06-14
usb-ehci: add queue data struct
Gerd Hoffmann
2011-06-14
usb-ehci: trace buffer copy
Gerd Hoffmann
2011-06-14
usb-ehci: improve mmio tracing
Gerd Hoffmann
2011-06-14
usb-ehci: trace port state
Gerd Hoffmann
2011-06-14
usb-ehci: trace state machine changes
Gerd Hoffmann
2011-06-14
usb-ehci: trace mmio and usbsts
Gerd Hoffmann
2011-05-26
usb: add ehci adapter
Gerd Hoffmann