Virtio: Add virtio-mmio support.
authorEvgeny Voevodin <e.voevodin@samsung.com>
Wed, 13 Jun 2012 07:40:54 +0000 (11:40 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Fri, 15 Jun 2012 07:22:24 +0000 (11:22 +0400)
commit0fba2c3db55f183f5a1727c749d1b6ab164d68a5
tree2010205e16b2159163df2f3ef2c066565abba878
parentf68958c6832f53dbbb15d0affcb27fb3b63db3e9
Virtio: Add virtio-mmio support.

We need this patch-set be included to let ARM board use virtio
interface to speed up execution.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
14 files changed:
Makefile.objs
hw/virtio-balloon.c
hw/virtio-balloon.h
hw/virtio-blk.c
hw/virtio-blk.h
hw/virtio-mmio.c [new file with mode: 0644]
hw/virtio-net.c
hw/virtio-net.h
hw/virtio-serial-bus.c
hw/virtio-serial.h
hw/virtio-transport.c [new file with mode: 0644]
hw/virtio-transport.h [new file with mode: 0644]
hw/virtio.c
hw/virtio.h