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
2018-12-11
virtio: pass argument by value for virtqueue_map_iovec()
Dongli Zhang
1
-4
/
+4
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
1
-4
/
+4
2018-10-19
clean up callback when del virtqueue
liujunjie
1
-0
/
+2
2018-10-17
cpu: Provide a proper prototype for target_words_bigendian() in a header
Thomas Huth
1
-1
/
+0
2018-10-02
virtio: Return true from virtio_queue_empty if broken
Fam Zheng
1
-0
/
+8
2018-09-07
virtio: update MemoryRegionCaches when guest negotiates features
Paolo Bonzini
1
-2
/
+13
2018-06-01
virtio: free MemoryRegionCache when initialization fails
Paolo Bonzini
1
-15
/
+18
2018-05-23
virtio: support setting memory region based host notifier
Tiwei Bie
1
-0
/
+13
2018-02-08
virtio: improve virtio devices initialization time
Gal Hammer
1
-2
/
+20
2018-02-08
virtio: remove event notifier cleanup call on de-assign
Gal Hammer
1
-0
/
+2
2018-01-24
Revert "virtio: improve virtio devices initialization time"
Michael S. Tsirkin
1
-5
/
+0
2018-01-18
virtio: improve virtio devices initialization time
Gal Hammer
1
-0
/
+5
2017-12-19
virtio_error: don't invoke status callbacks
Michael S. Tsirkin
1
-1
/
+1
2017-12-01
virtio: check VirtQueue Vring object is set
Prasad J Pandit
1
-3
/
+11
2017-12-01
virtio: Add queue interface to restore avail index from vring used index
Maxime Coquelin
1
-0
/
+10
2017-11-16
fix: unrealize virtio device if we fail to hotplug it
linzhecheng
1
-0
/
+1
2017-10-15
virtio: fix descriptor counting in virtqueue_pop
Wolfgang Bumiller
1
-3
/
+3
2017-09-27
migration: Route more error paths
Dr. David Alan Gilbert
1
-6
/
+7
2017-09-19
osdep.h: Prohibit disabling assert() in supported builds
Eric Blake
1
-4
/
+2
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
[next]