aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-uhci.c
AgeCommit message (Expand)Author
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-12usb: zap pdev from usbportGerd Hoffmann
2011-01-11usb: keep track of physical port address.Gerd Hoffmann
2011-01-11usb: add speed mask to portsGerd Hoffmann
2011-01-11usb: uhci: remote wakeup support.Gerd Hoffmann
2011-01-11usb: rework attach/detach workflowGerd Hoffmann
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2010-06-30usb-uhci: fix commit 8e65b7c04965c8355e4ce43211582b6b83054e3d for vmstateTeLeMan
2010-06-29MIPS: Initial support of VIA USB controller used by fulong mini pcHuacai Chen
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-04UHCI spurious interrut fixPaul Brook
2010-02-10audio streaming from usb devicesDavid S. Ahern
2010-02-07Do not use dprintfmalc
2009-12-23usb-uhci: symbolic names for pci registersMichael S. Tsirkin
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-10-27usb-uhci: port to vmstateJuan Quintela
2009-10-27usb-uhci: Add num_ports_vmstate to UHCIStateJuan Quintela
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-09-09qdev/usb: convert uhci.Gerd Hoffmann
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
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