Blob Blame History Raw
From 9ea7f731ae0141f8ced2c3dc06361fb816248104 Mon Sep 17 00:00:00 2001
From: Martin Kletzander <mkletzan@redhat.com>
Date: Mon, 2 Sep 2013 16:58:59 +0200
Subject: [RHEL-7.0 virt-manager PATCH] Fix addresses in manual

https://bugzilla.redhat.com/show_bug.cgi?id=956700

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).

(cherry picked from commit 2dcba19f8c1321fb79c995e125411a5ce72ada37)
---
 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 b46638c..f1e5a90 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -855,7 +855,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>

@@ -872,15 +872,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