aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-31virtio: move host_featuresCornelia Huck5-54/+21
2015-05-31hw/virtio/virtio-pci: use alias property for virtio-balloon-pciShannon Zhao1-34/+6
2015-05-31hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_initShannon Zhao1-8/+14
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-24/+63
2015-04-30vhost-user: remove superfluous '\n' around error_report()Gonglei1-11/+11
2015-04-28virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao1-1/+0
2015-04-28virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao1-2/+0
2015-04-27virtio-pci: speedup MSI-X masking and unmaskingJason Wang1-19/+21
2015-04-27virtio: introduce vector to virtqueues mappingJason Wang2-2/+42