]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
docs: More precisely describe memory-backend-*::id's user
authorRobert Hoo <robert.hu@linux.intel.com>
Thu, 22 Apr 2021 08:42:02 +0000 (16:42 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 3 May 2021 08:07:41 +0000 (10:07 +0200)
'id' of memory-backend-{file,ram} is not only for '-numa''s reference, but
also other parameters like '-device nvdimm'.
More clearly call out this to avoid misinterpretation.

Signed-off-by: Robert Hoo <robert.hu@linux.intel.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1619080922-83527-1-git-send-email-robert.hu@linux.intel.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
qemu-options.hx

index fd21002bd61d5fe96ef8ce582d8482f3125f6cc5..635dc8a6243abffd6e4bce4356d3ea9a9416c14c 100644 (file)
@@ -4508,11 +4508,11 @@ SRST
         the guest RAM with huge pages.
 
         The ``id`` parameter is a unique ID that will be used to
-        reference this memory region when configuring the ``-numa``
-        argument.
+        reference this memory region in other parameters, e.g. ``-numa``,
+        ``-device nvdimm``, etc.
 
         The ``size`` option provides the size of the memory region, and
-        accepts common suffixes, eg ``500M``.
+        accepts common suffixes, e.g. ``500M``.
 
         The ``mem-path`` provides the path to either a shared memory or
         huge page filesystem mount.