From f054e26639cad451de3de05cbdece98f556a04cc Mon Sep 17 00:00:00 2001 From: "munkyu.im" Date: Mon, 19 Dec 2011 20:57:58 +0900 Subject: [PATCH] [Title] apply no-dump option [Type] [Module] [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/src/configuration.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tizen/src/configuration.c b/tizen/src/configuration.c index c51e19d..f62b9e5 100644 --- a/tizen/src/configuration.c +++ b/tizen/src/configuration.c @@ -799,7 +799,9 @@ void qemu_option_set_to_config(arglist *al) append_argvlist(al, "-serial"); append_argvlist(al, "file:%s", kernel_log_path); } - else if (configuration.qemu_configuration.telnet_type == 1) { + else + { +// else if (configuration.qemu_configuration.telnet_type == 1) { append_argvlist(al, "-serial"); append_argvlist(al, "telnet:localhost:%s,server,nowait,ipv4", configuration.qemu_configuration.telnet_port); -- 2.7.4