Re: [Qemu-devel] [PATCH 5/8] virtio: Implement MMIO based virtio transport

2013-07-08 Thread Anthony Liguori
Peter Maydell writes: > Add support for the generic MMIO based virtio transport. > > This patch includes some fixes for bugs spotted by > Ying-Shiuan Pan . > > Signed-off-by: Peter Maydell > [Fred changes: updated to new virtio-bus mechanisms] > Signed-off-by: KONRAD Frederic > [PMM changes: >

[Qemu-devel] [PATCH 5/8] virtio: Implement MMIO based virtio transport

2013-06-27 Thread Peter Maydell
Add support for the generic MMIO based virtio transport. This patch includes some fixes for bugs spotted by Ying-Shiuan Pan . Signed-off-by: Peter Maydell [Fred changes: updated to new virtio-bus mechanisms] Signed-off-by: KONRAD Frederic [PMM changes: * fixed trivial makefile conflict * remo