qdev/usb: add usb bus support to qdev, convert drivers.
[qemu] / hw / usb-uhci.c
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