summaryrefslogtreecommitdiff
path: root/hw/virtio/virtio.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-02hw/virtio/vring/event_idx: fix the vring_avail_event errorBin Wu1-1/+1
2014-09-30virtio: add a wrapper for virtio-backend initializationGonglei1-0/+11
2014-09-18Revert "virtio: don't call device on !vm_running"Michael S. Tsirkin1-8/+1
2014-09-04virtio: don't call device on !vm_runningMichael S. Tsirkin1-1/+8
2014-06-29virtio: allow byte swapping for vringRusty Russell1-41/+48
2014-06-29virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz1-12/+87
2014-06-29virtio: add subsections to the migration streamGreg Kurz1-2/+19
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+12
2014-06-29Allow mismatched virtio config-lenDr. David Alan Gilbert1-5/+11
2014-06-19virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster1-5/+1
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster1-8/+4
2014-06-10virtio.c: fix error messageMichael Tokarev1-1/+1
2014-05-12virtio: allow mapping up to max queue sizeMichael S. Tsirkin1-1/+1
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-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
2013-12-23virtio: add back call to virtio_bus_device_unpluggedPaolo Bonzini1-0/+2
2013-12-09virtio: Convert exit to unrealizeAndreas Färber1-5/+8
2013-12-09virtio: Complete converting VirtioDevice to QOM realizeAndreas Färber1-6/+0
2013-12-09virtio: Start converting VirtioDevice to QOM realizeAndreas Färber1-15/+27
2013-12-09virtio-bus: cleanup plug/unplug interfacePaolo Bonzini1-1/+6
2013-08-25virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect de...yinyin1-1/+1
2013-08-12Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+5
2013-08-12virtio: clear signalled_used_valid when switching from dataplaneStefan Hajnoczi1-0/+5
2013-08-09hw/virtio/virtio: Don't allow guests to add/remove queuesPeter Maydell1-3/+9
2013-07-19virtio: Support transports which can specify the vring alignmentPeter Maydell1-3/+29
2013-07-19virtio: Add support for guest setting of queue sizePeter Maydell1-0/+8
2013-05-08virtio: properly validate address before accessing configJason Wang1-12/+18
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic1-0/+24
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic1-16/+1
2013-04-24virtio: remove virtiobindings.KONRAD Frederic1-22/+27
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-15/+28
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini1-0/+1121