mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-09 23:15:46 -06:00
Add controller example into virt-install manual page
There was an example for USB controller, but to show all the sub-options, there was the master= option used without extra information about the fact that it is used for companion controllers only. So this patch adds second example in front of the previous one and re-words the description a little bit.
This commit is contained in:
parent
13c5ffc6cd
commit
54c6bb6bd1
@ -868,14 +868,18 @@ Applicable to USB companion controllers, to define the master bus startport.
|
||||
|
||||
=back
|
||||
|
||||
Example:
|
||||
Examples:
|
||||
|
||||
=over 4
|
||||
|
||||
=item B<--controller usb,model=ich9-ehci1,address=0:0:4.7,index=0>
|
||||
|
||||
Adds a ICH9 EHCI1 USB controller on PCI address 0:0:4.7
|
||||
|
||||
=item B<--controller usb,model=ich9-uhci2,address=0:0:4.7,index=0,master=2>
|
||||
|
||||
Adds a ICH9 USB companion controller on PCI address 0:0:4.7 with
|
||||
master bus 0 and first port 2.
|
||||
Adds a ICH9 UHCI2 USB companion controller for the previous master
|
||||
controller, ports start from port number 2.
|
||||
|
||||
=back
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user