On 05/07/2014 01:13 AM, Mike Perez wrote:
Hi everyone,
I would like be able to configure virtio-scsi options num_queues, max_sectors,
and cmd_per_lun via libvirt. Are there any plans to have this support?
num_queues is supported for virtio-scsi controllers since libvirt 1.0.5:
<controller type='scsi' index='0' model='virtio-scsi'>
<driver queues='8'/>
</controller>
http://libvirt.org/git/?p=libvirt.git;a=commit;h=d4bf0a9
Jan