From: SeokYeon Hwang Date: Tue, 26 Jul 2016 04:20:54 +0000 (+0900) Subject: Merge branch 'develop' into develop_qemu_2.6 X-Git-Tag: TizenStudio_2.0_p2.4~27^2~6^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba4cc3d77207c1bf25a585c4255b2db7f15cd069;p=sdk%2Femulator%2Fqemu.git Merge branch 'develop' into develop_qemu_2.6 Change-Id: Iedd4489f6321fa251bd7cbe917e258cd1f60f21d Signed-off-by: SeokYeon Hwang --- ba4cc3d77207c1bf25a585c4255b2db7f15cd069 diff --cc hw/vigs/vigs_device.c index b71a57b,d802319..7d0919a --- a/hw/vigs/vigs_device.c +++ b/hw/vigs/vigs_device.c @@@ -42,7 -42,7 +42,8 @@@ #include "ui/console.h" #include "qemu/main-loop.h" #include "qemu/error-report.h" +#include "qapi/error.h" + #include "sysemu/sysemu.h" #define PCI_VENDOR_ID_VIGS 0x19B2 #define PCI_DEVICE_ID_VIGS 0x1011 diff --cc tizen/src/emul_state.c index c591900,8a2ddf4..43fdb50 --- a/tizen/src/emul_state.c +++ b/tizen/src/emul_state.c @@@ -396,7 -393,11 +396,12 @@@ const char *get_profile_name(void return get_variable("profile"); } + const char *get_platform_version(void) + { + return get_variable("platform_version"); + } + +#ifdef CONFIG_VIRTFS // host directory sharing path const char* get_host_directory_sharing_path(void) {