mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
qemu-options: Remove deprecated "-virtioconsole" option
It's been deprecated since QEMU 3.0, and nobody complained so far, so it is time to remove this option now. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1544684731-18828-1-git-send-email-thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
292fa230cb
commit
9fd7e96aab
5 changed files with 1 additions and 80 deletions
|
@ -3616,16 +3616,6 @@ character to Control-t.
|
|||
@end table
|
||||
ETEXI
|
||||
|
||||
DEF("virtioconsole", HAS_ARG, QEMU_OPTION_virtiocon, \
|
||||
"-virtioconsole c\n" \
|
||||
" set virtio console\n", QEMU_ARCH_ALL)
|
||||
STEXI
|
||||
@item -virtioconsole @var{c}
|
||||
@findex -virtioconsole
|
||||
Set virtio console.
|
||||
This option is deprecated, please use @option{-device virtconsole} instead.
|
||||
ETEXI
|
||||
|
||||
DEF("show-cursor", 0, QEMU_OPTION_show_cursor, \
|
||||
"-show-cursor show cursor\n", QEMU_ARCH_ALL)
|
||||
STEXI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue