aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.c
AgeCommit message (Expand)Author
2015-12-15ehci: make idt processing more robustGerd Hoffmann
2015-11-03ehci: clear suspend bit on detachGerd Hoffmann
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia
2015-03-20ehci: fix segfault when hot-unplugging ehci controllerGonglei
2015-03-17usb: Improve companion configuration error messagesMarkus Armbruster
2015-03-17usb: Propagate errors through usb_register_companion()Markus Armbruster
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-09-23usb: tag standalone ehci as hotpluggableGerd Hoffmann
2014-08-29usb: add usb host adapters exit traceGonglei
2014-08-29usb-ehci: add ehci unrealize funcitonGonglei
2014-08-29usb-ehci: add vmstate properity for EHCIStateGonglei
2014-08-15usb: don't use 'Yoda conditions'Gonglei
2014-06-02usb: move ehci register defines to header fileGerd Hoffmann
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela
2013-12-06Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori
2013-12-02trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil
2013-11-28ehci: implement port wakeupGerd Hoffmann
2013-09-10ehci: save device pointer in EHCIStateGerd Hoffmann
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini
2013-06-24usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su
2013-06-24usb/hcd-ehci: Split off instance_init from realizeAndreas Färber
2013-06-24usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-04-23ehci_free_packet: Discard finished packets when the queue is haltedHans de Goede
2013-02-19usb-core: usb3 streamsGerd Hoffmann
2013-01-14ehci: Assert state machine is sane w.r.t. EHCIQueueMarkus Armbruster
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede
2013-01-07ehci: Don't call commit_irq after raising PCDHans de Goede
2013-01-07ehci: Further speedup rescanning if async schedule after raising an interruptHans de Goede
2013-01-07ehci: Use uframe precision for interrupt threshold checking (v2)Hans de Goede
2013-01-07ehci: Verify a queue's ep direction does not changeHans de Goede
2013-01-07ehci: Add an ehci_get_pid helper functionHans de Goede
2013-01-07ehci: Verify qtd for async completed packetsHans de Goede
2013-01-07ehci: writeback_async_complete_packet: verify qh and qtdHans de Goede
2013-01-07ehci: Move get / put_dwords upwardsHans de Goede
2013-01-07ehci: Verify guest does not change the token of inflight qtd-sHans de Goede
2013-01-07ehci: Add ehci_verify_qh and ehci_verify_qtd helper functionsHans de Goede
2013-01-07ehci: Add a ehci_writeback_async_complete_packet helper functionHans de Goede
2012-12-04ehci: Lower timer freq when the periodic schedule is idleHans de Goede
2012-11-16ehci: handle dma errorsGerd Hoffmann
2012-11-16ehci: keep the frame timer running in case the guest asked for frame list rol...Gerd Hoffmann
2012-11-16ehci: Don't verify the next pointer for periodic qh-s and qtd-sHans de Goede
2012-11-16ehci: Better detection for qtd-s linked in circlesHans de Goede
2012-11-16ehci: Fixup q->qtdaddr after cancelling an already completed packetHans de Goede