summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "virtio: don't call device on !vm_running"Michael S. Tsirkin2014-09-181-8/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2014-09-041-1/+8
|\
| * virtio: don't call device on !vm_runningMichael S. Tsirkin2014-09-041-1/+8
* | vhost_net: start/stop guest notifiers properlyJason Wang2014-09-031-2/+0
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-191-3/+0
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-3/+0
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2014-08-151-0/+6
|\ \
| * | virtio-rng: add some trace eventsAmit Shah2014-08-121-0/+6
* | | virtio: Move extern declaration to header fileStefan Weil2014-08-091-2/+0
|/ /
* | virtio-rng: replace error_set calls with error_setgJohn Snow2014-08-041-5/+4
* | virtio-rng: Move error-checking forward to prevent memory leakJohn Snow2014-08-041-10/+10
* | virtio-rng: Add human-readable error message for negative max-bytes parameterJohn Snow2014-07-221-1/+7
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-07-181-1/+5
|\ \ | |/ |/|
| * vhost-user: minor cleanupsMichael S. Tsirkin2014-07-181-1/+3
| * vhost-user: Fix VHOST_SET_MEM_TABLE processingNikolay Nikolaev2014-07-181-1/+3
* | virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi2014-07-141-11/+6
* | dataplane: do not free VirtQueueElement in vring_push()Stefan Hajnoczi2014-07-141-5/+4
|/
* virtio-pci: fix MSI memory region use after freePaolo Bonzini2014-07-061-2/+2
* hw/virtio: enable common virtio feature for mmio deviceMing Lei2014-07-061-0/+6
* virtio: move common virtio properties to bus class deviceMing Lei2014-07-061-6/+6
* virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi2014-07-011-0/+2
* virtio: fix virtio-blk child refcount in transportsStefan Hajnoczi2014-07-011-0/+1
* virtio-blk: use aliases instead of duplicate qdev propertiesStefan Hajnoczi2014-07-012-3/+1
* virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi2014-07-011-3/+0
* virtio-balloon: use virtio wrappers to access page frame numbersRusty Russell2014-06-291-3/+5
* virtio: allow byte swapping for vringRusty Russell2014-06-291-41/+48
* virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz2014-06-292-16/+91
* exec: introduce target_words_bigendian() helperGreg Kurz2014-06-291-3/+0
* virtio: add subsections to the migration streamGreg Kurz2014-06-291-2/+19
* virtio-rng: implement per-device migration callsGreg Kurz2014-06-291-5/+7
* virtio-balloon: implement per-device migration callsGreg Kurz2014-06-291-11/+14
* virtio: introduce device specific migration callsGreg Kurz2014-06-293-3/+14
* vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion2014-06-291-9/+14
* Allow mismatched virtio config-lenDr. David Alan Gilbert2014-06-291-5/+11
* Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-06-241-2/+4
|\
| * qapi event: convert BALLOON_CHANGEWenchao Xia2014-06-231-2/+4
* | virtio-pci: Report an error when msix vectors init failsFam Zheng2014-06-231-0/+2
* | vhost: fix resource leak in error handlingMichael S. Tsirkin2014-06-231-4/+6
* | vhost: block migration if backend does not log memoryMichael S. Tsirkin2014-06-231-0/+11
|/
* Add vhost-user as a vhost backend.Nikolay Nikolaev2014-06-193-1/+348
* Add vhost-backend and VhostBackendTypeNikolay Nikolaev2014-06-193-2/+72
* Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev2014-06-191-20/+21
* vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev2014-06-191-9/+3
* vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev2014-06-191-0/+27
* virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster2014-06-191-5/+1
* virtio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-192-14/+6
* vhost: replace ffsl with ctzlNatanael Copa2014-06-111-4/+2
* virtio.c: fix error messageMichael Tokarev2014-06-101-1/+1
* virtio-balloon: return empty data when no stats are availableJán Tomko2014-05-251-5/+2
* qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2014-05-151-4/+8
OpenPOWER on IntegriCloud