summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-3/+0
2014-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+6
2014-08-12virtio-rng: add some trace eventsAmit Shah1-0/+6
2014-08-09virtio: Move extern declaration to header fileStefan Weil1-2/+0
2014-08-04virtio-rng: replace error_set calls with error_setgJohn Snow1-5/+4
2014-08-04virtio-rng: Move error-checking forward to prevent memory leakJohn Snow1-10/+10
2014-07-22virtio-rng: Add human-readable error message for negative max-bytes parameterJohn Snow1-1/+7
2014-07-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+5
2014-07-18vhost-user: minor cleanupsMichael S. Tsirkin1-1/+3
2014-07-18vhost-user: Fix VHOST_SET_MEM_TABLE processingNikolay Nikolaev1-1/+3
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi1-11/+6
2014-07-14dataplane: do not free VirtQueueElement in vring_push()Stefan Hajnoczi1-5/+4
2014-07-06virtio-pci: fix MSI memory region use after freePaolo Bonzini1-2/+2
2014-07-06hw/virtio: enable common virtio feature for mmio deviceMing Lei1-0/+6
2014-07-06virtio: move common virtio properties to bus class deviceMing Lei1-6/+6
2014-07-01virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi1-0/+2
2014-07-01virtio: fix virtio-blk child refcount in transportsStefan Hajnoczi1-0/+1
2014-07-01virtio-blk: use aliases instead of duplicate qdev propertiesStefan Hajnoczi2-3/+1
2014-07-01virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi1-3/+0
2014-06-29virtio-balloon: use virtio wrappers to access page frame numbersRusty Russell1-3/+5
2014-06-29virtio: allow byte swapping for vringRusty Russell1-41/+48
2014-06-29virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz2-16/+91
2014-06-29exec: introduce target_words_bigendian() helperGreg Kurz1-3/+0
2014-06-29virtio: add subsections to the migration streamGreg Kurz1-2/+19
2014-06-29virtio-rng: implement per-device migration callsGreg Kurz1-5/+7
2014-06-29virtio-balloon: implement per-device migration callsGreg Kurz1-11/+14
2014-06-29virtio: introduce device specific migration callsGreg Kurz3-3/+14
2014-06-29vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion1-9/+14
2014-06-29Allow mismatched virtio config-lenDr. David Alan Gilbert1-5/+11
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-2/+4
2014-06-23qapi event: convert BALLOON_CHANGEWenchao Xia1-2/+4
2014-06-23virtio-pci: Report an error when msix vectors init failsFam Zheng1-0/+2
2014-06-23vhost: fix resource leak in error handlingMichael S. Tsirkin1-4/+6
2014-06-23vhost: block migration if backend does not log memoryMichael S. Tsirkin1-0/+11
2014-06-19Add vhost-user as a vhost backend.Nikolay Nikolaev3-1/+348
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev3-2/+72
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev1-20/+21
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev1-9/+3
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev1-0/+27
2014-06-19virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster1-5/+1
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster2-14/+6
2014-06-11vhost: replace ffsl with ctzlNatanael Copa1-4/+2
2014-06-10virtio.c: fix error messageMichael Tokarev1-1/+1
2014-05-25virtio-balloon: return empty data when no stats are availableJán Tomko1-5/+2
2014-05-15qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster1-4/+8
2014-05-15hw: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster1-6/+19
2014-05-12virtio: allow mapping up to max queue sizeMichael S. Tsirkin1-1/+1
2014-05-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell1-2/+23
2014-05-05virtio: validate config_len on loadMichael S. Tsirkin1-1/+7