commit | e54ef98c8a80d16158bab4341d9a898701270528 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Feb 13 19:37:07 2025 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri May 02 17:38:24 2025 +0200 |
tree | 697d9eaf1cac704c22969493c425c3aaed7573c6 | |
parent | 785f945bd5ace415419d0fe4944fa5fce1bc1865 [diff] |
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>