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-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
2015-10-29
virtio: introduce virtio_map
Michael S. Tsirkin
1
-9
/
+47
2015-10-01
virtio: introduce virtqueue_discard()
Jason Wang
1
-0
/
+7
2015-10-01
virtio: introduce virtqueue_unmap_sg()
Jason Wang
1
-4
/
+10
2015-09-24
virtio: ring sizes vs. reset
Cornelia Huck
1
-0
/
+64
2015-09-24
virtio: right size for virtio_queue_get_avail_size
Pierre Morel
1
-1
/
+1
2015-09-10
virtio: avoid leading underscores for helpers
Cornelia Huck
1
-7
/
+7
2015-08-05
virtio: fix 1.0 virtqueue migration
Jason Wang
1
-0
/
+56
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-10
/
+6
2015-06-10
virtio: add modern config accessors
Michael S. Tsirkin
1
-0
/
+96
2015-06-10
virtio: generation counter support
Michael S. Tsirkin
1
-0
/
+1
2015-06-10
virtio: allow to fail setting status
Cornelia Huck
1
-1
/
+23
2015-06-10
virtio: disallow late feature changes for virtio-1
Cornelia Huck
1
-3
/
+15
2015-06-10
virtio: allow virtio-1 queue layout
Cornelia Huck
1
-19
/
+34
2015-06-10
virtio: endianness checks for virtio 1.0 devices
Cornelia Huck
1
-1
/
+5
2015-06-03
virtio: 64bit features fixups.
Gerd Hoffmann
1
-1
/
+1
2015-06-01
virtio: make features 64bit wide
Gerd Hoffmann
1
-6
/
+45
2015-05-31
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
Jason Wang
1
-14
/
+14
2015-05-31
virtio: introduce virtio_get_num_queues()
Jason Wang
1
-0
/
+13
2015-05-31
virtio: device_plugged() can fail
Jason Wang
1
-1
/
+6
2015-05-31
virtio: move host_features
Cornelia Huck
1
-8
/
+9
2015-04-27
virtio: introduce vector to virtqueues mapping
Jason Wang
1
-2
/
+34
2015-03-16
virtio: validate the existence of handle_output before calling it
Jason Wang
1
-1
/
+2
2015-02-26
virtio: add feature checking helpers
Cornelia Huck
1
-5
/
+5
2015-02-26
virtio: use standard-headers
Michael S. Tsirkin
1
-18
/
+5
2015-02-05
migration: Append JSON description of migration stream
Alexander Graf
1
-1
/
+1
2014-11-02
hw/virtio/vring/event_idx: fix the vring_avail_event error
Bin Wu
1
-1
/
+1
2014-09-30
virtio: add a wrapper for virtio-backend initialization
Gonglei
1
-0
/
+11
2014-09-18
Revert "virtio: don't call device on !vm_running"
Michael S. Tsirkin
1
-8
/
+1
2014-09-04
virtio: don't call device on !vm_running
Michael S. Tsirkin
1
-1
/
+8
2014-06-29
virtio: allow byte swapping for vring
Rusty Russell
1
-41
/
+48
2014-06-29
virtio: add endian-ambivalent support to VirtIODevice
Greg Kurz
1
-12
/
+87
2014-06-29
virtio: add subsections to the migration stream
Greg Kurz
1
-2
/
+19
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
1
-1
/
+12
2014-06-29
Allow mismatched virtio config-len
Dr. David Alan Gilbert
1
-5
/
+11
2014-06-19
virtio: Drop superfluous conditionals around g_strdup()
Markus Armbruster
1
-5
/
+1
2014-06-19
virtio: Drop superfluous conditionals around g_free()
Markus Armbruster
1
-8
/
+4
2014-06-10
virtio.c: fix error message
Michael Tokarev
1
-1
/
+1
2014-05-12
virtio: allow mapping up to max queue size
Michael S. Tsirkin
1
-1
/
+1
2014-05-05
virtio: validate config_len on load
Michael S. Tsirkin
1
-1
/
+7
2014-05-05
virtio: validate num_sg when mapping
Michael S. Tsirkin
1
-0
/
+6
2014-05-05
virtio: avoid buffer overrun on incoming migration
Michael Roth
1
-0
/
+3
2014-05-05
virtio: out-of-bounds buffer write on invalid state load
Michael S. Tsirkin
1
-1
/
+7
2014-02-11
exec: Make stw_*_phys input an AddressSpace
Edgar E. Iglesias
1
-4
/
+6
2014-02-11
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-2
/
+2
2014-02-11
exec: Make lduw_*_phys input an AddressSpace
Edgar E. Iglesias
1
-8
/
+8
[next]