hax: changed hax_lest_version and hax_cur_version to enforce newer haxm version.
authoryucheng yu <yu-cheng.yu@intel.com>
Fri, 24 Oct 2014 23:46:19 +0000 (16:46 -0700)
committerKitae Kim <kt920.kim@samsung.com>
Thu, 8 Jan 2015 08:58:32 +0000 (17:58 +0900)
Change-Id: I4fb3bcc00b11ff51f85d5ab12878a6936c7e70ed
Signed-off-by: yucheng yu <yu-cheng.yu@intel.com>
target-i386/hax-all.c

index 067055c2fb3a1dd25662b32673bf6e29a25fe42c..e9d31350db38a9f3a5661e139716b933b5b3a423 100644 (file)
@@ -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)
 {