aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-uhci.c
AgeCommit message (Expand)Author
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-17Register usb-uhci reset function.Gleb Natapov
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2008-09-11uhci: Change default transaction lifetime to 32 frames (Max Krasnyansky)aliguori
2008-08-22uhci: improved TD matching, working ISOC transfersaurel32
2008-08-22uhci: Fixed length handling for SETUP and OUT tokensaurel32
2008-08-21uhci: fixes for save/load-vm (Max Krasnyansky)aliguori
2008-08-21uhci: rewrite UHCI emulator, fully async operation with multiple outstanding ...aliguori
2007-12-16Fix wrong signedness, by Andre Przywara.ths
2007-11-17Break up vl.h.pbrook
2007-11-11removed unused codebellard
2007-10-04USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...balrog
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-09Implement HID idle mode (avoids flooding guest with useless updates).pbrook
2007-06-06Use the correct PCI IDs for Malta.ths
2007-04-07Unify IRQ handling.pbrook
2007-02-22Basic USB device resume (root hub only), by Lonnie Mendez.ths
2007-01-17Fix USB buffer size, by Herbert Xu.ths
2006-08-12SCSI and USB async IO support.pbrook
2006-05-22Fix USB root hub hotplugging.pbrook
2006-05-21OHCI USB host emulation.pbrook
2006-05-13Rearrange PCI host emulation code.pbrook
2006-04-25fix for HCHALTED status bitbellard
2006-04-24HCHALTED status bit handling (Lonnie Mendez)bellard
2006-03-11Add missing break statement.pbrook
2006-03-11Tweak UHCI device settings. Ignore host root hubs.pbrook
2005-11-19USB reset typo (Lonnie Mendez)bellard
2005-11-06USB user interfacebellard
2005-11-05same PCI parameters as PIIX3bellard
2005-11-05initial USB supportbellard