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
/
hw
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-pci: address space translation service (ATS) support
Jason Wang
2017-01-10
2
-0
/
+11
*
virtio: convert to use DMA api
Jason Wang
2017-01-10
3
-20
/
+59
*
virtio-crypto: fix possible integer and heap overflow
Gonglei
2017-01-10
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2017-01-09
1
-1
/
+1
|
\
|
*
virtio: avoid using guest_notifier_mask in vhost-user mode
Wei Huang
2016-12-16
1
-1
/
+1
*
|
virtio: disable virtqueue notifications during polling
Stefan Hajnoczi
2017-01-03
1
-0
/
+18
*
|
virtio: turn vq->notification into a nested counter
Stefan Hajnoczi
2017-01-03
1
-6
/
+12
*
|
virtio: poll virtqueues for new buffers
Stefan Hajnoczi
2017-01-03
1
-1
/
+15
*
|
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
2017-01-03
1
-2
/
+2
|
/
*
virtio-pci: Fix cross-version migration with older machines
Maxime Coquelin
2016-12-15
2
-1
/
+5
*
virtio-crypto: fix uninitialized variables
Gonglei
2016-11-30
1
-1
/
+1
*
virtio: set ISR on dataplane notifications
Paolo Bonzini
2016-11-18
2
-9
/
+29
*
virtio: access ISR atomically
Paolo Bonzini
2016-11-18
3
-14
/
+23
*
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
2016-11-18
3
-18
/
+70
*
virtio-crypto: fix virtio_queue_set_notification() race
Stefan Hajnoczi
2016-11-18
1
-2
/
+11
*
virtio: drop virtio_queue_get_ring_{size,addr}()
Greg Kurz
2016-11-15
1
-11
/
+0
*
vhost: drop legacy vring layout bits
Greg Kurz
2016-11-15
1
-13
/
+0
*
vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layout
Greg Kurz
2016-11-15
1
-19
/
+60
*
vhost: migration blocker only if shared log is used
Rafael David Tinoco
2016-11-15
1
-1
/
+1
*
virtio: allow per-device-class legacy features
Michael S. Tsirkin
2016-11-15
2
-1
/
+5
*
virtio-crypto: tag as not hotpluggable and migration
Gonglei
2016-11-15
2
-1
/
+2
*
virtio: make virtqueue_alloc_element static
Ladi Prosek
2016-11-15
1
-1
/
+1
*
virtio: rename virtqueue_discard to virtqueue_unpop
Ladi Prosek
2016-11-15
2
-5
/
+5
*
virtio-crypto: using bh to handle dataq's requests
Gonglei
2016-11-01
1
-2
/
+53
*
cryptodev: introduce an unified wrapper for crypto operation
Gonglei
2016-11-01
1
-5
/
+5
*
virtio-crypto: add data queue processing handler
Gonglei
2016-11-01
1
-1
/
+357
*
virtio-crypto: add control queue handler
Gonglei
2016-11-01
1
-1
/
+298
*
virtio-crypto: set capacity of algorithms supported
Gonglei
2016-11-01
1
-0
/
+43
*
virtio-crypto-pci: add virtio crypto pci support
Gonglei
2016-11-01
3
-0
/
+93
*
virtio-crypto: add virtio crypto device emulation
Gonglei
2016-11-01
2
-0
/
+152
*
virtio: inline set_host_notifier_internal
Paolo Bonzini
2016-10-30
1
-36
/
+26
*
virtio: inline virtio_queue_set_host_notifier_fd_handler
Paolo Bonzini
2016-10-30
2
-26
/
+20
*
virtio: use virtio_bus_set_host_notifier to start/stop ioeventfd
Paolo Bonzini
2016-10-30
2
-7
/
+5
*
virtio: remove ioeventfd_disabled altogether
Paolo Bonzini
2016-10-30
2
-15
/
+11
*
virtio: remove set_handler argument from set_host_notifier_internal
Paolo Bonzini
2016-10-30
2
-12
/
+16
*
Revert "virtio: Introduce virtio_add_queue_aio"
Paolo Bonzini
2016-10-30
1
-34
/
+4
*
virtio: introduce virtio_device_ioeventfd_enabled
Paolo Bonzini
2016-10-30
4
-7
/
+23
*
virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClass
Paolo Bonzini
2016-10-30
2
-37
/
+81
*
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
2016-10-30
5
-45
/
+7
*
virtio: move ioeventfd_disabled flag to VirtioBusState
Paolo Bonzini
2016-10-30
4
-25
/
+4
*
virtio: disable ioeventfd as early as possible
Paolo Bonzini
2016-10-30
1
-4
/
+4
*
virtio/migration: Migrate balloon to VMState
Dr. David Alan Gilbert
2016-10-30
1
-16
/
+15
*
virtio/migration: Add VMStateDescription to VirtioDeviceClass
Dr. David Alan Gilbert
2016-10-30
1
-0
/
+14
*
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-10-10
4
-40
/
+82
|
\
|
*
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
4
-12
/
+0
|
*
vhost-vsock: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-21
/
+23
|
*
virtio-rng: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-8
/
+13
|
*
virtio-balloon: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-6
/
+11
|
*
virtio: prepare change VMSTATE_VIRTIO_DEVICE macro
Halil Pasic
2016-10-10
1
-0
/
+21
[next]