]> git.proxmox.com Git - qemu.git/history - hw/usb-uhci.c
pci: don't overwrite multi functio bit in pci header type.
[qemu.git] / hw / usb-uhci.c
2010-07-11 Isaku Yamahatapci: don't overwrite multi functio bit in pci header...
2010-06-30 TeLeManusb-uhci: fix commit 8e65b7c04965c8355e4ce43211582b6b83...
2010-06-29 Huacai ChenMIPS: Initial support of VIA USB controller used by...
2010-04-25 Blue Swirlusb: remove dead assignments, spotted by clang analyzer
2010-04-04 Paul BrookUHCI spurious interrut fix
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 David S. Ahernaudio streaming from usb devices
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-06 malcDo not use dprintf
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-23 Michael S. Tsirkinusb-uhci: symbolic names for pci registers
2009-12-12 Markus Armbrusterqdev: Replace device names containing whitespace
2009-12-03 Juan Quintelasavevm: Port to qdev.vmsd all devices that have qdev
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-12-01 Michael S. Tsirkinpci: pci.h cleanup: move out stuff not in pci.c
2009-11-09 Isaku Yamahatapci: introduce pcibus_t to represent pci bus address...
2009-11-09 Isaku Yamahatapci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/...
2009-11-07 Glauber Costav3: don't call reset functions on cpu initialization
2009-10-27 Juan Quintelausb-uhci: port to vmstate
2009-10-27 Juan Quintelausb-uhci: Add num_ports_vmstate to UHCIState
2009-10-05 Gerd Hoffmannswitch usb bus to inplace allocation.
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-09-09 Gerd Hoffmannqdev/usb: convert uhci.
2009-09-09 Gerd Hoffmannqdev/usb: make qemu aware of usb busses.
2009-09-09 Gerd Hoffmannqdev/usb: add usb bus support to qdev, convert drivers.
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-17 Gleb NatapovRegister usb-uhci reset function.
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2008-09-11 aliguoriuhci: Change default transaction lifetime to 32 frames...
2008-08-22 aurel32uhci: improved TD matching, working ISOC transfers
2008-08-22 aurel32uhci: Fixed length handling for SETUP and OUT tokens
2008-08-21 aliguoriuhci: fixes for save/load-vm (Max Krasnyansky)
2008-08-21 aliguoriuhci: rewrite UHCI emulator, fully async operation...
2007-12-16 thsFix wrong signedness, by Andre Przywara.
2007-11-17 pbrookBreak up vl.h.
2007-11-11 bellardremoved unused code
2007-10-04 balrogUSB iso transfers support for the linux redirector...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-09 pbrookImplement HID idle mode (avoids flooding guest with...
2007-06-06 thsUse the correct PCI IDs for Malta.
2007-04-07 pbrookUnify IRQ handling.
2007-02-22 thsBasic USB device resume (root hub only), by Lonnie...
2007-01-17 thsFix USB buffer size, by Herbert Xu.
2006-08-12 pbrookSCSI and USB async IO support.
2006-05-22 pbrookFix USB root hub hotplugging.
2006-05-21 pbrookOHCI USB host emulation.
2006-05-13 pbrookRearrange PCI host emulation code.
2006-04-25 bellardfix for HCHALTED status bit
2006-04-24 bellardHCHALTED status bit handling (Lonnie Mendez)
2006-03-11 pbrookAdd missing break statement.
2006-03-11 pbrookTweak UHCI device settings. Ignore host root hubs.
2005-11-19 bellardUSB reset typo (Lonnie Mendez)
2005-11-06 bellardUSB user interface
2005-11-05 bellardsame PCI parameters as PIIX3
2005-11-05 bellardinitial USB support