summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio.c
Commit message (Expand)AuthorAgeFilesLines
* exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-4/+6
* exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-2/+2
* exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-8/+8
* exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+1
* exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+2
* virtio: add back call to virtio_bus_device_unpluggedPaolo Bonzini2013-12-231-0/+2
* virtio: Convert exit to unrealizeAndreas Färber2013-12-091-5/+8
* virtio: Complete converting VirtioDevice to QOM realizeAndreas Färber2013-12-091-6/+0
* virtio: Start converting VirtioDevice to QOM realizeAndreas Färber2013-12-091-15/+27
* virtio-bus: cleanup plug/unplug interfacePaolo Bonzini2013-12-091-1/+6
* virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect de...yinyin2013-08-251-1/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-08-121-0/+5
|\
| * virtio: clear signalled_used_valid when switching from dataplaneStefan Hajnoczi2013-08-121-0/+5
* | hw/virtio/virtio: Don't allow guests to add/remove queuesPeter Maydell2013-08-091-3/+9
|/
* virtio: Support transports which can specify the vring alignmentPeter Maydell2013-07-191-3/+29
* virtio: Add support for guest setting of queue sizePeter Maydell2013-07-191-0/+8
* virtio: properly validate address before accessing configJason Wang2013-05-081-12/+18
* virtio: add virtio_device_set_child_bus_name.KONRAD Frederic2013-05-031-0/+24
* virtio: cleanup: init and exit function.KONRAD Frederic2013-04-241-16/+1
* virtio: remove virtiobindings.KONRAD Frederic2013-04-241-22/+27
* virtio: remove the function pointer.KONRAD Frederic2013-04-241-15/+28
* hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini2013-04-081-0/+1121
OpenPOWER on IntegriCloud