Revision d59044ef qemu-options.hx

b/qemu-options.hx
1742 1742
#endif
1743 1743
#if defined(__linux__) || defined(__sun__) || defined(__FreeBSD__) \
1744 1744
        || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
1745
    "-chardev serial,id=id,path=path[,mux=on|off]\n"
1745 1746
    "-chardev tty,id=id,path=path[,mux=on|off]\n"
1746 1747
#endif
1747 1748
#if defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__)
......
1910 1911

  
1911 1912
Send traffic from the guest to a serial device on the host.
1912 1913

  
1913
@option{serial} is
1914
only available on Windows hosts.
1914
On Unix hosts serial will actually accept any tty device,
1915
not only serial lines.
1915 1916

  
1916 1917
@option{path} specifies the name of the serial device to open.
1917 1918

  
......
1937 1938

  
1938 1939
@item -chardev tty ,id=@var{id} ,path=@var{path}
1939 1940

  
1940
Connect to a local tty device.
1941

  
1942 1941
@option{tty} is only available on Linux, Sun, FreeBSD, NetBSD, OpenBSD and
1943
DragonFlyBSD hosts.
1942
DragonFlyBSD hosts.  It is an alias for -serial.
1944 1943

  
1945 1944
@option{path} specifies the path to the tty. @option{path} is required.
1946 1945

  

Also available in: Unified diff