]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
doc: add item for "-M enforce-config-section"
authorPeter Xu <peterx@redhat.com>
Fri, 7 Jul 2017 02:54:08 +0000 (10:54 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 10 Jul 2017 16:52:21 +0000 (17:52 +0100)
It's never documented, and now we have one more parameter for it (which
obsoletes this one). Document it properly.

Suggested-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <1499396048-21657-1-git-send-email-peterx@redhat.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
  Removed 'Although now' commit message as per Eduardo's review

qemu-options.hx

index ddab656eb37f7fb7104c9ffed1f0e9499d1a8013..76b1c677373da5e8d2f1f2f87715e6a4bb66e282 100644 (file)
@@ -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.
+@item 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
+@option{migration.send-configuration} property to @var{off}.
+NOTE: this parameter is deprecated. Please use @option{-global}
+@option{migration.send-configuration}=@var{on|off} instead.
 @end table
 ETEXI