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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-23
vhost: correctly pass error to caller in vhost_dev_enable_notifiers()
Jason Wang
1
-4
/
+4
2015-06-23
balloon: add a feature bit to let Guest OS deflate balloon on oom
Denis V. Lunev
1
-0
/
+4
2015-06-23
virito-pci: fix OVERRUN problem
Gonglei
1
-2
/
+2
2015-06-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-14
/
+50
2015-06-19
vhost: enable vhost without without MSI-X
Pankaj Gupta
1
-13
/
+1
2015-06-17
vhost: set vring endianness for legacy virtio
Greg Kurz
1
-1
/
+49
2015-06-16
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s...
Peter Maydell
1
-0
/
+14
2015-06-12
virtio-gpu-pci: add virtio pci support
Gerd Hoffmann
1
-0
/
+14
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-10
/
+6
2015-06-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
8
-77
/
+870
2015-06-10
virtio-rng: move qdev properties into virtio-rng.c
Shannon Zhao
1
-1
/
+7
2015-06-10
virtio-input: emulated devices [pci]
Gerd Hoffmann
2
-0
/
+97
2015-06-10
virtio-input: core code & base class [pci]
Gerd Hoffmann
2
-0
/
+50
2015-06-10
virtio-pci: fill VirtIOPCIRegions early.
Gerd Hoffmann
2
-41
/
+55
2015-06-10
virtio-pci: drop identical virtio_pci_cap
Gerd Hoffmann
1
-13
/
+5
2015-06-10
virtio-pci: move cap type to VirtIOPCIRegion
Gerd Hoffmann
2
-4
/
+6
2015-06-10
virtio-pci: move virtio_pci_add_mem_cap call to virtio_pci_modern_region_map
Gerd Hoffmann
1
-18
/
+10
2015-06-10
virtio-pci: add virtio_pci_modern_region_map()
Gerd Hoffmann
2
-6
/
+20
2015-06-10
virtio-pci: add virtio_pci_modern_regions_init()
Gerd Hoffmann
1
-58
/
+59
2015-06-10
virtio-pci: add struct VirtIOPCIRegion for virtio-1 regions
Gerd Hoffmann
2
-13
/
+19
2015-06-10
virtio-balloon: switch to virtio_add_feature
Cornelia Huck
1
-1
/
+1
2015-06-10
virtio-pci: correctly set host notifiers for modern bar
Jason Wang
1
-6
/
+25
2015-06-10
virtio-pci: make modern bar 64bit + prefetchable
Gerd Hoffmann
1
-1
/
+3
2015-06-10
virtio-pci: change & document virtio pci bar layout.
Gerd Hoffmann
1
-6
/
+25
2015-06-10
virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smaller
Gerd Hoffmann
1
-1
/
+1
2015-06-10
virtio-pci: add flags to enable/disable legacy/modern
Gerd Hoffmann
2
-13
/
+39
2015-06-10
virtio-pci: switch to modern accessors for 1.0
Michael S. Tsirkin
1
-6
/
+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
2
-1
/
+2
2015-06-10
virtio-pci: initial virtio 1.0 support
Michael S. Tsirkin
2
-0
/
+395
2015-06-10
linux-headers: add virtio_pci
Michael S. Tsirkin
1
-0
/
+2
2015-06-10
vhost: 64 bit features
Cornelia Huck
1
-7
/
+7
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
dataplane: allow virtio-1 devices
Cornelia Huck
1
-21
/
+26
2015-06-10
virtio: allow virtio-1 queue layout
Cornelia Huck
2
-19
/
+37
2015-06-10
virtio: endianness checks for virtio 1.0 devices
Cornelia Huck
1
-1
/
+5
2015-06-10
vhost: put log correctly in vhost_dev_start()
Jason Wang
1
-3
/
+1
2015-06-05
memory: prepare for multiple bits in the dirty log mask
Paolo Bonzini
1
-2
/
+4
2015-06-05
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
2
-2
/
+3
2015-06-04
vhost: logs sharing
Jason Wang
1
-18
/
+59
2015-06-03
virtio: 64bit features fixups.
Gerd Hoffmann
1
-1
/
+1
2015-06-03
virtio-pci: don't try to mask or unmask vqs without notifiers
Jason Wang
1
-7
/
+14
2015-06-01
vhost-user: add multi queue support
Ouyang Changchun
1
-1
/
+10
2015-06-01
virtio: make features 64bit wide
Gerd Hoffmann
3
-8
/
+47
2015-06-01
virtio-mmio: ioeventfd support
Ying-Shiuan Pan
1
-0
/
+181
2015-05-31
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
Jason Wang
3
-21
/
+21
2015-05-31
virtio: introduce virtio_get_num_queues()
Jason Wang
1
-0
/
+13
2015-05-31
virtio: device_plugged() can fail
Jason Wang
3
-5
/
+9
2015-05-31
virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into core
Cornelia Huck
2
-11
/
+0
[next]