Re: [PATCH] x86emul: add memory operand low bits checks for ENQCMD{,S}

2022-07-19 Thread Andrew Cooper
On 19/07/2022 13:56, Jan Beulich wrote: > Already ISE rev 044 added text to this effect; rev 045 further dropped > leftover earlier text indicating the contrary: > - ENQCMD requires the low 32 bits of the memory operand to be clear, > - ENDCMDS requires bits 20...30 of the memory operand to be clea

[PATCH] x86emul: add memory operand low bits checks for ENQCMD{,S}

2022-07-19 Thread Jan Beulich
Already ISE rev 044 added text to this effect; rev 045 further dropped leftover earlier text indicating the contrary: - ENQCMD requires the low 32 bits of the memory operand to be clear, - ENDCMDS requires bits 20...30 of the memory operand to be clear. Signed-off-by: Jan Beulich --- I'm a little