index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
virtio: check for vring setup in virtio_queue_empty
Paolo Bonzini
2017-03-02
1
-1
/
+1
*
virtio: Fix no interrupt when not creating msi controller
Michael S. Tsirkin
2017-02-17
1
-3
/
+8
*
virtio: use VRingMemoryRegionCaches for avail and used rings
Paolo Bonzini
2017-02-17
1
-36
/
+96
*
virtio: check for vring setup in virtio_queue_update_used_idx
Paolo Bonzini
2017-02-17
1
-1
/
+3
*
virtio: use VRingMemoryRegionCaches for descriptor ring
Paolo Bonzini
2017-02-17
1
-14
/
+12
*
virtio: add MemoryListener to cache ring translations
Paolo Bonzini
2017-02-17
1
-3
/
+102
*
virtio: use MemoryRegionCache to access descriptors
Paolo Bonzini
2017-02-17
1
-41
/
+39
*
virtio: use address_space_map/unmap to access descriptors
Paolo Bonzini
2017-02-17
1
-28
/
+75
*
virtio: Report real progress in VQ aio poll handler
Fam Zheng
2017-02-17
1
-6
/
+9
*
virtio: make virtio_should_notify static
Paolo Bonzini
2017-02-01
1
-1
/
+1
*
migration: extend VMStateInfo
Jianjun Duan
2017-01-24
1
-4
/
+11
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-01-20
1
-5
/
+5
|
\
|
*
event_notifier: cleanups around event_notifier_set_handler
Paolo Bonzini
2017-01-16
1
-5
/
+5
*
|
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...
Peter Maydell
2017-01-20
1
-0
/
+5
|
\
\
|
*
|
virtio-ccw: fix ring sizing
Michael S. Tsirkin
2017-01-20
1
-0
/
+5
|
|
/
*
|
virtio: fix up max size checks
Michael S. Tsirkin
2017-01-19
1
-20
/
+13
*
|
virtio: disable notifications again after poll succeeded
Stefan Hajnoczi
2017-01-18
1
-0
/
+3
*
|
Revert "virtio: turn vq->notification into a nested counter"
Stefan Hajnoczi
2017-01-18
1
-12
/
+6
|
/
*
virtio: Introduce virtqueue_drop_all procedure
Yuri Benditovich
2017-01-10
1
-0
/
+38
*
net: Add virtio queue interface to update used index from vring state
Yuri Benditovich
2017-01-10
1
-0
/
+5
*
virtio: fix vq->inuse recalc after migr
Halil Pasic
2017-01-10
1
-3
/
+5
*
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
[prev]
[next]