|
@@ -3508,7 +3508,7 @@ DEFHEADING()
|
|
|
DEFHEADING(Debug/Expert options:)
|
|
|
|
|
|
DEF("compat", HAS_ARG, QEMU_OPTION_compat,
|
|
|
- "-compat [deprecated-input=accept|reject][,deprecated-output=accept|hide]\n"
|
|
|
+ "-compat [deprecated-input=accept|reject|crash][,deprecated-output=accept|hide]\n"
|
|
|
" Policy for handling deprecated management interfaces\n",
|
|
|
QEMU_ARCH_ALL)
|
|
|
SRST
|
|
@@ -3519,6 +3519,8 @@ SRST
|
|
|
Accept deprecated commands and arguments
|
|
|
``deprecated-input=reject``
|
|
|
Reject deprecated commands and arguments
|
|
|
+ ``deprecated-input=crash``
|
|
|
+ Crash on deprecated commands and arguments
|
|
|
``deprecated-output=accept`` (default)
|
|
|
Emit deprecated command results and events
|
|
|
``deprecated-output=hide``
|