]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: do not trigger IRQ shadow for LSS
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 13 Feb 2025 18:37:07 +0000 (19:37 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 May 2025 15:38:24 +0000 (17:38 +0200)
commite54ef98c8a80d16158bab4341d9a898701270528
tree697d9eaf1cac704c22969493c425c3aaed7573c6
parent785f945bd5ace415419d0fe4944fa5fce1bc1865
target/i386: do not trigger IRQ shadow for LSS

Because LSS need not trigger an IRQ shadow, gen_movl_seg can't just use
the destination register to decide whether to inhibit IRQs.  Add an
argument.

Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/emit.c.inc
target/i386/tcg/translate.c