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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
hw
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-17
virtio: Fix no interrupt when not creating msi controller
Michael S. Tsirkin
1
-3
/
+8
2017-02-17
virtio: use VRingMemoryRegionCaches for avail and used rings
Paolo Bonzini
1
-36
/
+96
2017-02-17
virtio: check for vring setup in virtio_queue_update_used_idx
Paolo Bonzini
1
-1
/
+3
2017-02-17
virtio: use VRingMemoryRegionCaches for descriptor ring
Paolo Bonzini
1
-14
/
+12
2017-02-17
virtio: add MemoryListener to cache ring translations
Paolo Bonzini
1
-3
/
+102
2017-02-17
virtio: use MemoryRegionCache to access descriptors
Paolo Bonzini
1
-41
/
+39
2017-02-17
virtio: use address_space_map/unmap to access descriptors
Paolo Bonzini
1
-28
/
+75
2017-02-17
virtio: Report real progress in VQ aio poll handler
Fam Zheng
1
-6
/
+9
2017-02-01
vhost: skip ROM sections
Michael S. Tsirkin
1
-1
/
+2
2017-02-01
virtio: make virtio_should_notify static
Paolo Bonzini
1
-1
/
+1
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
1
-2
/
+2
2017-01-25
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
1
-1
/
+1
2017-01-24
hw: Fix typos found by codespell
Stefan Weil
1
-1
/
+1
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
1
-1
/
+7
2017-01-24
migration: extend VMStateInfo
Jianjun Duan
2
-6
/
+17
2017-01-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
3
-6
/
+17
2017-01-20
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...
Peter Maydell
1
-0
/
+5
2017-01-20
virtio-ccw: fix ring sizing
Michael S. Tsirkin
1
-0
/
+5
2017-01-19
virtio: force VIRTIO_F_IOMMU_PLATFORM
Jason Wang
1
-2
/
+3
2017-01-19
virtio: fix up max size checks
Michael S. Tsirkin
1
-20
/
+13
2017-01-18
virtio-mmio: switch to linux headers
Michael S. Tsirkin
1
-58
/
+37
2017-01-18
virtio: drop an obsolete comment
Michael S. Tsirkin
1
-1
/
+0
2017-01-18
vhost_net: device IOTLB support
Jason Wang
2
-22
/
+243
2017-01-18
virtio: disable notifications again after poll succeeded
Stefan Hajnoczi
1
-0
/
+3
2017-01-18
Revert "virtio: turn vq->notification into a nested counter"
Stefan Hajnoczi
1
-12
/
+6
2017-01-18
virtio-net: enable ioeventfd even if vhost=off
Paolo Bonzini
1
-1
/
+1
2017-01-16
event_notifier: cleanups around event_notifier_set_handler
Paolo Bonzini
1
-5
/
+5
2017-01-16
stubs: move vhost stubs to stubs/vhost.o
Paolo Bonzini
2
-1
/
+12
2017-01-10
vhost-user: Add MTU protocol feature and op
Maxime Coquelin
1
-0
/
+34
2017-01-10
virtio: Introduce virtqueue_drop_all procedure
Yuri Benditovich
1
-0
/
+38
2017-01-10
net: vhost stop updates virtio queue state
Yuri Benditovich
1
-0
/
+1
2017-01-10
net: Add virtio queue interface to update used index from vring state
Yuri Benditovich
1
-0
/
+5
2017-01-10
balloon: Don't balloon roms
Dr. David Alan Gilbert
2
-1
/
+8
2017-01-10
virtio: fix vq->inuse recalc after migr
Halil Pasic
1
-3
/
+5
2017-01-10
virtio-crypto: zeroize the key material before free
Gonglei
1
-1
/
+12
2017-01-10
virtio-crypto-pci: tag virtio-crypto device hot pluggable
Gonglei
1
-1
/
+0
2017-01-10
virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...
Gonglei
1
-1
/
+15
2017-01-10
virtio-crypto-pci: add check for cryptodev object
Gonglei
1
-0
/
+5
2017-01-10
cryptodev: wrap the ready flag
Gonglei
1
-2
/
+2
2017-01-10
cryptodev: introduce a new is_used property
Gonglei
1
-0
/
+2
2017-01-10
virtio-crypto: use the correct length for cipher operation
Gonglei
1
-1
/
+1
2017-01-10
virtio-pci: address space translation service (ATS) support
Jason Wang
2
-0
/
+11
2017-01-10
virtio: convert to use DMA api
Jason Wang
3
-20
/
+59
2017-01-10
virtio-crypto: fix possible integer and heap overflow
Gonglei
1
-2
/
+2
2017-01-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+1
2017-01-03
virtio: disable virtqueue notifications during polling
Stefan Hajnoczi
1
-0
/
+18
2017-01-03
virtio: turn vq->notification into a nested counter
Stefan Hajnoczi
1
-6
/
+12
2017-01-03
virtio: poll virtqueues for new buffers
Stefan Hajnoczi
1
-1
/
+15
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-2
/
+2
2016-12-16
virtio: avoid using guest_notifier_mask in vhost-user mode
Wei Huang
1
-1
/
+1
[next]