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: export vring_notify as virtio_should_notify
Paolo Bonzini
2016-02-25
1
-2
/
+2
*
virtio: add AioContext-specific function for host notifiers
Paolo Bonzini
2016-02-25
1
-0
/
+16
*
vhost-user interrupt management fixes
Victor Kaplansky
2016-02-18
1
-0
/
+1
*
virtio: combine write of an entry into used ring
Vincenzo Maffione
2016-02-06
1
-13
/
+12
*
virtio: read avail_idx from VQ only when necessary
Vincenzo Maffione
2016-02-06
1
-4
/
+22
*
virtio: cache used_idx in a VirtQueue field
Vincenzo Maffione
2016-02-06
1
-3
/
+9
*
virtio: combine the read of a descriptor
Paolo Bonzini
2016-02-06
1
-51
/
+35
*
virtio: slim down allocation of VirtQueueElements
Paolo Bonzini
2016-02-06
1
-31
/
+51
*
virtio: introduce virtqueue_alloc_element
Paolo Bonzini
2016-02-06
1
-11
/
+99
*
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
2016-02-06
1
-0
/
+13
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-02-06
1
-4
/
+8
*
Fix virtio migration
Dr. David Alan Gilbert
2016-02-04
1
-4
/
+4
*
virtio: Clean up includes
Peter Maydell
2016-01-29
1
-1
/
+1
*
virtio: fix error message for number of queues
Cornelia Huck
2016-01-09
1
-1
/
+1
*
migration/virtio: Remove simple .get/.put use
Dr. David Alan Gilbert
2016-01-09
1
-68
/
+19
*
virtio-pci: fix 1.0 virtqueue migration
Jason Wang
2015-11-12
1
-0
/
+58
*
virtio: drop virtqueue_map_sg
Michael S. Tsirkin
2015-10-29
1
-7
/
+0
*
virtio: switch to virtio_map
Michael S. Tsirkin
2015-10-29
1
-2
/
+1
*
virtio: introduce virtio_map
Michael S. Tsirkin
2015-10-29
1
-9
/
+47
*
virtio: introduce virtqueue_discard()
Jason Wang
2015-10-01
1
-0
/
+7
*
virtio: introduce virtqueue_unmap_sg()
Jason Wang
2015-10-01
1
-4
/
+10
*
virtio: ring sizes vs. reset
Cornelia Huck
2015-09-24
1
-0
/
+64
*
virtio: right size for virtio_queue_get_avail_size
Pierre Morel
2015-09-24
1
-1
/
+1
*
virtio: avoid leading underscores for helpers
Cornelia Huck
2015-09-10
1
-7
/
+7
*
virtio: fix 1.0 virtqueue migration
Jason Wang
2015-08-05
1
-0
/
+56
*
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-06-12
1
-10
/
+6
*
virtio: add modern config accessors
Michael S. Tsirkin
2015-06-10
1
-0
/
+96
*
virtio: generation counter support
Michael S. Tsirkin
2015-06-10
1
-0
/
+1
*
virtio: allow to fail setting status
Cornelia Huck
2015-06-10
1
-1
/
+23
*
virtio: disallow late feature changes for virtio-1
Cornelia Huck
2015-06-10
1
-3
/
+15
*
virtio: allow virtio-1 queue layout
Cornelia Huck
2015-06-10
1
-19
/
+34
*
virtio: endianness checks for virtio 1.0 devices
Cornelia Huck
2015-06-10
1
-1
/
+5
*
virtio: 64bit features fixups.
Gerd Hoffmann
2015-06-03
1
-1
/
+1
*
virtio: make features 64bit wide
Gerd Hoffmann
2015-06-01
1
-6
/
+45
*
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
Jason Wang
2015-05-31
1
-14
/
+14
*
virtio: introduce virtio_get_num_queues()
Jason Wang
2015-05-31
1
-0
/
+13
*
virtio: device_plugged() can fail
Jason Wang
2015-05-31
1
-1
/
+6
*
virtio: move host_features
Cornelia Huck
2015-05-31
1
-8
/
+9
*
virtio: introduce vector to virtqueues mapping
Jason Wang
2015-04-27
1
-2
/
+34
*
virtio: validate the existence of handle_output before calling it
Jason Wang
2015-03-16
1
-1
/
+2
*
virtio: add feature checking helpers
Cornelia Huck
2015-02-26
1
-5
/
+5
*
virtio: use standard-headers
Michael S. Tsirkin
2015-02-26
1
-18
/
+5
*
migration: Append JSON description of migration stream
Alexander Graf
2015-02-05
1
-1
/
+1
*
hw/virtio/vring/event_idx: fix the vring_avail_event error
Bin Wu
2014-11-02
1
-1
/
+1
*
virtio: add a wrapper for virtio-backend initialization
Gonglei
2014-09-30
1
-0
/
+11
*
Revert "virtio: don't call device on !vm_running"
Michael S. Tsirkin
2014-09-18
1
-8
/
+1
*
virtio: don't call device on !vm_running
Michael S. Tsirkin
2014-09-04
1
-1
/
+8
*
virtio: allow byte swapping for vring
Rusty Russell
2014-06-29
1
-41
/
+48
*
virtio: add endian-ambivalent support to VirtIODevice
Greg Kurz
2014-06-29
1
-12
/
+87
*
virtio: add subsections to the migration stream
Greg Kurz
2014-06-29
1
-2
/
+19
[next]