index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio.c
Age
Commit message (
Expand
)
Author
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
2013-12-09
virtio: Complete converting VirtioDevice to QOM realize
Andreas Färber
2013-12-09
virtio: Start converting VirtioDevice to QOM realize
Andreas Färber
2013-12-09
virtio-bus: cleanup plug/unplug interface
Paolo Bonzini
2013-08-25
virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect de...
yinyin
2013-08-12
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-08-12
virtio: clear signalled_used_valid when switching from dataplane
Stefan Hajnoczi
2013-08-09
hw/virtio/virtio: Don't allow guests to add/remove queues
Peter Maydell
2013-07-19
virtio: Support transports which can specify the vring alignment
Peter Maydell
2013-07-19
virtio: Add support for guest setting of queue size
Peter Maydell
2013-05-08
virtio: properly validate address before accessing config
Jason Wang
2013-05-03
virtio: add virtio_device_set_child_bus_name.
KONRAD Frederic
2013-04-24
virtio: cleanup: init and exit function.
KONRAD Frederic
2013-04-24
virtio: remove virtiobindings.
KONRAD Frederic
2013-04-24
virtio: remove the function pointer.
KONRAD Frederic
2013-04-08
hw: move virtio devices to hw/ subdirectories
Paolo Bonzini