summaryrefslogtreecommitdiffstats
path: root/hw/usb-uhci.c
Commit message (Expand)AuthorAgeFilesLines
* usb: move complete callback to port opsGerd Hoffmann2011-05-041-4/+3
* uhci: keep uhci state pointer in async packet struct.Gerd Hoffmann2011-05-041-4/+8
* uhci: switch to QTAILQGerd Hoffmann2011-05-041-48/+15
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-3/+3
* usb: zap pdev from usbportGerd Hoffmann2011-01-121-1/+1
* usb: keep track of physical port address.Gerd Hoffmann2011-01-111-0/+1
* usb: add speed mask to portsGerd Hoffmann2011-01-111-1/+2
* usb: uhci: remote wakeup support.Gerd Hoffmann2011-01-111-2/+21
* usb: rework attach/detach workflowGerd Hoffmann2011-01-111-39/+30
* usb: create USBPortOps, move attach there.Gerd Hoffmann2011-01-111-1/+5
* Record which USBDevice USBPort belongs too.Gleb Natapov2010-12-111-1/+1
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* usb-uhci: fix commit 8e65b7c04965c8355e4ce43211582b6b83054e3d for vmstateTeLeMan2010-06-301-1/+2
* MIPS: Initial support of VIA USB controller used by fulong mini pcHuacai Chen2010-06-291-0/+28
* usb: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-4/+2
* UHCI spurious interrut fixPaul Brook2010-04-041-3/+4
* audio streaming from usb devicesDavid S. Ahern2010-02-101-12/+55
* Do not use dprintfmalc2010-02-071-20/+20
* usb-uhci: symbolic names for pci registersMichael S. Tsirkin2009-12-231-3/+4
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-4/+4
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-1/+2
* pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin2009-12-011-0/+1
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-1/+1
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-1/+1
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* usb-uhci: port to vmstateJuan Quintela2009-10-271-45/+34
* usb-uhci: Add num_ports_vmstate to UHCIStateJuan Quintela2009-10-271-7/+7
* switch usb bus to inplace allocation.Gerd Hoffmann2009-10-051-3/+3
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1
* qdev/usb: convert uhci.Gerd Hoffmann2009-09-091-35/+43
* qdev/usb: make qemu aware of usb busses.Gerd Hoffmann2009-09-091-2/+5
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-1/+1
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-1/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Register usb-uhci reset function.Gleb Natapov2009-06-171-1/+4
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-2/+2
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-2/+2
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-8/+7
* Add and use #defines for PCI device classesblueswir12009-02-011-4/+2
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-8/+4
* uhci: Change default transaction lifetime to 32 frames (Max Krasnyansky)aliguori2008-09-111-1/+1
* uhci: improved TD matching, working ISOC transfersaurel322008-08-221-12/+28
* uhci: Fixed length handling for SETUP and OUT tokensaurel322008-08-221-9/+10
* uhci: fixes for save/load-vm (Max Krasnyansky)aliguori2008-08-211-2/+8
* uhci: rewrite UHCI emulator, fully async operation with multiple outstanding ...aliguori2008-08-211-364/+533
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-3/+3
* Break up vl.h.pbrook2007-11-171-1/+4
* removed unused codebellard2007-11-111-0/+2
* USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...balrog2007-10-041-28/+118
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
OpenPOWER on IntegriCloud