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
/
virtio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: convert to use DMA api
Jason Wang
2017-01-10
1
-20
/
+37
*
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: set ISR on dataplane notifications
Paolo Bonzini
2016-11-18
1
-8
/
+28
*
virtio: access ISR atomically
Paolo Bonzini
2016-11-18
1
-5
/
+17
*
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
2016-11-18
1
-0
/
+16
*
virtio: drop virtio_queue_get_ring_{size,addr}()
Greg Kurz
2016-11-15
1
-11
/
+0
*
virtio: allow per-device-class legacy features
Michael S. Tsirkin
2016-11-15
1
-0
/
+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
1
-4
/
+4
*
virtio: inline virtio_queue_set_host_notifier_fd_handler
Paolo Bonzini
2016-10-30
1
-18
/
+9
*
virtio: use virtio_bus_set_host_notifier to start/stop ioeventfd
Paolo Bonzini
2016-10-30
1
-5
/
+3
*
virtio: remove set_handler argument from set_host_notifier_internal
Paolo Bonzini
2016-10-30
1
-3
/
+13
*
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
1
-0
/
+8
*
virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClass
Paolo Bonzini
2016-10-30
1
-0
/
+64
*
virtio/migration: Add VMStateDescription to VirtioDeviceClass
Dr. David Alan Gilbert
2016-10-30
1
-0
/
+14
*
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-6
/
+0
*
virtio: prepare change VMSTATE_VIRTIO_DEVICE macro
Halil Pasic
2016-10-10
1
-0
/
+21
*
virtio: add virtio_detach_element()
Stefan Hajnoczi
2016-10-10
1
-2
/
+25
*
virtio: handle virtqueue_get_head() errors
Stefan Hajnoczi
2016-09-23
1
-10
/
+17
*
virtio: handle virtqueue_num_heads() errors
Stefan Hajnoczi
2016-09-23
1
-3
/
+8
*
virtio: handle virtqueue_read_next_desc() errors
Stefan Hajnoczi
2016-09-23
1
-13
/
+32
*
virtio: use unsigned int for virtqueue_get_avail_bytes() index
Stefan Hajnoczi
2016-09-23
1
-1
/
+1
*
virtio: handle virtqueue_get_avail_bytes() errors
Stefan Hajnoczi
2016-09-23
1
-6
/
+11
*
virtio: handle virtqueue_map_desc() errors
Stefan Hajnoczi
2016-09-23
1
-19
/
+55
*
virtio: migrate vdev->broken flag
Stefan Hajnoczi
2016-09-23
1
-0
/
+19
*
virtio: stop virtqueue processing if device is broken
Stefan Hajnoczi
2016-09-23
1
-0
/
+39
*
virtio: fix stray tab character
Stefan Hajnoczi
2016-09-23
1
-1
/
+1
*
virtio: add check for descriptor's mapped address
Prasad J Pandit
2016-09-23
1
-0
/
+5
*
virtio: add virtqueue_rewind()
Stefan Hajnoczi
2016-09-09
1
-0
/
+22
*
virtio: zero vq->inuse in virtio_reset()
Stefan Hajnoczi
2016-09-09
1
-0
/
+1
*
virtio: decrement vq->inuse in virtqueue_discard()
Stefan Hajnoczi
2016-08-23
1
-0
/
+1
*
virtio: recalculate vq->inuse after migration
Stefan Hajnoczi
2016-08-23
1
-0
/
+15
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-07-29
1
-0
/
+5
|
\
|
*
virtio: check vring descriptor buffer length
Prasad J Pandit
2016-07-28
1
-0
/
+5
*
|
virtio: error out if guest exceeds virtqueue size
Stefan Hajnoczi
2016-07-27
1
-0
/
+5
|
/
*
virtio: Migration helper function and macro
Dr. David Alan Gilbert
2016-07-21
1
-0
/
+6
*
virtio: Introduce virtio_add_queue_aio
Fam Zheng
2016-07-21
1
-4
/
+34
*
virtio: Add typedef for handle_output
Fam Zheng
2016-07-21
1
-5
/
+4
*
virtio: set low features early on load
Michael S. Tsirkin
2016-07-04
1
-0
/
+10
*
virtio: drop duplicate virtio_queue_get_id() function
Stefan Hajnoczi
2016-06-07
1
-7
/
+0
*
virtio: Mark host notifiers as external
Fam Zheng
2016-04-22
1
-2
/
+2
*
event-notifier: Add "is_external" parameter
Fam Zheng
2016-04-22
1
-4
/
+4
*
virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...
Paolo Bonzini
2016-04-07
1
-12
/
+5
*
virtio: add aio handler
Michael S. Tsirkin
2016-04-07
1
-4
/
+32
*
virtio: make virtio_queue_notify_vq static
Paolo Bonzini
2016-04-07
1
-1
/
+1
*
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
1
-1
/
+2
[next]