On Sun, Dec 01, 2013 at 05:12:52AM +, 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
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?Thanks a lot!typedef struct VRing{ unsigne