[virt-tools-list] [virt-manager PATCH 3/3] Fix addresses in manual

Martin Kletzander mkletzan at redhat.com
Mon Sep 2 15:21:34 UTC 2013


Mention multifunction usage in manual, fix double use of PCI address
and also fix the format of PCI the address described (we parse and use
dot everywhere, but there was a colon on one place in man).

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 man/virt-install.pod | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/man/virt-install.pod b/man/virt-install.pod
index 6106d8f..02d2aef 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -853,7 +853,7 @@ see C<http://libvirt.org/formatdomain.html#elementsControllers>.

 =item B<address>

-Controller address, current PCI of form 'bus:domain:slot:function'.
+Controller address, current PCI of form 'bus:domain:slot.function'.

 =item B<index>

@@ -870,15 +870,18 @@ Examples:

 =over 4

-=item B<--controller usb,model=ich9-ehci1,address=0:0:4.7,index=0>
+=item B<--controller usb,model=ich9-ehci1,address=0:0:4.0,index=0>

-Adds a ICH9 EHCI1 USB controller on PCI address 0:0:4.7
+Adds a ICH9 EHCI1 USB controller on PCI address 0:0:4.0

 =item B<--controller usb,model=ich9-uhci2,address=0:0:4.7,index=0,master=2>

 Adds a ICH9 UHCI2 USB companion controller for the previous master
 controller, ports start from port number 2.

+The parameter multifunction='on' will be added automatically to the
+proper device (if needed).  This applies to all PCI devices.
+
 =back

 =item --host-device=HOSTDEV
-- 
1.8.3.2




More information about the virt-tools-list mailing list