mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
util: remove support -chardev tty and -chardev parport
These were deprecated in 6.0 and can now be removed. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8b902e3d23
commit
6f9f630836
5 changed files with 10 additions and 49 deletions
|
@ -3379,11 +3379,9 @@ DEF("chardev", HAS_ARG, QEMU_OPTION_chardev,
|
|||
#if defined(__linux__) || defined(__sun__) || defined(__FreeBSD__) \
|
||||
|| defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
|
||||
"-chardev serial,id=id,path=path[,mux=on|off][,logfile=PATH][,logappend=on|off]\n"
|
||||
"-chardev tty,id=id,path=path[,mux=on|off][,logfile=PATH][,logappend=on|off]\n"
|
||||
#endif
|
||||
#if defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
"-chardev parallel,id=id,path=path[,mux=on|off][,logfile=PATH][,logappend=on|off]\n"
|
||||
"-chardev parport,id=id,path=path[,mux=on|off][,logfile=PATH][,logappend=on|off]\n"
|
||||
#endif
|
||||
#if defined(CONFIG_SPICE)
|
||||
"-chardev spicevmc,id=id,name=name[,debug=debug][,logfile=PATH][,logappend=on|off]\n"
|
||||
|
@ -3398,7 +3396,7 @@ The general form of a character device option is:
|
|||
``-chardev backend,id=id[,mux=on|off][,options]``
|
||||
Backend is one of: ``null``, ``socket``, ``udp``, ``msmouse``,
|
||||
``vc``, ``ringbuf``, ``file``, ``pipe``, ``console``, ``serial``,
|
||||
``pty``, ``stdio``, ``braille``, ``tty``, ``parallel``, ``parport``,
|
||||
``pty``, ``stdio``, ``braille``, ``parallel``,
|
||||
``spicevmc``, ``spiceport``. The specific backend will determine the
|
||||
applicable options.
|
||||
|
||||
|
@ -3622,15 +3620,8 @@ The available backends are:
|
|||
Connect to a local BrlAPI server. ``braille`` does not take any
|
||||
options.
|
||||
|
||||
``-chardev tty,id=id,path=path``
|
||||
``tty`` is only available on Linux, Sun, FreeBSD, NetBSD, OpenBSD
|
||||
and DragonFlyBSD hosts. It is an alias for ``serial``.
|
||||
|
||||
``path`` specifies the path to the tty. ``path`` is required.
|
||||
|
||||
``-chardev parallel,id=id,path=path``
|
||||
\
|
||||
``-chardev parport,id=id,path=path``
|
||||
``parallel`` is only available on Linux, FreeBSD and DragonFlyBSD
|
||||
hosts.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue