|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging-4.8] x86/emul: Fix emulator test harness build following a91b2ec337a
commit c10ddc1ff98de7a30edf8cbf0968833d8223e8be
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
AuthorDate: Wed May 9 16:24:28 2018 +0100
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Wed May 9 16:42:00 2018 +0100
x86/emul: Fix emulator test harness build following a91b2ec337a
Versions of Xen before c/s 5c6c3ac (Xen 4.9) don't use msr-index.h for the
test harness.
Reported-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
tools/tests/x86_emulator/x86_emulate.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/tests/x86_emulator/x86_emulate.c
b/tools/tests/x86_emulator/x86_emulate.c
index 127a92643c..58cfd8ae7d 100644
--- a/tools/tests/x86_emulator/x86_emulate.c
+++ b/tools/tests/x86_emulator/x86_emulate.c
@@ -14,6 +14,7 @@ typedef bool bool_t;
#define EFER_SCE (1 << 0)
#define EFER_LMA (1 << 10)
+#define EFER_SVME (1 << 12)
#define BUG() abort()
#define ASSERT assert
--
generated by git-patchbot for /home/xen/git/xen.git#staging-4.8
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |