All of lore.kernel.org
 help / color / mirror / Atom feed
From: Elliott Mitchell <ehem+xen@m5p.com>
To: xen-devel@lists.xenproject.org
Cc: Wei Liu <wl@xen.org>
Cc: Anthony PERARD <anthony.perard@citrix.com>
Subject: [PATCH 02/10] docs: xlexample.*: Use consistent vCPU count
Date: Sat, 9 Jan 2021 09:54:16 -0800	[thread overview]
Message-ID: <c5351daa5561e143efa4613104246a248438af0b.1650420617.git.ehem+xen@m5p.com> (raw)
In-Reply-To: <cover.1650420617.git.ehem+xen@m5p.com>

Make all examples use the same number of vCPUs.  Hopefully this avoids
confusing attempts at benchmarking during installation.

Signed-off-by: Elliott Mitchell <ehem+xen@m5p.com>
---
 tools/examples/xlexample.hvm      | 2 +-
 tools/examples/xlexample.pvhlinux | 2 +-
 tools/examples/xlexample.pvlinux  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm
index c2db4f237a..ed821fea87 100644
--- a/tools/examples/xlexample.hvm
+++ b/tools/examples/xlexample.hvm
@@ -30,7 +30,7 @@ memory = 128
 #maxmem = 512
 
 # Number of VCPUS
-vcpus = 2
+vcpus = 3
 
 # Network devices
 # A list of 'vifspec' entries as described in
diff --git a/tools/examples/xlexample.pvhlinux b/tools/examples/xlexample.pvhlinux
index 18305b80af..49961e4687 100644
--- a/tools/examples/xlexample.pvhlinux
+++ b/tools/examples/xlexample.pvhlinux
@@ -29,7 +29,7 @@ extra = "root=/dev/xvda1"
 memory = 512
 
 # Number of VCPUS
-vcpus = 4
+vcpus = 3
 
 # Network devices
 # A list of 'vifspec' entries as described in
diff --git a/tools/examples/xlexample.pvlinux b/tools/examples/xlexample.pvlinux
index bb5996b29f..0c7a535f39 100644
--- a/tools/examples/xlexample.pvlinux
+++ b/tools/examples/xlexample.pvlinux
@@ -31,7 +31,7 @@ memory = 128
 #maxmem = 512
 
 # Number of VCPUS
-vcpus = 2
+vcpus = 3
 
 # Network devices
 # A list of 'vifspec' entries as described in
-- 
2.30.2



  parent reply	other threads:[~2022-04-20  2:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20  2:10 [PATCH 00/10] Increase consistency of domain examples Elliott Mitchell
2021-01-09 17:52 ` [PATCH 01/10] docs: xlexample.hvm: Mention this isn't useful for other guests Elliott Mitchell
2021-01-09 17:54 ` Elliott Mitchell [this message]
2021-01-09 17:58 ` [PATCH 03/10] docs: xlexample.*: Use consistent initial memory Elliott Mitchell
2021-01-09 18:01 ` [PATCH 04/10] docs: xlexample.pvhlinux: Add commented maxmem setting Elliott Mitchell
2021-01-09 20:08 ` [PATCH 06/10] docs: xlexample.hvm: Add reference to nographic option Elliott Mitchell
2021-01-09 20:11 ` [PATCH 07/10] docs: xlexample.pvhlinux: Make disk setting consistent with other examples Elliott Mitchell
2021-01-09 20:13 ` [PATCH 08/10] docs: xlexample.hvm: Fix grammmer Elliott Mitchell
2021-01-09 20:16 ` [PATCH 09/10] docs: xlexample.pvlinux: Add "type" setting Elliott Mitchell
2021-01-09 20:20 ` [PATCH 10/10] docs: xlexample.pvhlinux: Use similar text to other examples Elliott Mitchell
2021-01-09 22:44 ` [PATCH 05/10] docs: xlexample.hvm: Fix maxmem value Elliott Mitchell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c5351daa5561e143efa4613104246a248438af0b.1650420617.git.ehem+xen@m5p.com \
    --to=ehem+xen@m5p.com \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.