]> 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)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 18 Oct 2024 16:05:43 +0000 (19:05 +0300)
commit065bba4dfa55c1440d1628adae74e7386b32d0f0
tree40450409b36c96ecd482c2bb670a117789c0117e
parent474487611b7d14be6bd864e8b2a2a642bad9f720
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>
(cherry picked from commit 15d955975bd484c2c66af0d6daaa02a7d04d2256)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/i386/tcg/decode-new.c.inc