aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-uhci.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-3/+3
2011-01-12usb: zap pdev from usbportGerd Hoffmann1-1/+1
2011-01-11usb: keep track of physical port address.Gerd Hoffmann1-0/+1
2011-01-11usb: add speed mask to portsGerd Hoffmann1-1/+2
2011-01-11usb: uhci: remote wakeup support.Gerd Hoffmann1-2/+21
2011-01-11usb: rework attach/detach workflowGerd Hoffmann1-39/+30
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann1-1/+5
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov1-1/+1
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-06-30usb-uhci: fix commit 8e65b7c04965c8355e4ce43211582b6b83054e3d for vmstateTeLeMan1-1/+2
2010-06-29MIPS: Initial support of VIA USB controller used by fulong mini pcHuacai Chen1-0/+28
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl1-4/+2
2010-04-04UHCI spurious interrut fixPaul Brook1-3/+4
2010-02-10audio streaming from usb devicesDavid S. Ahern1-12/+55
2010-02-07Do not use dprintfmalc1-20/+20
2009-12-23usb-uhci: symbolic names for pci registersMichael S. Tsirkin1-3/+4
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-4/+4
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+2
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-0/+1
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-1/+1
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-1/+1
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-10-27usb-uhci: port to vmstateJuan Quintela1-45/+34
2009-10-27usb-uhci: Add num_ports_vmstate to UHCIStateJuan Quintela1-7/+7
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann1-3/+3
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-09-09qdev/usb: convert uhci.Gerd Hoffmann1-35/+43
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-2/+5
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-1/+1
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-1/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-06-17Register usb-uhci reset function.Gleb Natapov1-1/+4
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-2/+2
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-2/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-8/+7
2009-02-01Add and use #defines for PCI device classesblueswir11-4/+2
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-8/+4
2008-09-11uhci: Change default transaction lifetime to 32 frames (Max Krasnyansky)aliguori1-1/+1
2008-08-22uhci: improved TD matching, working ISOC transfersaurel321-12/+28
2008-08-22uhci: Fixed length handling for SETUP and OUT tokensaurel321-9/+10
2008-08-21uhci: fixes for save/load-vm (Max Krasnyansky)aliguori1-2/+8
2008-08-21uhci: rewrite UHCI emulator, fully async operation with multiple outstanding ...aliguori1-364/+533
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-3/+3
2007-11-17Break up vl.h.pbrook1-1/+4
2007-11-11removed unused codebellard1-0/+2
2007-10-04USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...balrog1-28/+118
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-26/+26
2007-09-09Implement HID idle mode (avoids flooding guest with useless updates).pbrook1-1/+4
2007-06-06Use the correct PCI IDs for Malta.ths1-1/+37