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
*
Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-2.7-1' into st...
Peter Maydell
2016-05-24
1
-1
/
+1
|
\
|
*
rng-random: rename RndRandom to RngRandom
Wei Jiangang
2016-05-23
1
-1
/
+1
*
|
virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTS
Marc-André Lureau
2016-05-23
1
-4
/
+2
|
/
*
virtio-input: support absolute axis config in pass-through
Ladi Prosek
2016-04-13
1
-0
/
+3
*
move const_le{16, 23} to qemu/bswap.h, add comment
Gerd Hoffmann
2016-04-13
1
-14
/
+0
*
virtio-input: add parenthesis to const_le{16, 32}
Gerd Hoffmann
2016-04-13
1
-6
/
+6
*
virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...
Paolo Bonzini
2016-04-07
1
-4
/
+2
*
virtio-scsi: use aio handler for data plane
Paolo Bonzini
2016-04-07
1
-3
/
+3
*
virtio-blk: use aio handler for data plane
Michael S. Tsirkin
2016-04-07
1
-0
/
+2
*
virtio: add aio handler
Michael S. Tsirkin
2016-04-07
1
-0
/
+3
*
virtio-scsi: fix disabled mode
Paolo Bonzini
2016-04-07
1
-1
/
+0
*
virtio-blk: fix disabled mode
Paolo Bonzini
2016-04-07
1
-0
/
+1
*
virtio: make virtio_queue_notify_vq static
Paolo Bonzini
2016-04-07
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-02-25
6
-149
/
+9
|
\
|
*
vring: remove
Paolo Bonzini
2016-02-25
2
-126
/
+0
|
*
virtio-scsi: do not use vring in dataplane
Paolo Bonzini
2016-02-25
1
-20
/
+1
|
*
virtio-blk: do not use vring in dataplane
Paolo Bonzini
2016-02-25
1
-3
/
+0
|
*
virtio-blk: fix "disabled data plane" mode
Paolo Bonzini
2016-02-25
1
-0
/
+1
|
*
virtio: export vring_notify as virtio_should_notify
Paolo Bonzini
2016-02-25
1
-0
/
+1
|
*
virtio: add AioContext-specific function for host notifiers
Paolo Bonzini
2016-02-25
1
-0
/
+2
|
*
vring: make vring_enable_notification return void
Paolo Bonzini
2016-02-25
1
-1
/
+1
|
*
vhost-user: don't merge regions with different fds
Michael S. Tsirkin
2016-02-23
1
-0
/
+4
*
|
include: Clean up includes
Peter Maydell
2016-02-23
1
-1
/
+0
|
/
*
vhost-user interrupt management fixes
Victor Kaplansky
2016-02-18
1
-0
/
+1
*
virtio: optimize virtio_access_is_big_endian() for little-endian targets
Greg Kurz
2016-02-16
1
-3
/
+3
*
virtio: move cross-endian helper to vhost
Greg Kurz
2016-02-16
1
-13
/
+0
*
virtio-net: use the backend cross-endian capabilities
Greg Kurz
2016-02-16
2
-9
/
+1
*
virtio: introduce virtqueue_alloc_element
Paolo Bonzini
2016-02-06
1
-4
/
+5
*
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
2016-02-06
1
-0
/
+2
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-02-06
7
-8
/
+7
*
virtio: move VirtQueueElement at the beginning of the structs
Paolo Bonzini
2016-02-04
2
-8
/
+7
*
virtio-gpu: block any rendering until client (ui) is done
Gerd Hoffmann
2016-02-03
1
-0
/
+1
*
virtio-gpu: add support to enable/disable command processing
Gerd Hoffmann
2016-02-03
1
-0
/
+2
*
virtio-gpu: maintain command queue
Gerd Hoffmann
2016-02-03
1
-0
/
+1
*
virtio-scsi: Catch BDS-BB removal/insertion
Max Reitz
2016-02-02
1
-0
/
+10
*
9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.h
Wei Liu
2016-01-08
1
-24
/
+0
*
virtio-blk: Drop x-data-plane option
Fam Zheng
2015-12-07
1
-1
/
+0
*
virtio: handle non-virtio-1-capable backend for ccw
Cornelia Huck
2015-12-02
1
-0
/
+5
*
vhost: drop dead code
Michael S. Tsirkin
2015-12-02
1
-1
/
+0
*
virtio-pci: fix 1.0 virtqueue migration
Jason Wang
2015-11-12
1
-0
/
+3
*
virtio: drop virtqueue_map_sg
Michael S. Tsirkin
2015-10-29
1
-2
/
+0
*
virtio: introduce virtio_map
Michael S. Tsirkin
2015-10-29
1
-0
/
+1
*
vhost user: add rarp sending after live migration for legacy guest
Thibaut Collet
2015-10-22
1
-0
/
+3
*
vhost: use a function for each call
Marc-André Lureau
2015-10-22
2
-13
/
+62
*
vhost-user: send log shm fd along with log_base
Marc-André Lureau
2015-10-22
1
-1
/
+3
*
vhost: alloc shareable log
Marc-André Lureau
2015-10-22
1
-1
/
+2
*
vhost-user: add vhost_user_requires_shm_log()
Marc-André Lureau
2015-10-22
1
-0
/
+4
*
vhost: add vhost_set_log_base op
Marc-André Lureau
2015-10-22
1
-0
/
+3
*
vhost: add vhost_has_free_slot() interface
Igor Mammedov
2015-10-22
2
-0
/
+4
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2015-10-12
1
-1
/
+3
|
\
[next]