qemu-option: do not suggest using the delay option
commitfe636424caabb4e8b5b96d8a994f58e321bd71d9
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 25 Feb 2021 10:51:30 +0000 (25 11:51 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 6 Mar 2021 10:42:57 +0000 (6 11:42 +0100)
tree913bc6f2571cfa74a78f9ed929b58b73dc6e2776
parentf3126d65b393c015e8f87763fdccee99bb1119af
qemu-option: do not suggest using the delay option

The "delay" option was a hack that was introduced to allow writing "nodelay".
We are adding a "nodelay" option to be used as "nodelay=on", so recommend it
instead of "delay".

This is quite ugly, but a proper deprecation of "delay"
cannot be done if QEMU starts suggesting it.  Since it's the
only case I opted for this very much ad-hoc patch.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
docs/system/deprecated.rst
util/qemu-option.c