summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-19Revert "ehci: make idt processing more robust"Gerd Hoffmann1-3/+2
2016-04-19ehci: apply limit to iTD/sidt descriptorsGerd Hoffmann1-1/+5
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+4
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-18usb: ehci: add capability mmio write functionPrasad J Pandit1-0/+6
2016-02-02ehci: update irq on resetGerd Hoffmann1-0/+1
2016-02-02usb: check page select value while processing iTDPrasad J Pandit1-4/+6
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-12-15ehci: make idt processing more robustGerd Hoffmann1-2/+3
2015-11-03ehci: clear suspend bit on detachGerd Hoffmann1-1/+1
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi1-1/+1
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia1-1/+1
2015-03-20ehci: fix segfault when hot-unplugging ehci controllerGonglei1-2/+1
2015-03-17usb: Improve companion configuration error messagesMarkus Armbruster1-15/+6
2015-03-17usb: Propagate errors through usb_register_companion()Markus Armbruster1-10/+13
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-09-23usb: tag standalone ehci as hotpluggableGerd Hoffmann1-2/+6
2014-08-29usb: add usb host adapters exit traceGonglei1-0/+2
2014-08-29usb-ehci: add ehci unrealize funcitonGonglei1-0/+25
2014-08-29usb-ehci: add vmstate properity for EHCIStateGonglei1-1/+1
2014-08-15usb: don't use 'Yoda conditions'Gonglei1-1/+1
2014-06-02usb: move ehci register defines to header fileGerd Hoffmann1-78/+1
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela1-1/+1
2013-12-06Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori1-2/+16
2013-12-02trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil1-0/+1
2013-11-28ehci: implement port wakeupGerd Hoffmann1-2/+16
2013-09-10ehci: save device pointer in EHCIStateGerd Hoffmann1-4/+3
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil1-4/+4
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini1-4/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-4/+4
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini1-2/+4
2013-06-24usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su1-8/+14
2013-06-24usb/hcd-ehci: Split off instance_init from realizeAndreas Färber1-12/+16
2013-06-24usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber1-1/+1
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-6/+6
2013-04-23ehci_free_packet: Discard finished packets when the queue is haltedHans de Goede1-5/+11
2013-02-19usb-core: usb3 streamsGerd Hoffmann1-3/+4
2013-01-14ehci: Assert state machine is sane w.r.t. EHCIQueueMarkus Armbruster1-0/+4
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede1-1/+18
2013-01-07ehci: Don't call commit_irq after raising PCDHans de Goede1-2/+0
2013-01-07ehci: Further speedup rescanning if async schedule after raising an interruptHans de Goede1-1/+4
2013-01-07ehci: Use uframe precision for interrupt threshold checking (v2)Hans de Goede1-23/+47
2013-01-07ehci: Verify a queue's ep direction does not changeHans de Goede1-0/+19
2013-01-07ehci: Add an ehci_get_pid helper functionHans de Goede1-16/+16
2013-01-07ehci: Verify qtd for async completed packetsHans de Goede1-14/+1
2013-01-07ehci: writeback_async_complete_packet: verify qh and qtdHans de Goede1-0/+14
2013-01-07ehci: Move get / put_dwords upwardsHans de Goede1-42/+42