[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] x86emul/test: drop Xeon Phi S/G prefetch special case
commit b3ca3caaf36efa3eaea0cce909f75e12b0fb6a1d Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Thu Oct 17 14:14:51 2024 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Thu Oct 17 14:14:51 2024 +0200 x86emul/test: drop Xeon Phi S/G prefetch special case Another leftover from the dropping of Xeon Phi support. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- tools/tests/x86_emulator/evex-disp8.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/tests/x86_emulator/evex-disp8.c b/tools/tests/x86_emulator/evex-disp8.c index 0e9351fcfd..efb6c70637 100644 --- a/tools/tests/x86_emulator/evex-disp8.c +++ b/tools/tests/x86_emulator/evex-disp8.c @@ -911,10 +911,8 @@ static void test_one(const struct test *test, enum vl vl, n = test->scale == SC_vl ? vsz : esz; if ( !sg ) n += vsz; - else if ( !strstr(test->mnemonic, "pf") ) - n += esz; else - ++n; + n += esz; for ( ; i < n; ++i ) if ( accessed[i] != (sg ? (vsz / esz) >> (test->opc & 1 & !evex.w) -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |