On 05.05.2020 10:15, Jan Beulich wrote:
> @@ -11542,6 +11611,12 @@ int x86_emul_blk(
> switch ( state->blk )
> {
> bool zf;
> + struct {
> + struct x87_env32 env;
> + struct {
> + uint8_t bytes[10];
> + } freg[8];
> + } fpstate;This also needs #ifndef X86EMUL_NO_FPU around it for !HVM builds to work. Jan
