index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-10
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-27
/
+0
2016-10-10
virtio: prepare change VMSTATE_VIRTIO_DEVICE macro
Halil Pasic
1
-0
/
+16
2016-10-10
virtio-blk: make some functions static
Greg Kurz
1
-8
/
+0
2016-10-10
virtio: add virtio_detach_element()
Stefan Hajnoczi
1
-0
/
+2
2016-10-10
virtio-serial: enable virtio console emergency write feature
Sascha Silbe
1
-0
/
+2
2016-09-27
virtio-net: allow increasing rx queue size
Michael S. Tsirkin
1
-0
/
+1
2016-09-23
virtio: stop virtqueue processing if device is broken
Stefan Hajnoczi
1
-0
/
+3
2016-09-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-5
/
+5
2016-09-15
virtio-bus: Plug devices after features are negotiated
Maxime Coquelin
1
-5
/
+5
2016-09-15
Remove unused function declarations
Ladi Prosek
1
-3
/
+0
2016-09-10
vhost-vsock: add virtio sockets device
Stefan Hajnoczi
2
-0
/
+46
2016-09-09
virtio: add virtqueue_rewind()
Stefan Hajnoczi
1
-0
/
+1
2016-08-16
virtio-gpu: fix missing log.h include file
Daniel P. Berrange
1
-0
/
+1
2016-07-29
vhost: add vhost_net_set_backend()
Marc-André Lureau
1
-0
/
+4
2016-07-21
virtio-gpu: Use migrate_add_blocker for virgl migration blocking
Dr. David Alan Gilbert
1
-0
/
+2
2016-07-21
virtio: Migration helper function and macro
Dr. David Alan Gilbert
1
-0
/
+20
2016-07-21
virtio-scsi: Replace HandleOutput typedef
Fam Zheng
1
-4
/
+2
2016-07-21
virtio: Introduce virtio_add_queue_aio
Fam Zheng
1
-0
/
+3
2016-07-21
virtio: Add typedef for handle_output
Fam Zheng
1
-2
/
+3
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
10
-25
/
+27
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
1
-2
/
+2
2016-07-07
tap: vhost busy polling support
Jason Wang
2
-1
/
+5
2016-07-06
virgl: count the calls to gl_block
Marc-André Lureau
1
-1
/
+1
2016-06-28
virtio-blk: add num-queues device property
Stefan Hajnoczi
1
-1
/
+0
2016-06-28
virtio-blk: associate request with a virtqueue
Stefan Hajnoczi
1
-1
/
+3
2016-06-28
virtio-blk: add VirtIOBlockConf->num_queues
Stefan Hajnoczi
1
-0
/
+1
2016-06-24
virtio-bus: remove old set_host_notifier callback
Cornelia Huck
1
-1
/
+0
2016-06-24
virtio-bus: common ioeventfd infrastructure
Cornelia Huck
1
-0
/
+30
2016-06-07
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-12
/
+0
2016-06-07
virtio: drop duplicate virtio_queue_get_id() function
Stefan Hajnoczi
1
-1
/
+0
2016-06-07
virtio-scsi: Remove op blocker for dataplane
Fam Zheng
1
-11
/
+0
2016-06-07
virtio: move bi-endian target support to a single location
Greg Kurz
1
-1
/
+5
2016-06-06
virtio-gpu: add live migration support
Gerd Hoffmann
1
-1
/
+3
2016-05-24
Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-2.7-1' into st...
Peter Maydell
1
-1
/
+1
2016-05-23
virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTS
Marc-André Lureau
1
-4
/
+2
2016-05-23
rng-random: rename RndRandom to RngRandom
Wei Jiangang
1
-1
/
+1
2016-04-13
virtio-input: support absolute axis config in pass-through
Ladi Prosek
1
-0
/
+3
2016-04-13
move const_le{16, 23} to qemu/bswap.h, add comment
Gerd Hoffmann
1
-14
/
+0
2016-04-13
virtio-input: add parenthesis to const_le{16, 32}
Gerd Hoffmann
1
-6
/
+6
2016-04-07
virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...
Paolo Bonzini
1
-4
/
+2
2016-04-07
virtio-scsi: use aio handler for data plane
Paolo Bonzini
1
-3
/
+3
2016-04-07
virtio-blk: use aio handler for data plane
Michael S. Tsirkin
1
-0
/
+2
2016-04-07
virtio: add aio handler
Michael S. Tsirkin
1
-0
/
+3
2016-04-07
virtio-scsi: fix disabled mode
Paolo Bonzini
1
-1
/
+0
2016-04-07
virtio-blk: fix disabled mode
Paolo Bonzini
1
-0
/
+1
2016-04-07
virtio: make virtio_queue_notify_vq static
Paolo Bonzini
1
-1
/
+0
2016-02-25
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
6
-149
/
+9
2016-02-25
vring: remove
Paolo Bonzini
2
-126
/
+0
2016-02-25
virtio-scsi: do not use vring in dataplane
Paolo Bonzini
1
-20
/
+1
2016-02-25
virtio-blk: do not use vring in dataplane
Paolo Bonzini
1
-3
/
+0
[next]