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:
5ba42ed
)
hax: changed hax_lest_version and hax_cur_version to enforce newer haxm version.
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>
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
patch
|
blob
|
history
diff --git
a/target-i386/hax-all.c
b/target-i386/hax-all.c
index 067055c2fb3a1dd25662b32673bf6e29a25fe42c..e9d31350db38a9f3a5661e139716b933b5b3a423 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)
{