>
> Have you looked at the virtio specification?
No.
> This describes
> the overall structure and communication mechanism, which
> QEMU and Linux each only implement one half of:
> http://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html
Thanks Peter. This doc looks me interesting.
---
Hi All,
I am also exploring virtio implementation in qemu, I try to understand
virtio in linux(guest) and qemu, but I am not able to understand I/O stack
between linux to qemu.
here is what I find difficulty in understanding the code,
1. Qemu virtio datastructures are not so clear.
2. I didn't f