mbox series

[0/5] x86emul: allow suppressing FPU/MMX/SIMD insn emulation

Message ID 7f7a6ba3-7308-b079-2df1-f5b8501b3cc6@suse.com (mailing list archive)
Headers show
Series x86emul: allow suppressing FPU/MMX/SIMD insn emulation | expand

Message

Jan Beulich Dec. 20, 2019, 1:37 p.m. UTC
This is in particular helpful for pure PV environments, e.g. the
shim.

1: use CASE_SIMD_PACKED_INT() where possible
2: introduce CASE_SIMD_PACKED_INT_VEX()
3: drop CASE_SIMD_DOUBLE_FP()
4: introduce CASE_SIMD_..._FP_VEX()
5: disable FPU/MMX/SIMD insn emulation when !HVM

Jan