On 07/01/2025 2:32 pm, Jan Beulich wrote: > IOW we shouldn't raise #UD in that case. Be on the safe side though and > only encode fully legitimate forms into the stub to be executed. > > Things weren't quite right for VCVT{,U}SI2SD either, in the attempt to > be on the safe side: Clearing EVEX.L'L isn't useful; it's EVEX.b which > primarily needs clearing. Also reflect the somewhat improved doc > situation in the comment there. > > Fixes: ed806f373730 ("x86emul: support AVX512F legacy-equivalent packed > int/FP conversion insns") > Fixes: baf4a376f550 ("x86emul: support AVX512F legacy-equivalent scalar > int/FP conversion insns") > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Acked-by: Andrew Cooper <andrew.coop...@citrix.com>