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
/
include
/
hw
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-net: enable configurable tx queue size
Wei Wang
2017-07-03
1
-0
/
+1
*
vhost-user-scsi: Introduce vhost-user-scsi host device
Felipe Franciosi
2017-06-15
2
-0
/
+37
*
vhost: rework IOTLB messaging
Maxime Coquelin
2017-06-02
1
-8
/
+15
*
vhost: propagate errors in vhost_device_iotlb_miss()
Maxime Coquelin
2017-06-02
1
-1
/
+1
*
virtio_net: Bypass backends for MTU feature negotiation
Maxime Coquelin
2017-05-25
2
-0
/
+2
*
virtio-gpu: move virtio_gpu_gl_block
Gerd Hoffmann
2017-05-12
1
-0
/
+1
*
vhost-scsi: create a vhost-scsi-common abstraction
Felipe Franciosi
2017-05-05
3
-9
/
+52
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170424-1' into s...
Peter Maydell
2017-04-24
1
-0
/
+2
|
\
|
*
virtio-gpu: add xres and yres properties
Gerd Hoffmann
2017-04-24
1
-0
/
+2
*
|
scsi: Make errp the last parameter of virtio_scsi_common_realize
Fam Zheng
2017-04-24
1
-3
/
+5
|
/
*
virtio-rng: stop virtqueue while the CPU is stopped
Laurent Vivier
2017-04-21
1
-0
/
+2
*
vhost: generalize iommu memory region
Jason Wang
2017-03-30
1
-0
/
+11
*
virtio: fix vring_align() on 64-bit windows
Andrew Baumann
2017-03-29
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-03-27
1
-0
/
+14
|
\
|
*
virtio-scsi: Make virtio_scsi_acquire/release public
Fam Zheng
2017-03-24
1
-0
/
+14
*
|
virtio-input: fix eventq batching
Ladi Prosek
2017-03-27
1
-1
/
+4
|
/
*
virtio: add MemoryListener to cache ring translations
Paolo Bonzini
2017-02-17
1
-0
/
+1
*
virtio: add virtio_*_phys_cached
Paolo Bonzini
2017-02-17
1
-0
/
+52
*
virtio: Report real progress in VQ aio poll handler
Fam Zheng
2017-02-17
3
-6
/
+6
*
virtio/migration: Migrate virtio-net to VMState
Dr. David Alan Gilbert
2017-02-13
1
-2
/
+2
*
virtio: make virtio_should_notify static
Paolo Bonzini
2017-02-01
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...
Peter Maydell
2017-01-20
1
-0
/
+1
|
\
|
*
virtio-ccw: fix ring sizing
Michael S. Tsirkin
2017-01-20
1
-0
/
+1
*
|
vhost_net: device IOTLB support
Jason Wang
2017-01-18
2
-0
/
+17
|
/
*
virtio-net: Add MTU feature support
Maxime Coquelin
2017-01-10
1
-0
/
+1
*
vhost-user: Add MTU protocol feature and op
Maxime Coquelin
2017-01-10
1
-0
/
+2
*
virtio: Introduce virtqueue_drop_all procedure
Yuri Benditovich
2017-01-10
1
-0
/
+1
*
net: Add virtio queue interface to update used index from vring state
Yuri Benditovich
2017-01-10
1
-0
/
+1
*
virtio: convert to use DMA api
Jason Wang
2017-01-10
3
-13
/
+28
*
virtio-gpu: track and limit host memory allocations
Gerd Hoffmann
2016-12-20
1
-0
/
+3
*
virtio: set ISR on dataplane notifications
Paolo Bonzini
2016-11-18
2
-2
/
+1
*
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
2016-11-18
2
-0
/
+16
*
virtio: drop virtio_queue_get_ring_{size,addr}()
Greg Kurz
2016-11-15
1
-2
/
+0
*
vhost: drop legacy vring layout bits
Greg Kurz
2016-11-15
1
-3
/
+0
*
vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layout
Greg Kurz
2016-11-15
1
-0
/
+4
*
virtio: allow per-device-class legacy features
Michael S. Tsirkin
2016-11-15
1
-0
/
+5
*
virtio: make virtqueue_alloc_element static
Ladi Prosek
2016-11-15
1
-1
/
+0
*
virtio: rename virtqueue_discard to virtqueue_unpop
Ladi Prosek
2016-11-15
1
-2
/
+2
*
virtio-crypto: using bh to handle dataq's requests
Gonglei
2016-11-01
1
-1
/
+7
*
virtio-crypto: add data queue processing handler
Gonglei
2016-11-01
1
-0
/
+4
*
virtio-crypto: set capacity of algorithms supported
Gonglei
2016-11-01
1
-0
/
+18
*
virtio-crypto: add virtio crypto device emulation
Gonglei
2016-11-01
1
-0
/
+73
*
virtio: inline virtio_queue_set_host_notifier_fd_handler
Paolo Bonzini
2016-10-30
1
-2
/
+1
*
virtio: use virtio_bus_set_host_notifier to start/stop ioeventfd
Paolo Bonzini
2016-10-30
1
-5
/
+0
*
virtio: remove ioeventfd_disabled altogether
Paolo Bonzini
2016-10-30
1
-6
/
+0
*
virtio: remove set_handler argument from set_host_notifier_internal
Paolo Bonzini
2016-10-30
1
-1
/
+1
*
Revert "virtio: Introduce virtio_add_queue_aio"
Paolo Bonzini
2016-10-30
1
-3
/
+0
*
virtio-scsi: always use dataplane path if ioeventfd is active
Paolo Bonzini
2016-10-30
1
-3
/
+3
*
virtio: introduce virtio_device_ioeventfd_enabled
Paolo Bonzini
2016-10-30
2
-3
/
+6
*
virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClass
Paolo Bonzini
2016-10-30
2
-1
/
+10
[next]