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-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
2016-12-15
virtio-pci: Fix cross-version migration with older machines
Maxime Coquelin
2
-1
/
+5
2016-11-30
virtio-crypto: fix uninitialized variables
Gonglei
1
-1
/
+1
2016-11-18
virtio: set ISR on dataplane notifications
Paolo Bonzini
2
-9
/
+29
2016-11-18
virtio: access ISR atomically
Paolo Bonzini
3
-14
/
+23
2016-11-18
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
3
-18
/
+70
2016-11-18
virtio-crypto: fix virtio_queue_set_notification() race
Stefan Hajnoczi
1
-2
/
+11
2016-11-15
virtio: drop virtio_queue_get_ring_{size,addr}()
Greg Kurz
1
-11
/
+0
2016-11-15
vhost: drop legacy vring layout bits
Greg Kurz
1
-13
/
+0
2016-11-15
vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layout
Greg Kurz
1
-19
/
+60
2016-11-15
vhost: migration blocker only if shared log is used
Rafael David Tinoco
1
-1
/
+1
2016-11-15
virtio: allow per-device-class legacy features
Michael S. Tsirkin
2
-1
/
+5
2016-11-15
virtio-crypto: tag as not hotpluggable and migration
Gonglei
2
-1
/
+2
2016-11-15
virtio: make virtqueue_alloc_element static
Ladi Prosek
1
-1
/
+1
2016-11-15
virtio: rename virtqueue_discard to virtqueue_unpop
Ladi Prosek
2
-5
/
+5
2016-11-01
virtio-crypto: using bh to handle dataq's requests
Gonglei
1
-2
/
+53
2016-11-01
cryptodev: introduce an unified wrapper for crypto operation
Gonglei
1
-5
/
+5
2016-11-01
virtio-crypto: add data queue processing handler
Gonglei
1
-1
/
+357
2016-11-01
virtio-crypto: add control queue handler
Gonglei
1
-1
/
+298
2016-11-01
virtio-crypto: set capacity of algorithms supported
Gonglei
1
-0
/
+43
2016-11-01
virtio-crypto-pci: add virtio crypto pci support
Gonglei
3
-0
/
+93
2016-11-01
virtio-crypto: add virtio crypto device emulation
Gonglei
2
-0
/
+152
2016-10-30
virtio: inline set_host_notifier_internal
Paolo Bonzini
1
-36
/
+26
2016-10-30
virtio: inline virtio_queue_set_host_notifier_fd_handler
Paolo Bonzini
2
-26
/
+20
2016-10-30
virtio: use virtio_bus_set_host_notifier to start/stop ioeventfd
Paolo Bonzini
2
-7
/
+5
2016-10-30
virtio: remove ioeventfd_disabled altogether
Paolo Bonzini
2
-15
/
+11
2016-10-30
virtio: remove set_handler argument from set_host_notifier_internal
Paolo Bonzini
2
-12
/
+16
2016-10-30
Revert "virtio: Introduce virtio_add_queue_aio"
Paolo Bonzini
1
-34
/
+4
2016-10-30
virtio: introduce virtio_device_ioeventfd_enabled
Paolo Bonzini
4
-7
/
+23
[next]