On 6/8/24 01:41, Paolo Bonzini wrote:
SYSENTER is allowed in VM86 mode, but not in real mode. Split the check so that PE and !VM86 are covered by separate bits.Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/i386/tcg/decode-new.h | 8 ++++++-- target/i386/tcg/decode-new.c.inc | 9 +++++++-- 2 files changed, 13 insertions(+), 4 deletions(-)
Acked-by: Richard Henderson <richard.hender...@linaro.org> r~