[Title] apply no-dump option
authormunkyu.im <munkyu.im@samsung.com>
Mon, 19 Dec 2011 11:57:58 +0000 (20:57 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Mon, 19 Dec 2011 11:57:58 +0000 (20:57 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/configuration.c

index c51e19d..f62b9e5 100644 (file)
@@ -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);