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