qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] numa: fix missing '-numa cpu' in '-help' output


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH] numa: fix missing '-numa cpu' in '-help' output
Date: Tue, 28 Nov 2017 10:59:57 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 11/28/2017 08:53 AM, Igor Mammedov wrote:
commit 419fcdec3c (numa: add '-numa cpu,...' option for property based node 
mapping)
added '-numa cpu' option but forgot to update appropriate section for '--help'.
Add '-numa cpu' description to '-help' output

Reported-by: Markus Armbruster <address@hidden>
Signed-off-by: Igor Mammedov <address@hidden>
---
  qemu-options.hx | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)

Documentation only; safe for 2.11 if it makes it through someone's tree (although we're cutting it close); and harmless if it waits for 2.12 instead.

Reviewed-by: Eric Blake <address@hidden>


diff --git a/qemu-options.hx b/qemu-options.hx
index df19cf2..972a5c6 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -163,7 +163,9 @@ ETEXI
  DEF("numa", HAS_ARG, QEMU_OPTION_numa,
      "-numa node[,mem=size][,cpus=firstcpu[-lastcpu]][,nodeid=node]\n"
      "-numa node[,memdev=id][,cpus=firstcpu[-lastcpu]][,nodeid=node]\n"
-    "-numa dist,src=source,dst=destination,val=distance\n", QEMU_ARCH_ALL)
+    "-numa dist,src=source,dst=destination,val=distance\n"
+    "-numa cpu,node-id=node[,socket-id=x][,core-id=y][,thread-id=z]\n",
+    QEMU_ARCH_ALL)
  STEXI
  @item -numa node[,address@hidden,address@hidden@var{lastcpu}]][,address@hidden
  @itemx -numa 
node[,address@hidden,address@hidden@var{lastcpu}]][,address@hidden


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]