[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] [Qemu-devel] virtio virt-queue and virt-ring
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-discuss] [Qemu-devel] virtio virt-queue and virt-ring |
Date: |
Tue, 3 Dec 2013 16:24:42 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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