From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cR0Wy-00051e-3h for qemu-devel@nongnu.org; Tue, 10 Jan 2017 12:48:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cR0Ww-0007hP-GZ for qemu-devel@nongnu.org; Tue, 10 Jan 2017 12:48:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56442) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cR0Ww-0007go-AK for qemu-devel@nongnu.org; Tue, 10 Jan 2017 12:48:18 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6513561B8C for ; Tue, 10 Jan 2017 17:48:18 +0000 (UTC) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 10 Jan 2017 18:47:52 +0100 Message-Id: <20170110174810.17748-3-marcandre.lureau@redhat.com> In-Reply-To: <20170110174810.17748-1-marcandre.lureau@redhat.com> References: <20170110174810.17748-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 02/20] qemu-options: stdio is available on win32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, eblake@redhat.com, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Available since commit db418a0a7ef5887ea0f3d167584e6f500bb0c4c5 (October 2011, qemu 1.0) Signed-off-by: Marc-Andr=C3=A9 Lureau Reviewed-by: Eric Blake --- qemu-options.hx | 2 -- 1 file changed, 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index c534a2f7f9..6ee8a8adc3 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2431,8 +2431,6 @@ Connect to standard input and standard output of th= e QEMU process. exiting QEMU with the key sequence @key{Control-c}. This option is enabl= ed by default, use @option{signal=3Doff} to disable it. =20 -@option{stdio} is not available on Windows hosts. - @item -chardev braille ,id=3D@var{id} =20 Connect to a local BrlAPI server. @option{braille} does not take any opt= ions. --=20 2.11.0