aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-05virtio: validate num_sg when mappingMichael S. Tsirkin1-0/+6
2014-05-05virtio: avoid buffer overrun on incoming migrationMichael Roth1-0/+3
2014-05-05virtio: out-of-bounds buffer write on invalid state loadMichael S. Tsirkin1-1/+7
2014-05-05qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster1-2/+4
2014-03-19virtio-rng: Avoid default_backend refcount leakStefan Hajnoczi1-0/+3
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi2-0/+2
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi2-2/+4
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-3/+3
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias1-4/+6
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+2
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias1-8/+8
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+2
2014-02-01Merge remote-tracking branch 'qmp-unstable/queue/qmp' into stagingPeter Maydell1-6/+9
2014-01-30Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell1-3/+4
2014-01-28virtio_rng: replace custom backend API with UserCreatable.complete() callbackIgor Mammedov1-6/+9