index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
virtio-net: minor code simplification
Michael S. Tsirkin
2012-10-29
1
-3
/
+1
|
*
|
virtio-net: simplify rx code
Michael S. Tsirkin
2012-10-29
1
-7
/
+2
|
*
|
virtio-net: switch tx to safe iov functions
Michael S. Tsirkin
2012-10-29
1
-12
/
+19
|
*
|
virtio-net: first s/g is always at start of buf
Michael S. Tsirkin
2012-10-29
1
-2
/
+3
|
*
|
virtio-net: refactor receive_hdr
Michael S. Tsirkin
2012-10-29
1
-11
/
+7
|
*
|
virtio-net: use safe iov operations for rx
Michael S. Tsirkin
2012-10-29
1
-11
/
+14
|
*
|
virtio-net: avoid sg copy
Michael S. Tsirkin
2012-10-29
1
-25
/
+23
|
*
|
iov: add iov_cpy
Michael S. Tsirkin
2012-10-29
2
-0
/
+32
|
*
|
virtio-net: track host/guest header length
Michael S. Tsirkin
2012-10-29
1
-12
/
+17
|
*
|
pcie: Convert PCIExpressHost to use the QOM.
Jason Baron
2012-10-29
2
-0
/
+18
|
*
|
pcie: pass pcie window size to pcie_host_mmcfg_update()
Jason Baron
2012-10-29
2
-12
/
+16
|
*
|
pci: Add class 0xc05 as 'SMBus'
Jan Kiszka
2012-10-29
2
-0
/
+2
|
*
|
pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzle
Isaku Yamahata
2012-10-29
2
-0
/
+20
|
*
|
pci_ids: add intel 82801BA pci-to-pci bridge id
Isaku Yamahata
2012-10-29
1
-0
/
+1
|
*
|
pci: pci capability must be in PCI space
Isaku Yamahata
2012-10-29
1
-3
/
+3
|
*
|
pci: make each capability DWORD aligned
Michael S. Tsirkin
2012-10-29
1
-2
/
+2
|
*
|
qemu: enable PV EOI for qemu 1.3
Michael S. Tsirkin
2012-10-29
3
-14
/
+30
|
*
|
pci: Return PCI_INTX_DISABLED when no bus INTx routing support
Alex Williamson
2012-10-29
1
-1
/
+7
|
*
|
pci-assign: Use msi_get_message()
Alex Williamson
2012-10-29
1
-4
/
+1
|
*
|
msi: Add msi_get_message()
Alex Williamson
2012-10-29
2
-16
/
+30
|
*
|
pci-assign: Use pci_intx_route_changed()
Alex Williamson
2012-10-29
1
-2
/
+1
|
*
|
pci: Helper function for testing if an INTx route changed
Alex Williamson
2012-10-29
2
-0
/
+6
*
|
|
pci: avoid destroying bridge address space windows in a transaction
Avi Kivity
2012-10-29
2
-30
/
+44
*
|
|
Merge remote-tracking branch 'kraxel/usb.68' into staging
Anthony Liguori
2012-10-29
11
-328
/
+425
|
\
\
\
|
*
|
|
xhci: fix usb name in caps
Gerd Hoffmann
2012-10-25
1
-2
/
+2
|
*
|
|
xhci: make number of interrupters and slots configurable
Gerd Hoffmann
2012-10-25
1
-31
/
+48
|
*
|
|
xhci: allow disabling interrupters
Gerd Hoffmann
2012-10-25
1
-0
/
+6
|
*
|
|
xhci: flush endpoint context unconditinally
Gerd Hoffmann
2012-10-25
1
-3
/
+0
|
*
|
|
xhci: fix function name in error message
Gerd Hoffmann
2012-10-25
1
-1
/
+1
|
*
|
|
uhci: Use only one queue for ctrl endpoints
Hans de Goede
2012-10-25
1
-2
/
+7
|
*
|
|
uhci: Retry to fill the queue while waiting for td completion
Hans de Goede
2012-10-25
1
-3
/
+13
|
*
|
|
uhci: Always mark a queue valid when we encounter it
Hans de Goede
2012-10-25
1
-8
/
+7
|
*
|
|
uhci: When the guest marks a pending td non-active, cancel the queue
Hans de Goede
2012-10-25
1
-0
/
+4
|
*
|
|
uhci: Detect guest td re-use
Hans de Goede
2012-10-25
1
-17
/
+16
|
*
|
|
uhci: Verify queue has not been changed by guest
Hans de Goede
2012-10-25
2
-18
/
+46
|
*
|
|
uhci: Immediately free queues on device disconnect
Hans de Goede
2012-10-25
1
-9
/
+4
|
*
|
|
uhci: Store ep in UHCIQueue
Hans de Goede
2012-10-25
1
-16
/
+14
|
*
|
|
uhci: Make uhci_fill_queue() actually operate on an UHCIQueue
Hans de Goede
2012-10-25
1
-15
/
+16
|
*
|
|
uhci: Add uhci_read_td() helper function
Hans de Goede
2012-10-25
1
-10
/
+11
|
*
|
|
uhci: Rename UHCIAsync->td to UHCIAsync->td_addr
Hans de Goede
2012-10-25
1
-19
/
+25
|
*
|
|
uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free
Hans de Goede
2012-10-25
1
-12
/
+10
|
*
|
|
uhci: Drop unnecessary forward declaration of some static functions
Hans de Goede
2012-10-25
1
-3
/
+0
|
*
|
|
uhci: Don't retry on error
Hans de Goede
2012-10-25
1
-43
/
+19
|
*
|
|
uhci: cleanup: Add an unlink call to uhci_async_cancel()
Hans de Goede
2012-10-25
1
-3
/
+1
|
*
|
|
uhci: No need to handle async completion of isoc packets
Hans de Goede
2012-10-25
1
-26
/
+3
|
*
|
|
usb: Enforce iso endpoints never returing USB_RET_ASYNC
Hans de Goede
2012-10-25
2
-1
/
+1
|
*
|
|
usb: Add an int_req flag to USBPacket
Hans de Goede
2012-10-25
7
-13
/
+27
|
*
|
|
usb: Move short-not-ok handling to the core
Hans de Goede
2012-10-25
9
-22
/
+33
|
*
|
|
usb: Move clearing of queue on halt to the core
Hans de Goede
2012-10-25
5
-31
/
+26
|
*
|
|
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
2012-10-25
8
-11
/
+51
[prev]
[next]