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
2016-10-10
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-6
/
+0
2016-10-10
virtio: prepare change VMSTATE_VIRTIO_DEVICE macro
Halil Pasic
1
-0
/
+21
2016-10-10
virtio: add virtio_detach_element()
Stefan Hajnoczi
1
-2
/
+25
2016-09-23
virtio: handle virtqueue_get_head() errors
Stefan Hajnoczi
1
-10
/
+17
2016-09-23
virtio: handle virtqueue_num_heads() errors
Stefan Hajnoczi
1
-3
/
+8
2016-09-23
virtio: handle virtqueue_read_next_desc() errors
Stefan Hajnoczi
1
-13
/
+32
2016-09-23
virtio: use unsigned int for virtqueue_get_avail_bytes() index
Stefan Hajnoczi
1
-1
/
+1
2016-09-23
virtio: handle virtqueue_get_avail_bytes() errors
Stefan Hajnoczi
1
-6
/
+11
2016-09-23
virtio: handle virtqueue_map_desc() errors
Stefan Hajnoczi
1
-19
/
+55
2016-09-23
virtio: migrate vdev->broken flag
Stefan Hajnoczi
1
-0
/
+19
2016-09-23
virtio: stop virtqueue processing if device is broken
Stefan Hajnoczi
1
-0
/
+39
2016-09-23
virtio: fix stray tab character
Stefan Hajnoczi
1
-1
/
+1
2016-09-23
virtio: add check for descriptor's mapped address
Prasad J Pandit
1
-0
/
+5
2016-09-09
virtio: add virtqueue_rewind()
Stefan Hajnoczi
1
-0
/
+22
2016-09-09
virtio: zero vq->inuse in virtio_reset()
Stefan Hajnoczi
1
-0
/
+1
2016-08-23
virtio: decrement vq->inuse in virtqueue_discard()
Stefan Hajnoczi
1
-0
/
+1
2016-08-23
virtio: recalculate vq->inuse after migration
Stefan Hajnoczi
1
-0
/
+15
2016-07-29
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+5
2016-07-29
virtio: check vring descriptor buffer length
Prasad J Pandit
1
-0
/
+5
2016-07-27
virtio: error out if guest exceeds virtqueue size
Stefan Hajnoczi
1
-0
/
+5
2016-07-21
virtio: Migration helper function and macro
Dr. David Alan Gilbert
1
-0
/
+6
2016-07-21
virtio: Introduce virtio_add_queue_aio
Fam Zheng
1
-4
/
+34
2016-07-21
virtio: Add typedef for handle_output
Fam Zheng
1
-5
/
+4
2016-07-04
virtio: set low features early on load
Michael S. Tsirkin
1
-0
/
+10
2016-06-07
virtio: drop duplicate virtio_queue_get_id() function
Stefan Hajnoczi
1
-7
/
+0
2016-04-22
virtio: Mark host notifiers as external
Fam Zheng
1
-2
/
+2
2016-04-22
event-notifier: Add "is_external" parameter
Fam Zheng
1
-4
/
+4
2016-04-07
virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...
Paolo Bonzini
1
-12
/
+5
2016-04-07
virtio: add aio handler
Michael S. Tsirkin
1
-4
/
+32
2016-04-07
virtio: make virtio_queue_notify_vq static
Paolo Bonzini
1
-1
/
+1
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
1
-1
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-25
virtio: export vring_notify as virtio_should_notify
Paolo Bonzini
1
-2
/
+2
2016-02-25
virtio: add AioContext-specific function for host notifiers
Paolo Bonzini
1
-0
/
+16
2016-02-18
vhost-user interrupt management fixes
Victor Kaplansky
1
-0
/
+1
2016-02-06
virtio: combine write of an entry into used ring
Vincenzo Maffione
1
-13
/
+12
2016-02-06
virtio: read avail_idx from VQ only when necessary
Vincenzo Maffione
1
-4
/
+22
2016-02-06
virtio: cache used_idx in a VirtQueue field
Vincenzo Maffione
1
-3
/
+9
2016-02-06
virtio: combine the read of a descriptor
Paolo Bonzini
1
-51
/
+35
2016-02-06
virtio: slim down allocation of VirtQueueElements
Paolo Bonzini
1
-31
/
+51
2016-02-06
virtio: introduce virtqueue_alloc_element
Paolo Bonzini
1
-11
/
+99
2016-02-06
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
1
-0
/
+13
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
1
-4
/
+8
2016-02-04
Fix virtio migration
Dr. David Alan Gilbert
1
-4
/
+4
2016-01-29
virtio: Clean up includes
Peter Maydell
1
-1
/
+1
2016-01-09
virtio: fix error message for number of queues
Cornelia Huck
1
-1
/
+1
2016-01-09
migration/virtio: Remove simple .get/.put use
Dr. David Alan Gilbert
1
-68
/
+19
2015-11-12
virtio-pci: fix 1.0 virtqueue migration
Jason Wang
1
-0
/
+58
2015-10-29
virtio: drop virtqueue_map_sg
Michael S. Tsirkin
1
-7
/
+0
2015-10-29
virtio: switch to virtio_map
Michael S. Tsirkin
1
-2
/
+1
[next]