Eric Blake <ebl...@redhat.com> writes: > On 9/14/20 3:48 AM, Markus Armbruster wrote: >> Policy "crash" calls abort() when deprecated input is received. >> Bugs in integration tests may mask the error from policy "reject". >> Provide a larger hammer: crash outright. Masking that seems unlikely. >> Signed-off-by: Markus Armbruster <arm...@redhat.com> >> --- > >> +++ b/qemu-options.hx >> @@ -3392,7 +3392,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 >> @@ -3403,6 +3403,8 @@ SRST >> Accept deprecated commands and arguments >> ``deprecated-input=reject`` >> Reject deprecated commands and arguments >> + ``deprecated-input=crash`` >> + Crash on deprecated command > > Missing 'and arguments'?
Yes. > Otherwise, > Reviewed-by: Eric Blake <ebl...@redhat.com> Thanks!