aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-ohci.c
AgeCommit message (Expand)Author
2011-06-23hw/usb-ohci.c: Fix handling of remote wakeup corner casesPeter Maydell
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-14hw/usb-ohci.c: Implement remote wakeupPeter Maydell
2011-06-14hw/usb-ohci.c: Ignore writes to HcPeriodCurrentED registerPeter Maydell
2011-06-14usb: cancel async packets on unplugGerd Hoffmann
2011-06-12hw/usb-ohci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-05-26usb: add usb_handle_packetGerd Hoffmann
2011-05-05Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2011-05-04usb: move complete callback to port opsGerd Hoffmann
2011-05-04ohci: get ohci state via container_of()Gerd Hoffmann
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil
2011-04-07usb-ohci: convert to pci_register_bar_simple()Avi Kivity
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-12usb: zap pdev from usbportGerd Hoffmann
2011-01-11usb: keep track of physical port address.Gerd Hoffmann
2011-01-11usb: add speed mask to portsGerd Hoffmann
2011-01-11usb: rework attach/detach workflowGerd Hoffmann
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov
2010-12-11usb_ohci: Always use little endianAlexander Graf
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-11-22pci: Replace unneeded type casts in calls of pci_register_barStefan Weil
2010-06-13OHCI address decoding fixPaul Brook
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl
2010-04-05OHCI qdev conversionPaul Brook
2010-04-04Revert "Compile usb-ohci only once"Paul Brook
2010-03-31usb: class specific interface requestsMax Reitz
2010-03-21Compile usb-ohci only onceBlue Swirl
2010-02-07Do not use dprintfmalc
2009-12-23usb-ohci: symbolic names for pci registersMichael S. Tsirkin
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-09-09qdev/usb: convert ohci.Gerd Hoffmann
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
2009-08-27usb-ohci: Change casts to DO_UPCAST() for OHCIPCIStateJuan Quintela
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-10usb-ohci: Fix endianness issueMichael Buesch