Re: [PATCH] x86emul: increase FPU save area in test harness/fuzzer

2020-10-22 Thread Andrew Cooper
On 22/10/2020 14:39, Jan Beulich wrote: > Running them on a system (or emulator) with AMX support requires this > to be quite a bit larger than 8k, to avoid triggering the assert() in > emul_test_init(). Bump all the way up to 16k right away. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper

[PATCH] x86emul: increase FPU save area in test harness/fuzzer

2020-10-22 Thread Jan Beulich
Running them on a system (or emulator) with AMX support requires this to be quite a bit larger than 8k, to avoid triggering the assert() in emul_test_init(). Bump all the way up to 16k right away. Signed-off-by: Jan Beulich --- Intel's Software Development Emulator properly reports XSAVE-related