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>
#endif
#include "block/block_int.h"
-#include "sysemu/block-backend.h"
#include "emulator_options.h"
#include "skin/maruskin_server.h"
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");
// called before device initialized
// or very weired situation
+#endif
LOG_SEVERE("Can not identify main drive image file !!!\n");
return "";