From 26bc68416f6a1bd7e09cae2ae49bcb57d3d0b178 Mon Sep 17 00:00:00 2001 From: Sooyoung Ha Date: Fri, 12 Jun 2015 19:11:21 +0900 Subject: [PATCH] build: fix the build fail by W/A emul_state has modified but not all changes merged. so block some codes for build. Change-Id: I63f0a2f1a633be4c9f0d117c936a9cb36d6ab733 Signed-off-by: Sooyoung Ha --- tizen/src/emul_state.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tizen/src/emul_state.c b/tizen/src/emul_state.c index 1324825a12..d9bf2218d2 100644 --- a/tizen/src/emul_state.c +++ b/tizen/src/emul_state.c @@ -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 ""; -- 2.34.1