[Qemu-devel] virtio queue

2013-11-30 Thread Yaodong Yang
Hi all,At any given time, how do we get the number of IO requests for a certain disk in the virtqueue? These requests are waiting for the process.Thanks!Yaodong 

[Qemu-devel] virtio queue in qemu

2013-11-26 Thread Yaodong Yang
Hi all,How to get the number of io requests inside the virtio queue, from a linux guest vm to a given virtual disk, in a given time?Thanks!