6ae9ed
From c7e89383dcdf9bfb6a51c0b22cacbf54bd44995d Mon Sep 17 00:00:00 2001
6ae9ed
Message-Id: <c7e89383dcdf9bfb6a51c0b22cacbf54bd44995d@dist-git>
6ae9ed
From: Peter Krempa <pkrempa@redhat.com>
6ae9ed
Date: Fri, 26 Aug 2016 15:45:25 -0400
6ae9ed
Subject: [PATCH] doc: clarify documentation for vcpu order
6ae9ed
6ae9ed
https://bugzilla.redhat.com/show_bug.cgi?id=1097930
6ae9ed
https://bugzilla.redhat.com/show_bug.cgi?id=1224341
6ae9ed
6ae9ed
Make it clear that vcpu order is valid for online vcpus only and state
6ae9ed
that it has to be specified for all vcpus or not provided at all.
6ae9ed
6ae9ed
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1370043
6ae9ed
(cherry picked from commit 54147fd9be31838904f6f2251510da91a1bd0ca7)
6ae9ed
---
6ae9ed
 docs/formatdomain.html.in | 7 ++++---
6ae9ed
 1 file changed, 4 insertions(+), 3 deletions(-)
6ae9ed
6ae9ed
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
6ae9ed
index a838bff..c080bdf 100644
6ae9ed
--- a/docs/formatdomain.html.in
6ae9ed
+++ b/docs/formatdomain.html.in
6ae9ed
@@ -564,11 +564,12 @@
6ae9ed
         all disabled vcpus must be hotpluggable. Valid values are
6ae9ed
         yes and no.
6ae9ed
 
6ae9ed
-        order allows to specify the order to add the vcpus. For
6ae9ed
-        hypervisors/platforms that require to insert multiple vcpus at once
6ae9ed
+        order allows to specify the order to add the online vcpus.
6ae9ed
+        For hypervisors/platforms that require to insert multiple vcpus at once
6ae9ed
         the order may be be duplicated accross all vcpus that need to be
6ae9ed
         enabled at once. Specifying order is not necessary, vcpus are then
6ae9ed
-        added in an arbitrary order.
6ae9ed
+        added in an arbitrary order. If order info is used, it must be used for
6ae9ed
+        all online vcpus.
6ae9ed
 
6ae9ed
         Note that hypervisors may create hotpluggable vcpus differently from
6ae9ed
         boot vcpus thus special initialization may be necessary.
6ae9ed
-- 
6ae9ed
2.10.0
6ae9ed