summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-07ehci: Verify guest does not change the token of inflight qtd-sHans de Goede1-6/+4
2013-01-07ehci: Add ehci_verify_qh and ehci_verify_qtd helper functionsHans de Goede1-16/+35
2013-01-07ehci: Add a ehci_writeback_async_complete_packet helper functionHans de Goede1-11/+17
2012-12-04ehci: Lower timer freq when the periodic schedule is idleHans de Goede1-6/+33
2012-11-16ehci: handle dma errorsGerd Hoffmann1-19/+44
2012-11-16ehci: keep the frame timer running in case the guest asked for frame list rol...Gerd Hoffmann1-0/+7
2012-11-16ehci: Don't verify the next pointer for periodic qh-s and qtd-sHans de Goede1-3/+6
2012-11-16ehci: Better detection for qtd-s linked in circlesHans de Goede1-3/+6
2012-11-16ehci: Fixup q->qtdaddr after cancelling an already completed packetHans de Goede1-0/+4
2012-11-16ehci: Don't access packet after freeing itHans de Goede1-4/+5
2012-11-08ehci: Add support for packets with both data and an error statusHans de Goede1-84/+77
2012-11-08ehci: Get rid of the magical PROC_ERR statusHans de Goede1-31/+24
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-10/+16
2012-11-01usb/ehci: split into multiple source filesGerd Hoffmann1-423/+3
2012-11-01usb/ehci: Guard definition of EHCI_DEBUGPeter Crosthwaite1-0/+2
2012-11-01usb/ehci: seperate out PCIismsPeter Crosthwaite1-52/+72
2012-11-01usb/ehci: Abstract away PCI DMA APIPeter Crosthwaite1-5/+8
2012-11-01usb/ehci: parameterise the register region offsetsPeter Crosthwaite1-32/+36
2012-10-25usb: Enforce iso endpoints never returing USB_RET_ASYNCHans de Goede1-1/+0
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede1-2/+4
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede1-5/+4
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede1-14/+8
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede1-0/+4
2012-10-25ehci: Retry to fill the queue while waiting for td completionHans de Goede1-5/+6