Osier Yang d4bf0a9378 qemu: Support multiple queue virtio-scsi
This introduce a new attribute "num_queues" (same with the good name
QEMU uses) for virtio-scsi controller. An example of the XML:

<controller type='scsi' index='0' model='virtio-scsi' num_queues='8'/>

The corresponding QEMU command line:

-device virtio-scsi-pci,id=scsi0,num_queues=8,bus=pci.0,addr=0x3 \
2013-04-06 10:08:47 +08:00
..
2012-10-12 00:03:43 +02:00
2012-10-12 00:03:43 +02:00
2011-04-01 16:03:11 -06:00
2009-11-06 16:05:18 +01:00
2011-10-29 19:50:48 +02:00
2012-12-06 16:15:54 -07:00
2009-09-22 12:55:39 +02:00
2013-01-30 09:37:03 +01:00
2011-03-28 10:40:24 +08:00
2009-07-16 15:06:42 +02:00
2013-04-01 10:57:04 +08:00
2009-07-29 09:04:21 +01:00
2012-10-12 00:03:43 +02:00
2012-08-10 10:58:38 +02:00
2013-03-20 21:47:49 +08:00
2011-05-11 08:18:04 -06:00
2011-04-01 16:03:11 -06:00