projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9ef78b
)
hax: changed hax_lest_version and hax_cur_version to enforce newer haxm version.
59/29359/2
author
yucheng yu
<yu-cheng.yu@intel.com>
Fri, 24 Oct 2014 23:46:19 +0000
(16:46 -0700)
committer
Kitae Kim
<kt920.kim@samsung.com>
Tue, 28 Oct 2014 05:11:51 +0000
(13:11 +0800)
Change-Id: I4fb3bcc00b11ff51f85d5ab12878a6936c7e70ed
Signed-off-by: yucheng yu <yu-cheng.yu@intel.com>
target-i386/hax-all.c
patch
|
blob
|
history
diff --git
a/target-i386/hax-all.c
b/target-i386/hax-all.c
index d8ed4ed9da7f0165ce46db933b8bfc824753478b..b0f074d3ccdf899d7d5048788cb8e55b51b85d86 100644
(file)
--- 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 = 0x
2
; // ver 2.0: support fast mmio
+uint32_t hax_cur_version = 0x
3
; // ver 2.0: support fast mmio
/* Least HAX kernel version */
-uint32_t hax_lest_version = 0x
1
;
+uint32_t hax_lest_version = 0x
3
;
static int hax_get_capability(struct hax_state *hax)
{