
2011/1/18 Eric Blake <eblake@redhat.com>:
On 01/18/2011 03:06 PM, Matthias Bolte wrote:
+ "virtio-serial" controller has two additional optional + attributes <code>ports</code> and <code>vectors</code>, which + control how many devices can be connected through the + controller. Some controllers have an optional + attribute <code>model</code>, which is one of "auto", + "buslogic", "lsilogic", "lsias1068", or "vmpvscsi". + </p>
The listed model values are specific for the scsi controller type.
Again, I was going off of domain.rng, which allows those everywhere; time for me to double-check what domain_conf.c permits...
They are allowed everywhere, but are only meaningful for a SCSI controller in a VMware domain. All other drivers currently ignore the controller model. Matthias