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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
virtio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-02
virtio: add virtqueue_alloc_element tracepoint
Paolo Bonzini
1
-0
/
+1
2017-05-18
migration: migration.h was not needed
Juan Quintela
1
-1
/
+0
2017-05-18
virtio: allow broken device to notify guest
Greg Kurz
1
-2
/
+2
2017-03-22
virtio: always use handle_aio_output if registered
Paolo Bonzini
1
-1
/
+12
2017-03-15
virtio: validate address space cache during init
Jason Wang
1
-6
/
+27
2017-03-15
virtio: destroy region cache during reset
Jason Wang
1
-15
/
+30
2017-03-15
virtio: guard against NULL pfn
Jason Wang
1
-0
/
+26
2017-03-02
virtio: add missing region cache init in virtio_load()
Stefan Hajnoczi
1
-6
/
+19
2017-03-02
virtio: invalidate memory in vring_set_avail_event()
Stefan Hajnoczi
1
-0
/
+1
2017-03-02
virtio: guard vring access when setting notification
Cornelia Huck
1
-0
/
+4
2017-03-02
virtio: check for vring setup in virtio_queue_empty
Paolo Bonzini
1
-1
/
+1
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
virtio: make virtio_should_notify static
Paolo Bonzini
1
-1
/
+1
2017-01-24
migration: extend VMStateInfo
Jianjun Duan
1
-4
/
+11
2017-01-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-5
/
+5
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: fix up max size checks
Michael S. Tsirkin
1
-20
/
+13
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-16
event_notifier: cleanups around event_notifier_set_handler
Paolo Bonzini
1
-5
/
+5
2017-01-10
virtio: Introduce virtqueue_drop_all procedure
Yuri Benditovich
1
-0
/
+38
2017-01-10
net: Add virtio queue interface to update used index from vring state
Yuri Benditovich
1
-0
/
+5
2017-01-10
virtio: fix vq->inuse recalc after migr
Halil Pasic
1
-3
/
+5
2017-01-10
virtio: convert to use DMA api
Jason Wang
1
-20
/
+37
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-11-18
virtio: set ISR on dataplane notifications
Paolo Bonzini
1
-8
/
+28
2016-11-18
virtio: access ISR atomically
Paolo Bonzini
1
-5
/
+17
2016-11-18
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
1
-0
/
+16
2016-11-15
virtio: drop virtio_queue_get_ring_{size,addr}()
Greg Kurz
1
-11
/
+0
2016-11-15
virtio: allow per-device-class legacy features
Michael S. Tsirkin
1
-0
/
+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
1
-4
/
+4
2016-10-30
virtio: inline virtio_queue_set_host_notifier_fd_handler
Paolo Bonzini
1
-18
/
+9
2016-10-30
virtio: use virtio_bus_set_host_notifier to start/stop ioeventfd
Paolo Bonzini
1
-5
/
+3
2016-10-30
virtio: remove set_handler argument from set_host_notifier_internal
Paolo Bonzini
1
-3
/
+13
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
1
-0
/
+8
2016-10-30
virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClass
Paolo Bonzini
1
-0
/
+64
2016-10-30
virtio/migration: Add VMStateDescription to VirtioDeviceClass
Dr. David Alan Gilbert
1
-0
/
+14
[next]