summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
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
2015-04-27virtio: introduce vector to virtqueues mappingJason Wang
2015-04-24balloon: improve error msg when adding second deviceLuiz Capitulino
2015-04-20vhost: fix log base addressMichael S. Tsirkin
2015-03-16virtio: validate the existence of handle_output before calling itJason Wang
2015-03-11virtio-pci: Convert to realize()Markus Armbruster
2015-03-10vhost: Remove superfluous '\n' around error_report()Gonglei
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-03-04virtio-balloon: Add some trace eventszhanghailiang
2015-03-04virtio-balloon: Fix balloon not working correctly when hotplug memoryzhanghailiang
2015-03-01balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev
2015-02-26virtio: add feature checking helpersCornelia Huck
2015-02-26virtio: feature bit manipulation helpersCornelia Huck
2015-02-26virtio: cull virtio_bus_set_vdev_featuresCornelia Huck
2015-02-26virtio-pci: use standard headersMichael S. Tsirkin
2015-02-26virtio: use standard-headersMichael S. Tsirkin
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-02-16dataplane: endianness-aware accessesCornelia Huck
2015-02-11vhost-scsi: add bootindex propertyGonglei
2015-02-05migration: Append JSON description of migration streamAlexander Graf
2015-01-27virtio: fix feature bit checksCornelia Huck
2015-01-05virtio-rng: fix check for period_ms validityAmit Shah
2014-12-10virtio-bus: avoid breaking build when open DEBUG switchGonglei
2014-12-01vhost: Fix vhostfd leak in error branchGonglei
2014-11-28Fix for crash after migration in virtio-rng on bi-endian targetsDavid Gibson
2014-11-03vhost-user: fix mmap offset calculationMichael S. Tsirkin
2014-11-02hw/virtio/vring/event_idx: fix the vring_avail_event errorBin Wu
2014-11-02virtio-pci: fix migration for pci bus masterMichael S. Tsirkin
2014-10-30virtio: link the rng backend through an alias propertyPaolo Bonzini
2014-10-23virtio-balloon: Tweak recent fix for integer overflowMarkus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster