Age | Commit message (Expand) | Author | Files | Lines |
2015-06-04 | vhost: logs sharing | Jason Wang | 1 | -18/+59 |
2015-06-03 | virtio: 64bit features fixups. | Gerd Hoffmann | 1 | -1/+1 |
2015-06-03 | virtio-pci: don't try to mask or unmask vqs without notifiers | Jason Wang | 1 | -7/+14 |
2015-06-01 | vhost-user: add multi queue support | Ouyang Changchun | 1 | -1/+10 |
2015-06-01 | virtio: make features 64bit wide | Gerd Hoffmann | 3 | -8/+47 |
2015-06-01 | virtio-mmio: ioeventfd support | Ying-Shiuan Pan | 1 | -0/+181 |
2015-05-31 | virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX | Jason Wang | 3 | -21/+21 |
2015-05-31 | virtio: introduce virtio_get_num_queues() | Jason Wang | 1 | -0/+13 |
2015-05-31 | virtio: device_plugged() can fail | Jason Wang | 3 | -5/+9 |
2015-05-31 | virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into core | Cornelia Huck | 2 | -11/+0 |
2015-05-31 | virtio: move host_features | Cornelia Huck | 5 | -54/+21 |
2015-05-31 | hw/virtio/virtio-pci: use alias property for virtio-balloon-pci | Shannon Zhao | 1 | -34/+6 |
2015-05-31 | hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_init | Shannon Zhao | 1 | -8/+14 |
2015-05-11 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2 | -24/+63 |
2015-04-30 | vhost-user: remove superfluous '\n' around error_report() | Gonglei | 1 | -11/+11 |
2015-04-28 | virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsi | Shannon Zhao | 1 | -1/+0 |
2015-04-28 | virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-net | Shannon Zhao | 1 | -2/+0 |
2015-04-27 | virtio-pci: speedup MSI-X masking and unmasking | Jason Wang | 1 | -19/+21 |
2015-04-27 | virtio: introduce vector to virtqueues mapping | Jason Wang | 2 | -2/+42 |
2015-04-24 | balloon: improve error msg when adding second device | Luiz Capitulino | 1 | -1/+1 |
2015-04-20 | vhost: fix log base address | Michael S. Tsirkin | 1 | -2/+5 |
2015-03-16 | virtio: validate the existence of handle_output before calling it | Jason Wang | 1 | -1/+2 |
2015-03-11 | virtio-pci: Convert to realize() | Markus Armbruster | 2 | -54/+36 |
2015-03-10 | vhost: Remove superfluous '\n' around error_report() | Gonglei | 1 | -1/+1 |
2015-03-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 6 | -98/+26 |
2015-03-04 | virtio-balloon: Add some trace events | zhanghailiang | 1 | -0/+6 |
2015-03-04 | virtio-balloon: Fix balloon not working correctly when hotplug memory | zhanghailiang | 1 | -6/+9 |
2015-03-01 | balloon: call qdev_alias_all_properties for proxy dev in balloon class init | Denis V. Lunev | 1 | -3/+2 |
2015-02-26 | virtio: add feature checking helpers | Cornelia Huck | 3 | -11/+11 |
2015-02-26 | virtio: feature bit manipulation helpers | Cornelia Huck | 2 | -3/+3 |
2015-02-26 | virtio: cull virtio_bus_set_vdev_features | Cornelia Huck | 1 | -14/+0 |
2015-02-26 | virtio-pci: use standard headers | Michael S. Tsirkin | 1 | -49/+5 |
2015-02-26 | virtio: use standard-headers | Michael S. Tsirkin | 1 | -18/+5 |
2015-02-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+2 |
2015-02-16 | dataplane: endianness-aware accesses | Cornelia Huck | 3 | -21/+36 |
2015-02-11 | vhost-scsi: add bootindex property | Gonglei | 1 | -0/+2 |
2015-02-05 | migration: Append JSON description of migration stream | Alexander Graf | 1 | -1/+1 |
2015-01-27 | virtio: fix feature bit checks | Cornelia Huck | 1 | -2/+2 |
2015-01-05 | virtio-rng: fix check for period_ms validity | Amit Shah | 1 | -1/+1 |
2014-12-10 | virtio-bus: avoid breaking build when open DEBUG switch | Gonglei | 1 | -1/+1 |
2014-12-01 | vhost: Fix vhostfd leak in error branch | Gonglei | 1 | -0/+2 |
2014-11-28 | Fix for crash after migration in virtio-rng on bi-endian targets | David Gibson | 1 | -7/+8 |
2014-11-03 | vhost-user: fix mmap offset calculation | Michael S. Tsirkin | 1 | -1/+1 |
2014-11-02 | hw/virtio/vring/event_idx: fix the vring_avail_event error | Bin Wu | 2 | -5/+5 |
2014-11-02 | virtio-pci: fix migration for pci bus master | Michael S. Tsirkin | 2 | -18/+16 |
2014-10-30 | virtio: link the rng backend through an alias property | Paolo Bonzini | 1 | -5/+2 |
2014-10-23 | virtio-balloon: Tweak recent fix for integer overflow | Markus Armbruster | 1 | -1/+1 |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 1 | -1/+1 |
2014-10-16 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ... | Peter Maydell | 1 | -0/+4 |
2014-10-15 | virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390 | Gonglei | 1 | -0/+2 |