]> xenbits.xensource.com Git - people/jgross/xen.git/commit
x86emul: AVX512F scatter insns are memory writes
authorJan Beulich <jbeulich@suse.com>
Wed, 5 Aug 2020 08:28:40 +0000 (10:28 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 5 Aug 2020 08:28:40 +0000 (10:28 +0200)
commit6156cfeaf28c9cd0ffb84c25216c43aa64d93de4
tree2ceccda811dd16d92a347e083407aaaff251292c
parent067e7b76fd38a2f6ba3898c15a09878498a73226
x86emul: AVX512F scatter insns are memory writes

While the custom handling renders the "to_mem" field generally unused,
x86_insn_is_mem_write() still (indirectly) consumes that information,
and hence the table entries want to be correct.

Fixes: 7d569b848036 ("x86emul: support AVX512F scatter insns")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c