aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio.c
AgeCommit message (Expand)Author
2014-06-29virtio: allow byte swapping for vringRusty Russell
2014-06-29virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz
2014-06-29virtio: add subsections to the migration streamGreg Kurz
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2014-06-29Allow mismatched virtio config-lenDr. David Alan Gilbert
2014-06-19virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster
2014-06-10virtio.c: fix error messageMichael Tokarev
2014-05-12virtio: allow mapping up to max queue sizeMichael S. Tsirkin
2014-05-05virtio: validate config_len on loadMichael S. Tsirkin
2014-05-05virtio: validate num_sg when mappingMichael S. Tsirkin
2014-05-05virtio: avoid buffer overrun on incoming migrationMichael Roth
2014-05-05virtio: out-of-bounds buffer write on invalid state loadMichael S. Tsirkin
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-12-23virtio: add back call to virtio_bus_device_unpluggedPaolo Bonzini
2013-12-09virtio: Convert exit to unrealizeAndreas Färber
2013-12-09virtio: Complete converting VirtioDevice to QOM realizeAndreas Färber
2013-12-09virtio: Start converting VirtioDevice to QOM realizeAndreas Färber
2013-12-09virtio-bus: cleanup plug/unplug interfacePaolo Bonzini
2013-08-25virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect de...yinyin
2013-08-12Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-08-12virtio: clear signalled_used_valid when switching from dataplaneStefan Hajnoczi
2013-08-09hw/virtio/virtio: Don't allow guests to add/remove queuesPeter Maydell
2013-07-19virtio: Support transports which can specify the vring alignmentPeter Maydell
2013-07-19virtio: Add support for guest setting of queue sizePeter Maydell
2013-05-08virtio: properly validate address before accessing configJason Wang
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic
2013-04-24virtio: remove virtiobindings.KONRAD Frederic
2013-04-24virtio: remove the function pointer.KONRAD Frederic
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini