mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
machine: remove deprecated -machine enforce-config-section option
Deprecated since 3.1 and complicates the initialization sequence, remove it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7a3b7f6b94
commit
9f2931bc65
5 changed files with 6 additions and 48 deletions
|
@ -34,7 +34,6 @@ DEF("machine", HAS_ARG, QEMU_OPTION_machine, \
|
|||
" dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n"
|
||||
" suppress-vmdesc=on|off disables self-describing migration (default=off)\n"
|
||||
" nvdimm=on|off controls NVDIMM support (default=off)\n"
|
||||
" enforce-config-section=on|off enforce configuration section migration (default=off)\n"
|
||||
" memory-encryption=@var{} memory encryption object to use (default=none)\n"
|
||||
" hmat=on|off controls ACPI HMAT support (default=off)\n",
|
||||
QEMU_ARCH_ALL)
|
||||
|
@ -91,13 +90,6 @@ SRST
|
|||
``nvdimm=on|off``
|
||||
Enables or disables NVDIMM support. The default is off.
|
||||
|
||||
``enforce-config-section=on|off``
|
||||
If ``enforce-config-section`` is set to on, force migration code
|
||||
to send configuration section even if the machine-type sets the
|
||||
``migration.send-configuration`` property to off. NOTE: this
|
||||
parameter is deprecated. Please use ``-global``
|
||||
``migration.send-configuration``\ =on\|off instead.
|
||||
|
||||
``memory-encryption=``
|
||||
Memory encryption object to use. The default is none.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue