diff options
| author | Thomas Huth | 2018-05-04 17:13:10 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2018-05-09 00:13:39 +0200 |
| commit | 454012997e0818e371750893c87c28c155ef14e3 (patch) | |
| tree | 6abcc4247508cc98146af6795fd2995fdd4b6e35 /qemu-options.hx | |
| parent | target/i386: sev: fix memory leaks (diff) | |
| download | qemu-454012997e0818e371750893c87c28c155ef14e3.tar.gz qemu-454012997e0818e371750893c87c28c155ef14e3.tar.xz qemu-454012997e0818e371750893c87c28c155ef14e3.zip | |
qemu-options: Mark -virtioconsole as deprecated
The qemu-doc already states that this option is only maintained for
backward compatibility and "-device virtconsole" should be used
instead. So let's take the next step and mark this option officially
as deprecated.
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1525446790-16139-1-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-options.hx')
| -rw-r--r-- | qemu-options.hx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index c611766390..091ded6e0c 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -3675,10 +3675,7 @@ STEXI @item -virtioconsole @var{c} @findex -virtioconsole Set virtio console. - -This option is maintained for backward compatibility. - -Please use @code{-device virtconsole} for the new way of invocation. +This option is deprecated, please use @option{-device virtconsole} instead. ETEXI DEF("show-cursor", 0, QEMU_OPTION_show_cursor, \ |
