qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 3/9] doc: add item for "-M enforce-config-section"


From: Dr. David Alan Gilbert (git)
Subject: [Qemu-devel] [PULL 3/9] doc: add item for "-M enforce-config-section"
Date: Mon, 10 Jul 2017 18:10:34 +0100

From: Peter Xu <address@hidden>

It's never documented, and now we have one more parameter for it (which
obsoletes this one). Document it properly.

Suggested-by: Eduardo Habkost <address@hidden>
Signed-off-by: Peter Xu <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Greg Kurz <address@hidden>
Reviewed-by: Eduardo Habkost <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>
  Removed 'Although now' commit message as per Eduardo's review
---
 qemu-options.hx | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/qemu-options.hx b/qemu-options.hx
index ddab656eb3..76b1c67737 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -85,6 +85,12 @@ Enables or disables NVDIMM support. The default is off.
 @item s390-squash-mcss=on|off
 Enables or disables squashing subchannels into the default css.
 The default is off.
address@hidden enforce-config-section=on|off
+If @option{enforce-config-section} is set to @var{on}, force migration
+code to send configuration section even if the machine-type sets the
address@hidden property to @var{off}.
+NOTE: this parameter is deprecated. Please use @option{-global}
address@hidden@var{on|off} instead.
 @end table
 ETEXI
 
-- 
2.13.0




reply via email to

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