[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v8 07/12] x86emul: support FNSTENV and FNSAVE
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |