On Sun, Dec 01, 2013 at 05:12:52AM +0000, Yaodong Yang wrote: > Inside file ./hw/virtio/virtio.c, The following structs are defined. I > understood that for each virtual disk, there is a corresponding queue and > this queue is implemented by a ring. My questions is what is the meaning of > each element inside struct VRing?
Please see the virtio specification: https://github.com/rustyrussell/virtio-spec It defines the virtio-blk device. Stefan
