]> git.proxmox.com Git - qemu.git/history - hw/usb-ohci.c
Do not use dprintf
[qemu.git] / hw / usb-ohci.c
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-ohci: symbolic names for pci registers
2009-12-12 Markus Armbrusterqdev: Replace device names containing whitespace
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-05 Gerd Hoffmannswitch usb bus to inplace allocation.
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-09-09 Gerd Hoffmannqdev/usb: convert ohci.
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-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Juan Quintelausb-ohci: Change casts to DO_UPCAST() for OHCIPCIState
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-10 Michael Bueschusb-ohci: Fix endianness issue
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-04-19 aurel32Adds SM501 usb host emulation feature.
2009-03-13 aliguoriAdd and use remaining #defines for PCI device IDs ...
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)
2009-01-18 aurel32USB OHCI: add support for big endian targets
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-11-13 balrogFix signed/unsigned comparisons in OHCI host.
2007-10-31 balrogOHCI USB isochronous transfers support (Arnon Gilboa).
2007-07-25 thsFix memory corruption after OHCI reset, by Ed Swierk.
2007-06-03 pbrookFix off-by-one memory region sizes.
2007-04-07 pbrookUnify IRQ handling.
2007-03-17 pbrookOHCI USB PXA support (Andrzej Zaborowski).
2006-08-12 pbrookSCSI and USB async IO support.
2006-05-25 pbrookOHCI large packet fix.
2006-05-22 pbrookFix USB root hub hotplugging.
2006-05-21 pbrookOHCI USB host emulation.