On Wed, Dec 11, 2013 at 08:55:33PM +, Yaodong Yang wrote:
> I have a quick question about the virtio inside qemu. When the user
> application sends to a specific virtual disk a large number of read requests
> in a very short time, where should these requests be queued? Inside the
> virtqueue
Hi community,I have a quick question about the virtio inside qemu. When the user application sends to a specific virtual disk a large number of read requests in a very short time, where should these requests be queued? Inside the virtqueue? virtqueue available ring or the underlying bdrv_read_aio()