Re: [PATCH] target/i386: Use only 16 and 32-bit operands for IN/OUT
Queued, thanks. Paolo
[PATCH] target/i386: Use only 16 and 32-bit operands for IN/OUT
The REX.W prefix is ignored for these instructions. Mirror the solution already used for INS/OUTS: X86_SIZE_z. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2581 Signed-off-by: Richard Henderson --- target/i386/tcg/decode-new.c.inc | 8 1 file changed, 4 insertions(+), 4 delet