]> xenbits.xensource.com Git - xen.git/commit
x86emul: increase FPU save area in test harness/fuzzer
authorJan Beulich <jbeulich@suse.com>
Fri, 23 Oct 2020 08:13:53 +0000 (10:13 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 23 Oct 2020 08:13:53 +0000 (10:13 +0200)
commit6ca70821b59849ad97c3fadc47e63c1a4af1a78c
tree559c636fbb5a1ec2717dde1b7587663ea69d292c
parent710f62cc826bb8c7ead99f9d6b6b269e39ff3e98
x86emul: increase FPU save area in test harness/fuzzer

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 <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/tests/x86_emulator/x86-emulate.c