From: aliguori Date: Sat, 28 Mar 2009 15:46:15 +0000 (+0000) Subject: Enable -k option on Win32 (Herve Poussineau) X-Git-Tag: xen-3.4.0-rc2~1^2~16 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bd0b264c2182f211913e0b1b5190201400aacc0d;p=qemu-xen-3.4-testing.git 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 git-svn-id: svn://svn.savannah.nongnu.org/qemu/branches/stable_0_10@6889 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/vl.c b/vl.c index aaeff23f..a83186d1 100644 --- a/vl.c +++ b/vl.c @@ -4244,9 +4244,7 @@ static const QEMUOption qemu_options[] = { { "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 },