From be292f3422dd07239d200ecc233187e4d3b86962 Mon Sep 17 00:00:00 2001 From: yucheng yu Date: Fri, 24 Oct 2014 16:46:19 -0700 Subject: [PATCH] hax: changed hax_lest_version and hax_cur_version to enforce newer haxm version. Change-Id: I4fb3bcc00b11ff51f85d5ab12878a6936c7e70ed Signed-off-by: yucheng yu --- target-i386/hax-all.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target-i386/hax-all.c b/target-i386/hax-all.c index d8ed4ed..b0f074d 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) { -- 2.7.4