index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: combine write of an entry into used ring
Vincenzo Maffione
2016-02-06
1
-13
/
+12
*
virtio: read avail_idx from VQ only when necessary
Vincenzo Maffione
2016-02-06
1
-4
/
+22
*
virtio: cache used_idx in a VirtQueue field
Vincenzo Maffione
2016-02-06
1
-3
/
+9
*
virtio: combine the read of a descriptor
Paolo Bonzini
2016-02-06
1
-51
/
+35
*
vring: slim down allocation of VirtQueueElements
Paolo Bonzini
2016-02-06
1
-17
/
+36
*
virtio: slim down allocation of VirtQueueElements
Paolo Bonzini
2016-02-06
1
-31
/
+51
*
virtio: introduce virtqueue_alloc_element
Paolo Bonzini
2016-02-06
2
-13
/
+100
*
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
2016-02-06
1
-0
/
+13
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-02-06
4
-22
/
+40
*
Fix virtio migration
Dr. David Alan Gilbert
2016-02-04
1
-4
/
+4
*
virtio: Clean up includes
Peter Maydell
2016-01-29
10
-4
/
+10
*
Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into...
Peter Maydell
2016-01-12
1
-2
/
+1
|
\
|
*
9pfs: introduce V9fsVirtioState
Wei Liu
2016-01-12
1
-1
/
+1
|
*
9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.h
Wei Liu
2016-01-08
1
-1
/
+0
*
|
virtio: fix error message for number of queues
Cornelia Huck
2016-01-09
1
-1
/
+1
*
|
migration/virtio: Remove simple .get/.put use
Dr. David Alan Gilbert
2016-01-09
1
-68
/
+19
|
/
*
virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...
Shmulik Ladkani
2015-12-02
2
-5
/
+26
*
virtio: handle non-virtio-1-capable backend for ccw
Cornelia Huck
2015-12-02
1
-0
/
+3
*
Revert "vhost: send SET_VRING_ENABLE at start/stop"
Michael S. Tsirkin
2015-11-26
1
-9
/
+0
*
vhost-user: fix log size
Michael S. Tsirkin
2015-11-18
1
-1
/
+1
*
vhost-user: start/stop all rings
Michael S. Tsirkin
2015-11-16
1
-6
/
+11
*
vhost-user: print original request on error
Michael S. Tsirkin
2015-11-16
1
-2
/
+2
*
vhost: let SET_VRING_ENABLE message depends on protocol feature
Yuanhan Liu
2015-11-16
1
-1
/
+1
*
hw/virtio: Add PCIe capability to virtio devices
Marcel Apfelbaum
2015-11-12
2
-0
/
+24
*
vhost: send SET_VRING_ENABLE at start/stop
Yuanhan Liu
2015-11-12
1
-0
/
+9
*
vhost: rename RESET_DEVICE backto RESET_OWNER
Yuanhan Liu
2015-11-12
2
-4
/
+4
*
vhost-user: modify SET_LOG_BASE to pass mmap size and offset
Victor Kaplansky
2015-11-12
1
-2
/
+9
*
virtio-pci: unbreak queue_enable read
Jason Wang
2015-11-12
1
-0
/
+7
*
virtio-pci: introduce pio notification capability for modern device
Jason Wang
2015-11-12
2
-17
/
+113
*
virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possible
Jason Wang
2015-11-12
1
-4
/
+15
*
virtio-pci: fix 1.0 virtqueue migration
Jason Wang
2015-11-12
3
-7
/
+200
*
Inhibit ballooning during postcopy
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+3
*
dataplane: support non-contigious s/g
Michael S. Tsirkin
2015-11-09
1
-22
/
+46
*
dataplane: simplify indirect descriptor read
Michael S. Tsirkin
2015-11-09
1
-10
/
+18
*
virtio: drop virtqueue_map_sg
Michael S. Tsirkin
2015-10-29
1
-7
/
+0
*
virtio: switch to virtio_map
Michael S. Tsirkin
2015-10-29
1
-2
/
+1
*
virtio: introduce virtio_map
Michael S. Tsirkin
2015-10-29
1
-9
/
+47
*
vhost-user: cleanup msg size math
Michael S. Tsirkin
2015-10-29
1
-3
/
+3
*
vhost-user: cleanup struct size math
Michael S. Tsirkin
2015-10-29
1
-8
/
+8
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-10-23
1
-24
/
+24
|
\
|
*
vhost-user: fix up rhel6 build
Michael S. Tsirkin
2015-10-22
1
-24
/
+24
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-10-22
3
-243
/
+632
|
\
|
|
*
vhost: set the correct queue index in case of migration with multiqueue
Thibaut Collet
2015-10-22
1
-3
/
+5
|
*
vhost: add migration block if memfd failed
Marc-André Lureau
2015-10-22
1
-0
/
+3
|
*
vhost-user: use an enum helper for features mask
Thibaut Collet
2015-10-22
1
-4
/
+9
|
*
vhost user: add rarp sending after live migration for legacy guest
Thibaut Collet
2015-10-22
1
-1
/
+31
|
*
vhost: use a function for each call
Marc-André Lureau
2015-10-22
3
-252
/
+438
|
*
vhost-user: add a migration blocker
Marc-André Lureau
2015-10-22
2
-4
/
+21
|
*
vhost-user: send log shm fd along with log_base
Marc-André Lureau
2015-10-22
3
-5
/
+30
|
*
vhost: alloc shareable log
Marc-André Lureau
2015-10-22
1
-10
/
+47
[next]