aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2015-06-23vhost: correctly pass error to caller in vhost_dev_enable_notifiers()Jason Wang1-4/+4
2015-06-23balloon: add a feature bit to let Guest OS deflate balloon on oomDenis V. Lunev1-0/+4
2015-06-23virito-pci: fix OVERRUN problemGonglei1-2/+2
2015-06-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-14/+50
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta1-13/+1
2015-06-17vhost: set vring endianness for legacy virtioGreg Kurz1-1/+49
2015-06-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s...Peter Maydell1-0/+14
2015-06-12virtio-gpu-pci: add virtio pci supportGerd Hoffmann1-0/+14
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-10/+6
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell8-77/+870
2015-06-10virtio-rng: move qdev properties into virtio-rng.cShannon Zhao1-1/+7
2015-06-10virtio-input: emulated devices [pci]Gerd Hoffmann2-0/+97
2015-06-10virtio-input: core code & base class [pci]Gerd Hoffmann2-0/+50
2015-06-10virtio-pci: fill VirtIOPCIRegions early.Gerd Hoffmann2-41/+55
2015-06-10virtio-pci: drop identical virtio_pci_capGerd Hoffmann1-13/+5
2015-06-10virtio-pci: move cap type to VirtIOPCIRegionGerd Hoffmann2-4/+6
2015-06-10virtio-pci: move virtio_pci_add_mem_cap call to virtio_pci_modern_region_mapGerd Hoffmann1-18/+10
2015-06-10virtio-pci: add virtio_pci_modern_region_map()Gerd Hoffmann2-6/+20
2015-06-10virtio-pci: add virtio_pci_modern_regions_init()Gerd Hoffmann1-58/+59
2015-06-10virtio-pci: add struct VirtIOPCIRegion for virtio-1 regionsGerd Hoffmann2-13/+19
2015-06-10virtio-balloon: switch to virtio_add_featureCornelia Huck1-1/+1
2015-06-10virtio-pci: correctly set host notifiers for modern barJason Wang1-6/+25
2015-06-10virtio-pci: make modern bar 64bit + prefetchableGerd Hoffmann1-1/+3
2015-06-10virtio-pci: change & document virtio pci bar layout.Gerd Hoffmann1-6/+25
2015-06-10virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smallerGerd Hoffmann1-1/+1
2015-06-10virtio-pci: add flags to enable/disable legacy/modernGerd Hoffmann2-13/+39
2015-06-10virtio-pci: switch to modern accessors for 1.0Michael S. Tsirkin1-6/+6
2015-06-10virtio: add modern config accessorsMichael S. Tsirkin1-0/+96
2015-06-10virtio: generation counter supportMichael S. Tsirkin2-1/+2
2015-06-10virtio-pci: initial virtio 1.0 supportMichael S. Tsirkin2-0/+395
2015-06-10linux-headers: add virtio_pciMichael S. Tsirkin1-0/+2
2015-06-10vhost: 64 bit featuresCornelia Huck1-7/+7
2015-06-10virtio: allow to fail setting statusCornelia Huck1-1/+23
2015-06-10virtio: disallow late feature changes for virtio-1Cornelia Huck1-3/+15
2015-06-10dataplane: allow virtio-1 devicesCornelia Huck1-21/+26
2015-06-10virtio: allow virtio-1 queue layoutCornelia Huck2-19/+37
2015-06-10virtio: endianness checks for virtio 1.0 devicesCornelia Huck1-1/+5
2015-06-10vhost: put log correctly in vhost_dev_start()Jason Wang1-3/+1
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini1-2/+4
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini2-2/+3
2015-06-04vhost: logs sharingJason Wang1-18/+59
2015-06-03virtio: 64bit features fixups.Gerd Hoffmann1-1/+1
2015-06-03virtio-pci: don't try to mask or unmask vqs without notifiersJason Wang1-7/+14
2015-06-01vhost-user: add multi queue supportOuyang Changchun1-1/+10
2015-06-01virtio: make features 64bit wideGerd Hoffmann3-8/+47
2015-06-01virtio-mmio: ioeventfd supportYing-Shiuan Pan1-0/+181
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang3-21/+21
2015-05-31virtio: introduce virtio_get_num_queues()Jason Wang1-0/+13
2015-05-31virtio: device_plugged() can failJason Wang3-5/+9
2015-05-31virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into coreCornelia Huck2-11/+0