commit | 15d955975bd484c2c66af0d6daaa02a7d04d2256 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Oct 14 17:41:44 2024 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 17 19:41:30 2024 +0200 |
tree | 61098dd058e8b24dbbc65959b4e3b874197a08e8 | |
parent | 586d708c1e3e5e29a0b3c05c347290aed9478854 [diff] |
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>