diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-01-03 20:10:23 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-01-27 18:07:58 +0100 |
commit | 4602450a5941ecf8b1c5b9b9ed4809305d7baa17 (patch) | |
tree | 7edc1dd970a031e30c9be8c62703c2aaacd7eedb /qemu-options.hx | |
parent | 7a00875183c8edcbbee5540e97fab6c7f82a2a43 (diff) |
qemu-options: stdio is available on win32
Available since commit db418a0a7ef5887ea0f3d167584e6f500bb0c4c5
(October 2011, qemu 1.0)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index b1baa0d8f9..dd947267d1 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2430,8 +2430,6 @@ Connect to standard input and standard output of the QEMU process. exiting QEMU with the key sequence @key{Control-c}. This option is enabled by default, use @option{signal=off} to disable it. -@option{stdio} is not available on Windows hosts. - @item -chardev braille ,id=@var{id} Connect to a local BrlAPI server. @option{braille} does not take any options. |