mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Add a new controller type 'usb' with optionnal 'model'
The model by default is piix3-uchi. Example: <controller type='usb' index='0' model='ich9-ehci'/>
This commit is contained in:
committed by
Daniel Veillard
parent
2e4b5243b2
commit
d6d54cd19e
@@ -1219,17 +1219,22 @@
|
||||
|
||||
<p>
|
||||
Each controller has a mandatory attribute <code>type</code>,
|
||||
which must be one of "ide", "fdc", "scsi", "sata", "ccid", or
|
||||
"virtio-serial", and a mandatory attribute <code>index</code>
|
||||
which is the decimal integer describing in which order the bus
|
||||
controller is encountered (for use in <code>controller</code>
|
||||
attributes of <code><address></code> elements). The
|
||||
"virtio-serial" controller has two additional optional
|
||||
which must be one of "ide", "fdc", "scsi", "sata", "usb",
|
||||
"ccid", or "virtio-serial", and a mandatory
|
||||
attribute <code>index</code> which is the decimal integer
|
||||
describing in which order the bus controller is encountered (for
|
||||
use in <code>controller</code> attributes
|
||||
of <code><address></code> elements). The "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. A "scsi" controller has an optional
|
||||
attribute <code>model</code>, which is one of "auto",
|
||||
"buslogic", "lsilogic", "lsias1068", or "vmpvscsi".
|
||||
A "usb" controller has an optional attribute <code>model</code>,
|
||||
which is one of "piix3-uhci", "piix4-uhci", "ehci",
|
||||
"ich9-ehci1", "ich9-uhci1", "ich9-uhci2", "ich9-uhci3",
|
||||
"vt82c686b-uhci" or "pci-ohci".
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -878,6 +878,7 @@
|
||||
<value>scsi</value>
|
||||
<value>sata</value>
|
||||
<value>ccid</value>
|
||||
<value>usb</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</optional>
|
||||
|
||||
Reference in New Issue
Block a user