summaryrefslogtreecommitdiff
path: root/hw/virtio/virtio.c
AgeCommit message (Expand)AuthorFilesLines
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