Revision 2d0530abe27bf5dce5aca269fbb2aa16e0ee88eb authored by Peter Maydell on 22 January 2024, 16:36:07 UTC, committed by Michael Tokarev on 09 February 2024, 07:44:49 UTC
The -serial option documentation is a bit brief about '-serial none'
and '-serial null'. In particular it's not very clear about the
difference between them, and it doesn't mention that it's up to
the machine model whether '-serial none' means "don't create the
serial port" or "don't wire the serial port up to anything".

Expand on these points.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240122163607.459769-3-peter.maydell@linaro.org
(cherry picked from commit 747bfaf3a9d2f3cd51674763dc1f7575100cd200)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent e2a12fa
History
File Mode Size
installer
vss-win32
channel-posix.c -rw-r--r-- 8.7 KB
channel-win32.c -rw-r--r-- 10.1 KB
channel.h -rw-r--r-- 964 bytes
commands-bsd.c -rw-r--r-- 5.3 KB
commands-common.h -rw-r--r-- 2.1 KB
commands-linux.c -rw-r--r-- 8.6 KB
commands-posix-ssh.c -rw-r--r-- 12.7 KB
commands-posix.c -rw-r--r-- 95.6 KB
commands-win32.c -rw-r--r-- 77.0 KB
commands.c -rw-r--r-- 17.6 KB
cutils.c -rw-r--r-- 670 bytes
cutils.h -rw-r--r-- 125 bytes
guest-agent-command-state.c -rw-r--r-- 1.7 KB
guest-agent-core.h -rw-r--r-- 1.6 KB
main.c -rw-r--r-- 49.1 KB
meson.build -rw-r--r-- 7.1 KB
messages-win32.mc -rw-r--r-- 118 bytes
qapi-schema.json -rw-r--r-- 44.8 KB
service-win32.c -rw-r--r-- 5.5 KB
service-win32.h -rw-r--r-- 1.0 KB
vss-win32.c -rw-r--r-- 4.5 KB
vss-win32.h -rw-r--r-- 673 bytes

back to top