[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging-4.7] x86/emul: Fix emulator test harness build following a backport of 7c508612
commit d355f023359639f9ce95edd69d1d3e9a62c22cde Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Wed May 9 18:06:46 2018 +0100 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Wed May 9 18:08:15 2018 +0100 x86/emul: Fix emulator test harness build following a backport of 7c508612 The x86 emulator doesn't need to employ any Spectre v2 mitigations. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- tools/tests/x86_emulator/x86_emulate.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/tests/x86_emulator/x86_emulate.c b/tools/tests/x86_emulator/x86_emulate.c index 64ff8eb4c2..fef1ec7d6b 100644 --- a/tools/tests/x86_emulator/x86_emulate.c +++ b/tools/tests/x86_emulator/x86_emulate.c @@ -44,4 +44,9 @@ typedef bool bool_t; #define get_stub(stb) ((void *)((stb).addr = (uintptr_t)(stb).buf)) #define put_stub(stb) +/* No Spectre mitigations needed for the test harness. */ +asm (".macro INDIRECT_CALL arg:req\n\t" + "call *\\arg\n\t" + ".endm"); + #include "x86_emulate/x86_emulate.c" -- generated by git-patchbot for /home/xen/git/xen.git#staging-4.7 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |