]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: Use only 16 and 32-bit operands for IN/OUT
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 15 Oct 2024 00:41:44 +0000 (17:41 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Oct 2024 17:41:30 +0000 (19:41 +0200)
commit15d955975bd484c2c66af0d6daaa02a7d04d2256
tree61098dd058e8b24dbbc65959b4e3b874197a08e8
parent586d708c1e3e5e29a0b3c05c347290aed9478854
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 <richard.henderson@linaro.org>
Cc: qemu-stable@nongnu.org
Link: https://lore.kernel.org/r/20241015004144.2111817-1-richard.henderson@linaro.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/decode-new.c.inc