summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-ehci.c
Commit message (Expand)AuthorAgeFilesLines
* usb: check page select value while processing iTDPrasad J Pandit2016-03-221-4/+6
* ehci: update irq on resetGerd Hoffmann2016-03-171-0/+1
* ehci: make idt processing more robustGerd Hoffmann2016-03-151-2/+3
* ehci: clear suspend bit on detachGerd Hoffmann2015-11-031-1/+1
* timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi2015-07-201-1/+1
* timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia2015-07-021-1/+1
* ehci: fix segfault when hot-unplugging ehci controllerGonglei2015-03-201-2/+1
* usb: Improve companion configuration error messagesMarkus Armbruster2015-03-171-15/+6
* usb: Propagate errors through usb_register_companion()Markus Armbruster2015-03-171-10/+13
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* usb: tag standalone ehci as hotpluggableGerd Hoffmann2014-09-231-2/+6
* usb: add usb host adapters exit traceGonglei2014-08-291-0/+2
* usb-ehci: add ehci unrealize funcitonGonglei2014-08-291-0/+25
* usb-ehci: add vmstate properity for EHCIStateGonglei2014-08-291-1/+1
* usb: don't use 'Yoda conditions'Gonglei2014-08-151-1/+1
* usb: move ehci register defines to header fileGerd Hoffmann2014-06-021-78/+1
* savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela2014-05-141-1/+1
* Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori2013-12-061-2/+16
|\
| * ehci: implement port wakeupGerd Hoffmann2013-11-281-2/+16
* | trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil2013-12-021-0/+1
|/
* ehci: save device pointer in EHCIStateGerd Hoffmann2013-09-101-4/+3
* usb: Pass size to usb_bus_new()Andreas Färber2013-08-301-1/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-5/+5
* misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil2013-07-271-4/+4
* hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-4/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-4/+4
* dma: keep a device alive while it has SGListsPaolo Bonzini2013-07-041-2/+4
* usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su2013-06-241-8/+14
* usb/hcd-ehci: Split off instance_init from realizeAndreas Färber2013-06-241-12/+16
* usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber2013-06-241-1/+1
* dma: eliminate DMAContextPaolo Bonzini2013-06-201-6/+6
* ehci_free_packet: Discard finished packets when the queue is haltedHans de Goede2013-04-231-5/+11
* usb-core: usb3 streamsGerd Hoffmann2013-02-191-3/+4
* ehci: Assert state machine is sane w.r.t. EHCIQueueMarkus Armbruster2013-01-141-0/+4
* usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede2013-01-071-1/+18
* ehci: Don't call commit_irq after raising PCDHans de Goede2013-01-071-2/+0
* ehci: Further speedup rescanning if async schedule after raising an interruptHans de Goede2013-01-071-1/+4
* ehci: Use uframe precision for interrupt threshold checking (v2)Hans de Goede2013-01-071-23/+47
* ehci: Verify a queue's ep direction does not changeHans de Goede2013-01-071-0/+19
* ehci: Add an ehci_get_pid helper functionHans de Goede2013-01-071-16/+16
* ehci: Verify qtd for async completed packetsHans de Goede2013-01-071-14/+1
* ehci: writeback_async_complete_packet: verify qh and qtdHans de Goede2013-01-071-0/+14
* ehci: Move get / put_dwords upwardsHans de Goede2013-01-071-42/+42
* ehci: Verify guest does not change the token of inflight qtd-sHans de Goede2013-01-071-6/+4
* ehci: Add ehci_verify_qh and ehci_verify_qtd helper functionsHans de Goede2013-01-071-16/+35
* ehci: Add a ehci_writeback_async_complete_packet helper functionHans de Goede2013-01-071-11/+17
* ehci: Lower timer freq when the periodic schedule is idleHans de Goede2012-12-041-6/+33
* ehci: handle dma errorsGerd Hoffmann2012-11-161-19/+44
* ehci: keep the frame timer running in case the guest asked for frame list rol...Gerd Hoffmann2012-11-161-0/+7
* ehci: Don't verify the next pointer for periodic qh-s and qtd-sHans de Goede2012-11-161-3/+6
OpenPOWER on IntegriCloud