build: fix the build fail by W/A
authorSooyoung Ha <yoosah.ha@samsung.com>
Fri, 12 Jun 2015 10:11:21 +0000 (19:11 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Fri, 12 Jun 2015 10:11:21 +0000 (19:11 +0900)
emul_state has modified but not all changes merged.
so block some codes for build.

Change-Id: I63f0a2f1a633be4c9f0d117c936a9cb36d6ab733
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
tizen/src/emul_state.c

index 1324825a12d27a28d69bbe481ff65134fd05a2bb..d9bf2218d2213c5bfd4e878c720da7ab467697f2 100644 (file)
@@ -40,7 +40,6 @@
 #endif
 
 #include "block/block_int.h"
-#include "sysemu/block-backend.h"
 
 #include "emulator_options.h"
 #include "skin/maruskin_server.h"
@@ -361,6 +360,7 @@ const char* get_drive_image_file(void)
         return drive_image_file;
     }
 
+#if 0
     // we should parse from "drive" parameter.
     // so qemu_main() had to be called before.
     BlockBackend *bb = blk_by_name("drive");
@@ -373,6 +373,7 @@ const char* get_drive_image_file(void)
 
     // called before device initialized
     // or very weired situation
+#endif
     LOG_SEVERE("Can not identify main drive image file !!!\n");
 
     return "";