Sign in
qemu
/
qemu
/
a8d4a2e4d7e1a0207699de47142c9bdbf2cc8675
/
hw
/
usb
/
hcd-ohci.c
88dd1b8
ohci: fix resource cleanup leak
by Gonglei
· 10 years ago
87581fe
ohci: Complete conversion to realize
by Markus Armbruster
· 10 years ago
f4bbaaf
usb: Propagate errors through usb_register_companion()
by Markus Armbruster
· 10 years ago
e720677
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
by Paolo Bonzini
· 10 years ago
bc0d104
ohci: drop computed flags from trace events
by Alex Bennée
· 10 years ago
3af8f17
ohci: Split long traces to smaller ones
by Alexey Kardashevskiy
· 10 years ago
dc1f598
ohci: Convert fprint/DPRINTF/print to traces
by Alexey Kardashevskiy
· 10 years ago
07832c3
usb-ohci: add exit function
by Gonglei
· 11 years ago
80be63d
usb-ohci: Fix memory leak for ohci timer
by Gonglei
· 11 years ago
cae7f29
Fix OHCI ISO TD state never being written back.
by Jack Un
· 11 years ago
b9b45b4
hw/usb: Add missing 'static' attribute
by Stefan Weil
· 11 years ago
25feab2
migration: Remove unneeded minimum_version_id_old
by Juan Quintela
· 11 years ago
69e25d2
usb-ohci: Add vmstate descriptor
by Alexey Kardashevskiy
· 11 years ago
00b0179
hw/usb/hcd-ohci.c: Avoid shifting left into sign bit
by Peter Maydell
· 11 years ago
2897ae0
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
by Igor Mammedov
· 11 years ago
b0eb759
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
9e64f8a
hw: set interrupts using pci irq wrappers
by Marcel Apfelbaum
· 11 years ago
4b351a0
pci-ohci: Add missing 'break' in ohci_service_td
by Ján Veselý
· 11 years ago
c889b3a
usb: Pass size to usb_bus_new()
by Andreas Färber
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
cf66ee8
hcd-ohci: add dma error handling
by Alexey Kardashevskiy
· 12 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 12 years ago
457215e
ohci: Use QOM realize for OHCI
by Hu Tao
· 12 years ago
1aa0c0c
ohci: QOM'ify some more
by Hu Tao
· 12 years ago
22fc860
hw/[u-x]*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
df32fd1
dma: eliminate DMAContext
by Paolo Bonzini
· 12 years ago
8550a02
usb-core: usb3 streams
by Gerd Hoffmann
· 12 years ago
7fa96d7
ohci: add missing break
by Gerd Hoffmann
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
f79738b
usb: Add an usb_device_ep_stopped USBDevice method
by Hans de Goede
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
a2cb15b
pci: update all users to look in pci/
by Michael S. Tsirkin
· 12 years ago
6c2d1c3
usb: tag usb host adapters as not hotpluggable.
by Gerd Hoffmann
· 12 years ago
5f580e9
Merge remote-tracking branch 'bonzini/scsi-next' into staging
by Anthony Liguori
· 12 years ago
9e11908
dma: Define dma_context_memory and use in sysbus-ohci
by Peter Maydell
· 12 years ago
9a77a0f
usb: split packet result into actual_length + status
by Hans de Goede
· 12 years ago
a6fb2dd
usb: Add an int_req flag to USBPacket
by Hans de Goede
· 12 years ago
6ba43f1
usb: Move short-not-ok handling to the core
by Hans de Goede
· 12 years ago
36dfe32
usb: Add USB_RET_ADD_TO_QUEUE packet result code
by Hans de Goede
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
e983395
usb: unique packet ids
by Gerd Hoffmann
· 13 years ago
9ac6a21
usb-ohci: Use universal DMA helper functions
by David Gibson
· 13 years ago
86e18ca
usb-ohci: DMA writeback bug fixes
by Wei Yang
· 13 years ago
afb9a60
usb: zap hw/ush-{ohic,uhci}.h + init wrappers
by Gerd Hoffmann
· 13 years ago
f1ae32a
usb: the big rename
by Gerd Hoffmann
· 13 years ago
[Renamed (99%) from hw/usb-ohci.c]
d61000a
usb: add USB_RET_IOERROR
by Hans de Goede
· 13 years ago
7718564
Merge remote-tracking branch 'kraxel/usb.38' into staging
by Anthony Liguori
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
079d0b7
usb: Set USBEndpoint in usb_packet_setup().
by Gerd Hoffmann
· 13 years ago
f53c398
usb: USBPacket: add status, rename owner -> ep
by Gerd Hoffmann
· 13 years ago
993048b
usb-ohci: switch to usb_find_device()
by Gerd Hoffmann
· 13 years ago
d28f4e2
usb: kill USB_MSG_RESET
by Gerd Hoffmann
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
999e12b
sysbus: apic: ioapic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
40021f0
pci: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
f79f2bf
qdev: don't access name through info
by Anthony Liguori
· 13 years ago
30fbb9f
qdev: move qdev->info to class
by Anthony Liguori
· 13 years ago
25d5de7
usb: link packets to endpoints not devices
by Gerd Hoffmann
· 13 years ago
fd891c9
usb-ohci: td.cbp incorrectly updated near page end
by Andriy Gapon
· 13 years ago
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
905fb03
hw/usb-ohci: Honour endpoint maximum packet size
by Peter Maydell
· 13 years ago
8d11b78
hw/usb-ohci: Fix OHCI_TD_T1 bit position definition
by Peter Maydell
· 13 years ago
e0b8e72
usb: fix port reset
by Gerd Hoffmann
· 13 years ago
817e0b6
pci: interrupt pin documentation update
by Michael S. Tsirkin
· 13 years ago
891fb2c
usb: claim port at device initialization time.
by Gerd Hoffmann
· 14 years ago
e824b2c
pci: rename pci_register_bar_region() to pci_register_bar()
by Avi Kivity
· 14 years ago
4f4321c
usb: use iovecs in USBPacket
by Gerd Hoffmann
· 14 years ago
6da4831
usb-ohci: convert to MemoryRegion
by Avi Kivity
· 14 years ago
3dc345d
usb-ohci: raise interrupt on attach
by Gerd Hoffmann
· 14 years ago
9c9fc33
usb-ohci: Add support for being a companion controller
by Hans de Goede
· 14 years ago
4706ab6
usb: Replace device_destroy bus op with a child_detach port op
by Hans de Goede
· 14 years ago
d47e59b
usb: Make port wakeup and complete ops take a USBPort instead of a Device
by Hans de Goede
· 14 years ago
3631e6c
usb: Move (initial) call of usb_port_location to usb_fill_port
by Hans de Goede
· 14 years ago
f3dc005
hw/usb-ohci.c: Fix handling of remote wakeup corner cases
by Peter Maydell
· 14 years ago
fdba959
Merge remote-tracking branch 'mst/for_anthony' into staging
by Anthony Liguori
· 14 years ago
befeac4
Merge remote-tracking branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
9bba1eb
hw/usb-ohci.c: Implement remote wakeup
by Peter Maydell
· 14 years ago
4b0315d
hw/usb-ohci.c: Ignore writes to HcPeriodCurrentED register
by Peter Maydell
· 14 years ago
07771f6
usb: cancel async packets on unplug
by Gerd Hoffmann
· 14 years ago
a8eae58
hw/usb-ohci.c: convert to PCIDeviceInfo to initialize ids
by Isaku Yamahata
· 14 years ago
53aa8c0
usb: add usb_handle_packet
by Gerd Hoffmann
· 14 years ago
3964f53
Merge remote-tracking branch 'mst/for_anthony' into staging
by Anthony Liguori
· 14 years ago
5300f1a
Merge remote branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
13a9a0d
usb: move complete callback to port ops
by Gerd Hoffmann
· 14 years ago
9066df1
ohci: get ohci state via container_of()
by Gerd Hoffmann
· 14 years ago
54f7b4a
Replace cpu_physical_memory_rw were possible
by Stefan Weil
· 14 years ago
6e964de
usb-ohci: convert to pci_register_bar_simple()
by Avi Kivity
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
ace1318
usb: zap pdev from usbport
by Gerd Hoffmann
· 14 years ago
c7a2196
usb: keep track of physical port address.
by Gerd Hoffmann
· 14 years ago
843d4e0
usb: add speed mask to ports
by Gerd Hoffmann
· 14 years ago
618c169
usb: rework attach/detach workflow
by Gerd Hoffmann
· 14 years ago
0d86d2b
usb: create USBPortOps, move attach there.
by Gerd Hoffmann
· 14 years ago
ab28ccc
Record which USBDevice USBPort belongs too.
by Gleb Natapov
· 14 years ago
3455749
usb_ohci: Always use little endian
by Alexander Graf
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
b90c73c
pci: Replace unneeded type casts in calls of pci_register_bar
by Stefan Weil
· 14 years ago
0956457
OHCI address decoding fix
by Paul Brook
· 15 years ago
Next »