[virt-tools-list] [virt-manager PATCH] Add controller example into virt-install manual page
Martin Kletzander
mkletzan at redhat.com
Fri Apr 26 11:02:25 UTC 2013
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.
Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
Pushed as a 'trivial'.
---
man/virt-install.pod | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/man/virt-install.pod b/man/virt-install.pod
index bf00284..f7b8cf6 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -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
--
1.8.2.1
More information about the virt-tools-list
mailing list