projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a39d4
)
[WIN32] Enable -k option on Windows too
author
Hervé Poussineau
<hpoussin@reactos.org>
Sun, 22 Nov 2009 12:36:11 +0000
(13:36 +0100)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sun, 22 Nov 2009 13:19:02 +0000
(14:19 +0100)
There is no reason to have it disabled on this platform.
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index c3f3c8f1957c1bfac32153612888261d21b8d0f6..ee43808ef00341de1cbe99905a8c85172e3fdd81 100644
(file)
--- 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;