From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Liu0j-00025v-FD for qemu-devel@nongnu.org; Sun, 15 Mar 2009 13:20:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Liu0e-00025Y-Tt for qemu-devel@nongnu.org; Sun, 15 Mar 2009 13:20:28 -0400 Received: from [199.232.76.173] (port=39176 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Liu0e-00025V-Lu for qemu-devel@nongnu.org; Sun, 15 Mar 2009 13:20:24 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:38348) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Liu0e-0008L9-0G for qemu-devel@nongnu.org; Sun, 15 Mar 2009 13:20:24 -0400 Received: from smtp5-g21.free.fr (localhost [127.0.0.1]) by smtp5-g21.free.fr (Postfix) with ESMTP id 768CAD4804E for ; Sun, 15 Mar 2009 18:20:16 +0100 (CET) Received: from [192.168.0.32] (rob92-10-88-171-126-33.fbx.proxad.net [88.171.126.33]) by smtp5-g21.free.fr (Postfix) with ESMTP id 8A175D4803C for ; Sun, 15 Mar 2009 18:20:14 +0100 (CET) Message-ID: <49BD38CE.5080500@reactos.org> Date: Sun, 15 Mar 2009 18:20:14 +0100 From: =?ISO-8859-1?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090901030703090400030106" Subject: [Qemu-devel] [PATCH] [STABLE] Enable -k option on Win32 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 This is a multi-part message in MIME format. --------------090901030703090400030106 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Hi, Attached patch enables -k option on Win32. There is no reason to disable = it. Signed-off-by: Herv=E9 Poussineau Herv=E9 PS: This patch can also be applied on stable branch. --------------090901030703090400030106 Content-Type: plain/text; name="enable_k_option.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="enable_k_option.diff" Index: vl.c =================================================================== --- vl.c (revision 6855) +++ vl.c (working copy) @@ -4274,9 +4274,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 }, --------------090901030703090400030106--