From: yucheng yu Date: Fri, 24 Oct 2014 23:46:19 +0000 (-0700) Subject: hax: changed hax_lest_version and hax_cur_version to enforce newer haxm version. X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~636 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be292f3422dd07239d200ecc233187e4d3b86962;p=sdk%2Femulator%2Fqemu.git hax: changed hax_lest_version and hax_cur_version to enforce newer haxm version. Change-Id: I4fb3bcc00b11ff51f85d5ab12878a6936c7e70ed Signed-off-by: yucheng yu --- diff --git a/target-i386/hax-all.c b/target-i386/hax-all.c index d8ed4ed9da..b0f074d3cc 100644 --- a/target-i386/hax-all.c +++ b/target-i386/hax-all.c @@ -158,9 +158,9 @@ hax_fd hax_vcpu_get_fd(CPUArchState *env) } /* Current version */ -uint32_t hax_cur_version = 0x2; // ver 2.0: support fast mmio +uint32_t hax_cur_version = 0x3; // ver 2.0: support fast mmio /* Least HAX kernel version */ -uint32_t hax_lest_version = 0x1; +uint32_t hax_lest_version = 0x3; static int hax_get_capability(struct hax_state *hax) {