|
@@ -38,6 +38,9 @@ DEF("machine", HAS_ARG, QEMU_OPTION_machine, \
|
|
" nvdimm=on|off controls NVDIMM support (default=off)\n"
|
|
" nvdimm=on|off controls NVDIMM support (default=off)\n"
|
|
" memory-encryption=@var{} memory encryption object to use (default=none)\n"
|
|
" memory-encryption=@var{} memory encryption object to use (default=none)\n"
|
|
" hmat=on|off controls ACPI HMAT support (default=off)\n"
|
|
" hmat=on|off controls ACPI HMAT support (default=off)\n"
|
|
|
|
+#ifdef CONFIG_POSIX
|
|
|
|
+ " aux-ram-share=on|off allocate auxiliary guest RAM as shared (default: off)\n"
|
|
|
|
+#endif
|
|
" memory-backend='backend-id' specifies explicitly provided backend for main RAM (default=none)\n"
|
|
" memory-backend='backend-id' specifies explicitly provided backend for main RAM (default=none)\n"
|
|
" cxl-fmw.0.targets.0=firsttarget,cxl-fmw.0.targets.1=secondtarget,cxl-fmw.0.size=size[,cxl-fmw.0.interleave-granularity=granularity]\n",
|
|
" cxl-fmw.0.targets.0=firsttarget,cxl-fmw.0.targets.1=secondtarget,cxl-fmw.0.size=size[,cxl-fmw.0.interleave-granularity=granularity]\n",
|
|
QEMU_ARCH_ALL)
|
|
QEMU_ARCH_ALL)
|
|
@@ -101,6 +104,14 @@ SRST
|
|
Enables or disables ACPI Heterogeneous Memory Attribute Table
|
|
Enables or disables ACPI Heterogeneous Memory Attribute Table
|
|
(HMAT) support. The default is off.
|
|
(HMAT) support. The default is off.
|
|
|
|
|
|
|
|
+ ``aux-ram-share=on|off``
|
|
|
|
+ Allocate auxiliary guest RAM as an anonymous file that is
|
|
|
|
+ shareable with an external process. This option applies to
|
|
|
|
+ memory allocated as a side effect of creating various devices.
|
|
|
|
+ It does not apply to memory-backend-objects, whether explicitly
|
|
|
|
+ specified on the command line, or implicitly created by the -m
|
|
|
|
+ command line option. The default is off.
|
|
|
|
+
|
|
``memory-backend='id'``
|
|
``memory-backend='id'``
|
|
An alternative to legacy ``-mem-path`` and ``mem-prealloc`` options.
|
|
An alternative to legacy ``-mem-path`` and ``mem-prealloc`` options.
|
|
Allows to use a memory backend as main RAM.
|
|
Allows to use a memory backend as main RAM.
|