summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | virtio-net: minor code simplificationMichael S. Tsirkin2012-10-291-3/+1
| * | virtio-net: simplify rx codeMichael S. Tsirkin2012-10-291-7/+2
| * | virtio-net: switch tx to safe iov functionsMichael S. Tsirkin2012-10-291-12/+19
| * | virtio-net: first s/g is always at start of bufMichael S. Tsirkin2012-10-291-2/+3
| * | virtio-net: refactor receive_hdrMichael S. Tsirkin2012-10-291-11/+7
| * | virtio-net: use safe iov operations for rxMichael S. Tsirkin2012-10-291-11/+14
| * | virtio-net: avoid sg copyMichael S. Tsirkin2012-10-291-25/+23
| * | iov: add iov_cpyMichael S. Tsirkin2012-10-292-0/+32
| * | virtio-net: track host/guest header lengthMichael S. Tsirkin2012-10-291-12/+17
| * | pcie: Convert PCIExpressHost to use the QOM.Jason Baron2012-10-292-0/+18
| * | pcie: pass pcie window size to pcie_host_mmcfg_update()Jason Baron2012-10-292-12/+16
| * | pci: Add class 0xc05 as 'SMBus'Jan Kiszka2012-10-292-0/+2
| * | pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzleIsaku Yamahata2012-10-292-0/+20
| * | pci_ids: add intel 82801BA pci-to-pci bridge idIsaku Yamahata2012-10-291-0/+1
| * | pci: pci capability must be in PCI spaceIsaku Yamahata2012-10-291-3/+3
| * | pci: make each capability DWORD alignedMichael S. Tsirkin2012-10-291-2/+2
| * | qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin2012-10-293-14/+30
| * | pci: Return PCI_INTX_DISABLED when no bus INTx routing supportAlex Williamson2012-10-291-1/+7
| * | pci-assign: Use msi_get_message()Alex Williamson2012-10-291-4/+1
| * | msi: Add msi_get_message()Alex Williamson2012-10-292-16/+30
| * | pci-assign: Use pci_intx_route_changed()Alex Williamson2012-10-291-2/+1
| * | pci: Helper function for testing if an INTx route changedAlex Williamson2012-10-292-0/+6
* | | pci: avoid destroying bridge address space windows in a transactionAvi Kivity2012-10-292-30/+44
* | | Merge remote-tracking branch 'kraxel/usb.68' into stagingAnthony Liguori2012-10-2911-328/+425
|\ \ \
| * | | xhci: fix usb name in capsGerd Hoffmann2012-10-251-2/+2
| * | | xhci: make number of interrupters and slots configurableGerd Hoffmann2012-10-251-31/+48
| * | | xhci: allow disabling interruptersGerd Hoffmann2012-10-251-0/+6
| * | | xhci: flush endpoint context unconditinallyGerd Hoffmann2012-10-251-3/+0
| * | | xhci: fix function name in error messageGerd Hoffmann2012-10-251-1/+1
| * | | uhci: Use only one queue for ctrl endpointsHans de Goede2012-10-251-2/+7
| * | | uhci: Retry to fill the queue while waiting for td completionHans de Goede2012-10-251-3/+13
| * | | uhci: Always mark a queue valid when we encounter itHans de Goede2012-10-251-8/+7
| * | | uhci: When the guest marks a pending td non-active, cancel the queueHans de Goede2012-10-251-0/+4
| * | | uhci: Detect guest td re-useHans de Goede2012-10-251-17/+16
| * | | uhci: Verify queue has not been changed by guestHans de Goede2012-10-252-18/+46
| * | | uhci: Immediately free queues on device disconnectHans de Goede2012-10-251-9/+4
| * | | uhci: Store ep in UHCIQueueHans de Goede2012-10-251-16/+14
| * | | uhci: Make uhci_fill_queue() actually operate on an UHCIQueueHans de Goede2012-10-251-15/+16
| * | | uhci: Add uhci_read_td() helper functionHans de Goede2012-10-251-10/+11
| * | | uhci: Rename UHCIAsync->td to UHCIAsync->td_addrHans de Goede2012-10-251-19/+25
| * | | uhci: Move emptying of the queue's asyncs' queue to uhci_queue_freeHans de Goede2012-10-251-12/+10
| * | | uhci: Drop unnecessary forward declaration of some static functionsHans de Goede2012-10-251-3/+0
| * | | uhci: Don't retry on errorHans de Goede2012-10-251-43/+19
| * | | uhci: cleanup: Add an unlink call to uhci_async_cancel()Hans de Goede2012-10-251-3/+1
| * | | uhci: No need to handle async completion of isoc packetsHans de Goede2012-10-251-26/+3
| * | | usb: Enforce iso endpoints never returing USB_RET_ASYNCHans de Goede2012-10-252-1/+1
| * | | usb: Add an int_req flag to USBPacketHans de Goede2012-10-257-13/+27
| * | | usb: Move short-not-ok handling to the coreHans de Goede2012-10-259-22/+33
| * | | usb: Move clearing of queue on halt to the coreHans de Goede2012-10-255-31/+26
| * | | usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede2012-10-258-11/+51
OpenPOWER on IntegriCloud