summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-10virtio-rng: move qdev properties into virtio-rng.cShannon Zhao
2015-06-10virtio-input: emulated devices [pci]Gerd Hoffmann
2015-06-10virtio-input: core code & base class [pci]Gerd Hoffmann
2015-06-10virtio-pci: fill VirtIOPCIRegions early.Gerd Hoffmann
2015-06-10virtio-pci: drop identical virtio_pci_capGerd Hoffmann
2015-06-10virtio-pci: move cap type to VirtIOPCIRegionGerd Hoffmann
2015-06-10virtio-pci: move virtio_pci_add_mem_cap call to virtio_pci_modern_region_mapGerd Hoffmann
2015-06-10virtio-pci: add virtio_pci_modern_region_map()Gerd Hoffmann
2015-06-10virtio-pci: add virtio_pci_modern_regions_init()Gerd Hoffmann
2015-06-10virtio-pci: add struct VirtIOPCIRegion for virtio-1 regionsGerd Hoffmann
2015-06-10virtio-balloon: switch to virtio_add_featureCornelia Huck
2015-06-10virtio-pci: correctly set host notifiers for modern barJason Wang
2015-06-10virtio-pci: make modern bar 64bit + prefetchableGerd Hoffmann
2015-06-10virtio-pci: change & document virtio pci bar layout.Gerd Hoffmann
2015-06-10virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smallerGerd Hoffmann
2015-06-10virtio-pci: add flags to enable/disable legacy/modernGerd Hoffmann
2015-06-10virtio-pci: switch to modern accessors for 1.0Michael S. Tsirkin
2015-06-10virtio: add modern config accessorsMichael S. Tsirkin
2015-06-10virtio: generation counter supportMichael S. Tsirkin
2015-06-10virtio-pci: initial virtio 1.0 supportMichael S. Tsirkin
2015-06-10linux-headers: add virtio_pciMichael S. Tsirkin
2015-06-10vhost: 64 bit featuresCornelia Huck
2015-06-10virtio: allow to fail setting statusCornelia Huck
2015-06-10virtio: disallow late feature changes for virtio-1Cornelia Huck
2015-06-10dataplane: allow virtio-1 devicesCornelia Huck
2015-06-10virtio: allow virtio-1 queue layoutCornelia Huck
2015-06-10virtio: endianness checks for virtio 1.0 devicesCornelia Huck
2015-06-10vhost: put log correctly in vhost_dev_start()Jason Wang
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini
2015-06-04vhost: logs sharingJason Wang
2015-06-03virtio: 64bit features fixups.Gerd Hoffmann
2015-06-03virtio-pci: don't try to mask or unmask vqs without notifiersJason Wang
2015-06-01vhost-user: add multi queue supportOuyang Changchun
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-06-01virtio-mmio: ioeventfd supportYing-Shiuan Pan
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang
2015-05-31virtio: introduce virtio_get_num_queues()Jason Wang
2015-05-31virtio: device_plugged() can failJason Wang
2015-05-31virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into coreCornelia Huck
2015-05-31virtio: move host_featuresCornelia Huck
2015-05-31hw/virtio/virtio-pci: use alias property for virtio-balloon-pciShannon Zhao
2015-05-31hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_initShannon Zhao
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-04-30vhost-user: remove superfluous '\n' around error_report()Gonglei
2015-04-28virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao
2015-04-28virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao
2015-04-27virtio-pci: speedup MSI-X masking and unmaskingJason Wang