qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 12/25] target/i386: split X86_CHECK_prot into PE and VM86 che


From: Richard Henderson
Subject: Re: [PATCH 12/25] target/i386: split X86_CHECK_prot into PE and VM86 checks
Date: Sat, 8 Jun 2024 11:47:28 -0700
User-agent: Mozilla Thunderbird

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<pbonzini@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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]