[SeaBIOS] does virtio-pci support more queues?

Zhenwei Pi p_ace at 126.com
Wed Apr 19 15:08:17 CEST 2017


Hi,

I did a very simple test :
1, modify qemu/hw/block/virtio-blk.c, let virtio-blk use 256 queue:
*s->vq = virtio_add_queue(vdev, 128, virtio_blk_handle_output);*
--> *s->vq = virtio_add_queue(vdev, 256 , virtio_blk_handle_output);*

**
2, compile qemu and run a VM which boots from virtio-blk disk.


The VM can NOT boot because seabios use macro MAX_QUEUE_NUM as 128.
So, does virtio-pci support more queues?
Looking forward your reply!



-- 
Rather than love ,than money ,than faith,than fame,than fairness,give me truth.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/seabios/attachments/20170419/50802ef8/attachment.html>


More information about the SeaBIOS mailing list