qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] [WIN32] Enable -k option on Windows too


From: Hervé Poussineau
Subject: [Qemu-devel] [PATCH] [WIN32] Enable -k option on Windows too
Date: Sun, 22 Nov 2009 13:36:11 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

[WIN32] Enable -k option on Windows too
There is no reason to have it disabled on this platform.

Signed-off-by: Hervé Poussineau <address@hidden>
---
vl.c |    2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/vl.c b/vl.c
index c3f3c8f..ee43808 100644
--- a/vl.c
+++ b/vl.c
@@ -5042,11 +5042,9 @@ int main(int argc, char **argv, char **envp)
            case QEMU_OPTION_S:
                autostart = 0;
                break;
-#ifndef _WIN32
            case QEMU_OPTION_k:
                keyboard_layout = optarg;
                break;
-#endif
            case QEMU_OPTION_localtime:
                rtc_utc = 0;
                break;
--
1.6.0.2.GIT






reply via email to

[Prev in Thread] Current Thread [Next in Thread]