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
2017-03-30
vhost: generalize iommu memory region
Jason Wang
1
-0
/
+11
2017-03-29
virtio: fix vring_align() on 64-bit windows
Andrew Baumann
1
-1
/
+1
2017-03-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+14
2017-03-27
virtio-input: fix eventq batching
Ladi Prosek
1
-1
/
+4
2017-03-24
virtio-scsi: Make virtio_scsi_acquire/release public
Fam Zheng
1
-0
/
+14
2017-02-17
virtio: add MemoryListener to cache ring translations
Paolo Bonzini
1
-0
/
+1
2017-02-17
virtio: add virtio_*_phys_cached
Paolo Bonzini
1
-0
/
+52
2017-02-17
virtio: Report real progress in VQ aio poll handler
Fam Zheng
3
-6
/
+6
2017-02-13
virtio/migration: Migrate virtio-net to VMState
Dr. David Alan Gilbert
1
-2
/
+2
2017-02-01
virtio: make virtio_should_notify static
Paolo Bonzini
1
-1
/
+0
2017-01-20
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...
Peter Maydell
1
-0
/
+1
2017-01-20
virtio-ccw: fix ring sizing
Michael S. Tsirkin
1
-0
/
+1
2017-01-18
vhost_net: device IOTLB support
Jason Wang
2
-0
/
+17
2017-01-10
virtio-net: Add MTU feature support
Maxime Coquelin
1
-0
/
+1
2017-01-10
vhost-user: Add MTU protocol feature and op
Maxime Coquelin
1
-0
/
+2
2017-01-10
virtio: Introduce virtqueue_drop_all procedure
Yuri Benditovich
1
-0
/
+1
2017-01-10
net: Add virtio queue interface to update used index from vring state
Yuri Benditovich
1
-0
/
+1
2017-01-10
virtio: convert to use DMA api
Jason Wang
3
-13
/
+28
2016-12-20
virtio-gpu: track and limit host memory allocations
Gerd Hoffmann
1
-0
/
+3
2016-11-18
virtio: set ISR on dataplane notifications
Paolo Bonzini
2
-2
/
+1
2016-11-18
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
2
-0
/
+16
2016-11-15
virtio: drop virtio_queue_get_ring_{size,addr}()
Greg Kurz
1
-2
/
+0
2016-11-15
vhost: drop legacy vring layout bits
Greg Kurz
1
-3
/
+0
2016-11-15
vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layout
Greg Kurz
1
-0
/
+4
2016-11-15
virtio: allow per-device-class legacy features
Michael S. Tsirkin
1
-0
/
+5
2016-11-15
virtio: make virtqueue_alloc_element static
Ladi Prosek
1
-1
/
+0
2016-11-15
virtio: rename virtqueue_discard to virtqueue_unpop
Ladi Prosek
1
-2
/
+2
2016-11-01
virtio-crypto: using bh to handle dataq's requests
Gonglei
1
-1
/
+7
2016-11-01
virtio-crypto: add data queue processing handler
Gonglei
1
-0
/
+4
2016-11-01
virtio-crypto: set capacity of algorithms supported
Gonglei
1
-0
/
+18
2016-11-01
virtio-crypto: add virtio crypto device emulation
Gonglei
1
-0
/
+73
2016-10-30
virtio: inline virtio_queue_set_host_notifier_fd_handler
Paolo Bonzini
1
-2
/
+1
2016-10-30
virtio: use virtio_bus_set_host_notifier to start/stop ioeventfd
Paolo Bonzini
1
-5
/
+0
2016-10-30
virtio: remove ioeventfd_disabled altogether
Paolo Bonzini
1
-6
/
+0
2016-10-30
virtio: remove set_handler argument from set_host_notifier_internal
Paolo Bonzini
1
-1
/
+1
2016-10-30
Revert "virtio: Introduce virtio_add_queue_aio"
Paolo Bonzini
1
-3
/
+0
2016-10-30
virtio-scsi: always use dataplane path if ioeventfd is active
Paolo Bonzini
1
-3
/
+3
2016-10-30
virtio: introduce virtio_device_ioeventfd_enabled
Paolo Bonzini
2
-3
/
+6
2016-10-30
virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClass
Paolo Bonzini
2
-1
/
+10
2016-10-30
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
1
-10
/
+7
2016-10-30
virtio: move ioeventfd_disabled flag to VirtioBusState
Paolo Bonzini
1
-2
/
+6
2016-10-30
virtio/migration: Add VMStateDescription to VirtioDeviceClass
Dr. David Alan Gilbert
1
-0
/
+4
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
[next]