Re: [Qemu-devel] A question about virtio inside qemu

2013-12-12 Thread Stefan Hajnoczi
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

[Qemu-devel] A question about virtio inside qemu

2013-12-11 Thread Yaodong Yang
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()