[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] target/i386: two interrupt shadow fixes
From: |
Paolo Bonzini |
Subject: |
[PATCH 0/2] target/i386: two interrupt shadow fixes |
Date: |
Fri, 2 May 2025 17:41:23 +0200 |
LSS should not trigger the interrupt shadow, unlike MOV and POP to SS.
STI should trigger the interrupt shadow but only MOV and POP to SS
should block singlestep.
Paolo
Paolo Bonzini (2):
target/i386: do not trigger IRQ shadow for LSS
target/i386: do not block singlestep for STI
target/i386/tcg/translate.c | 33 +++++++++++++++++++++------------
target/i386/tcg/emit.c.inc | 4 ++--
2 files changed, 23 insertions(+), 14 deletions(-)
--
2.49.0
- [PATCH 0/2] target/i386: two interrupt shadow fixes,
Paolo Bonzini <=