From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lnajh-0003Oe-Sz for qemu-devel@nongnu.org; Sat, 28 Mar 2009 11:46:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lnajh-0003OS-1k for qemu-devel@nongnu.org; Sat, 28 Mar 2009 11:46:17 -0400 Received: from [199.232.76.173] (port=50545 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lnajg-0003OP-TY for qemu-devel@nongnu.org; Sat, 28 Mar 2009 11:46:16 -0400 Received: from savannah.gnu.org ([199.232.41.3]:59871 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lnajg-0007PP-KV for qemu-devel@nongnu.org; Sat, 28 Mar 2009 11:46:16 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Lnajg-0001Ps-23 for qemu-devel@nongnu.org; Sat, 28 Mar 2009 15:46:16 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1Lnajf-0001Pk-KE for qemu-devel@nongnu.org; Sat, 28 Mar 2009 15:46:15 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Sat, 28 Mar 2009 15:46:15 +0000 Subject: [Qemu-devel] [6889] Enable -k option on Win32 (Herve Poussineau) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 6889 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6889 Author: aliguori Date: 2009-03-28 15:46:15 +0000 (Sat, 28 Mar 2009) Log Message: ----------- Enable -k option on Win32 (Herve Poussineau) Attached patch enables -k option on Win32. There is no reason to disable it. Signed-off-by: Herve Poussineau Signed-off-by: Anthony Liguori Modified Paths: -------------- branches/stable_0_10/vl.c Modified: branches/stable_0_10/vl.c =================================================================== --- branches/stable_0_10/vl.c 2009-03-28 08:37:13 UTC (rev 6888) +++ branches/stable_0_10/vl.c 2009-03-28 15:46:15 UTC (rev 6889) @@ -4244,9 +4244,7 @@ { "boot", HAS_ARG, QEMU_OPTION_boot }, { "snapshot", 0, QEMU_OPTION_snapshot }, { "m", HAS_ARG, QEMU_OPTION_m }, -#ifndef _WIN32 { "k", HAS_ARG, QEMU_OPTION_k }, -#endif #ifdef HAS_AUDIO { "audio-help", 0, QEMU_OPTION_audio_help }, { "soundhw", HAS_ARG, QEMU_OPTION_soundhw },