summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* UHCI spurious interrut fixPaul Brook2010-04-061-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
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-26/+26
* Implement HID idle mode (avoids flooding guest with useless updates).pbrook2007-09-091-1/+4
* Use the correct PCI IDs for Malta.ths2007-06-061-1/+37
* Unify IRQ handling.pbrook2007-04-071-1/+1
* Basic USB device resume (root hub only), by Lonnie Mendez.ths2007-02-221-0/+23
* Fix USB buffer size, by Herbert Xu.ths2007-01-171-1/+1
* SCSI and USB async IO support.pbrook2006-08-121-61/+183
* Fix USB root hub hotplugging.pbrook2006-05-221-5/+5
* OHCI USB host emulation.pbrook2006-05-211-7/+2
* Rearrange PCI host emulation code.pbrook2006-05-131-3/+2
* fix for HCHALTED status bitbellard2006-04-251-1/+1
* HCHALTED status bit handling (Lonnie Mendez)bellard2006-04-241-0/+5
* Add missing break statement.pbrook2006-03-111-0/+1
* Tweak UHCI device settings. Ignore host root hubs.pbrook2006-03-111-1/+4
* USB reset typo (Lonnie Mendez)bellard2005-11-191-1/+1
* USB user interfacebellard2005-11-061-10/+9
* same PCI parameters as PIIX3bellard2005-11-051-3/+3
* initial USB supportbellard2005-11-051-0/+672