aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-ohci.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori1-40/+41
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann1-8/+8
2012-02-10usb: USBPacket: add status, rename owner -> epGerd Hoffmann1-2/+2
2012-02-10usb-ohci: switch to usb_find_device()Gerd Hoffmann1-36/+37
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-18/+24
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-6/+13
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-14/+23
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2012-01-17usb: link packets to endpoints not devicesGerd Hoffmann1-1/+3
2012-01-06usb-ohci: td.cbp incorrectly updated near page endAndriy Gapon1-3/+3
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-10-13hw/usb-ohci: Honour endpoint maximum packet sizePeter Maydell1-10/+27
2011-10-13hw/usb-ohci: Fix OHCI_TD_T1 bit position definitionPeter Maydell1-1/+1
2011-10-13usb: fix port resetGerd Hoffmann1-1/+1
2011-09-19pci: interrupt pin documentation updateMichael S. Tsirkin1-2/+1
2011-09-07usb: claim port at device initialization time.Gerd Hoffmann1-2/+2
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-1/+1
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-12/+11
2011-07-29usb-ohci: convert to MemoryRegionAvi Kivity1-25/+17
2011-07-08usb-ohci: raise interrupt on attachGerd Hoffmann1-1/+7
2011-07-05usb-ohci: Add support for being a companion controllerHans de Goede1-12/+40
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede1-4/+12
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede1-7/+5
2011-07-05usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede1-1/+0
2011-06-23hw/usb-ohci.c: Fix handling of remote wakeup corner casesPeter Maydell1-3/+14
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-4/+3
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-8/+5
2011-06-14hw/usb-ohci.c: Implement remote wakeupPeter Maydell1-0/+17
2011-06-14hw/usb-ohci.c: Ignore writes to HcPeriodCurrentED registerPeter Maydell1-0/+4
2011-06-14usb: cancel async packets on unplugGerd Hoffmann1-1/+15
2011-06-12hw/usb-ohci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-4/+3
2011-05-26usb: add usb_handle_packetGerd Hoffmann1-2/+2
2011-05-05Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-9/+1
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin1-8/+6
2011-05-04usb: move complete callback to port opsGerd Hoffmann1-5/+2
2011-05-04ohci: get ohci state via container_of()Gerd Hoffmann1-1/+1
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil1-8/+6
2011-04-07usb-ohci: convert to pci_register_bar_simple()Avi Kivity1-9/+1
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-4/+4
2011-01-12usb: zap pdev from usbportGerd Hoffmann1-1/+1
2011-01-11usb: keep track of physical port address.Gerd Hoffmann1-0/+1
2011-01-11usb: add speed mask to portsGerd Hoffmann1-1/+2
2011-01-11usb: rework attach/detach workflowGerd Hoffmann1-42/+38
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann1-1/+5
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov1-1/+1
2010-12-11usb_ohci: Always use little endianAlexander Graf1-8/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2