summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-24balloon: improve error msg when adding second deviceLuiz Capitulino1-1/+1
2015-04-20vhost: fix log base addressMichael S. Tsirkin1-2/+5
2015-03-16virtio: validate the existence of handle_output before calling itJason Wang1-1/+2
2015-03-11virtio-pci: Convert to realize()Markus Armbruster2-54/+36
2015-03-10vhost: Remove superfluous '\n' around error_report()Gonglei1-1/+1
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell6-98/+26
2015-03-04virtio-balloon: Add some trace eventszhanghailiang1-0/+6
2015-03-04virtio-balloon: Fix balloon not working correctly when hotplug memoryzhanghailiang1-6/+9
2015-03-01balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev1-3/+2
2015-02-26virtio: add feature checking helpersCornelia Huck3-11/+11
2015-02-26virtio: feature bit manipulation helpersCornelia Huck2-3/+3
2015-02-26virtio: cull virtio_bus_set_vdev_featuresCornelia Huck1-14/+0
2015-02-26virtio-pci: use standard headersMichael S. Tsirkin1-49/+5
2015-02-26virtio: use standard-headersMichael S. Tsirkin1-18/+5
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+2
2015-02-16dataplane: endianness-aware accessesCornelia Huck3-21/+36
2015-02-11vhost-scsi: add bootindex propertyGonglei1-0/+2
2015-02-05migration: Append JSON description of migration streamAlexander Graf1-1/+1
2015-01-27virtio: fix feature bit checksCornelia Huck1-2/+2
2015-01-05virtio-rng: fix check for period_ms validityAmit Shah1-1/+1
2014-12-10virtio-bus: avoid breaking build when open DEBUG switchGonglei1-1/+1
2014-12-01vhost: Fix vhostfd leak in error branchGonglei1-0/+2
2014-11-28Fix for crash after migration in virtio-rng on bi-endian targetsDavid Gibson1-7/+8
2014-11-03vhost-user: fix mmap offset calculationMichael S. Tsirkin1-1/+1
2014-11-02hw/virtio/vring/event_idx: fix the vring_avail_event errorBin Wu2-5/+5
2014-11-02virtio-pci: fix migration for pci bus masterMichael S. Tsirkin2-18/+16
2014-10-30virtio: link the rng backend through an alias propertyPaolo Bonzini1-5/+2
2014-10-23virtio-balloon: Tweak recent fix for integer overflowMarkus Armbruster1-1/+1