OSDN Git Service

target/i386: check intercept for XSETBV
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 13 Oct 2023 07:27:02 +0000 (09:27 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Oct 2023 13:20:53 +0000 (15:20 +0200)
commit24b34590d07f885a906ebb52fd84aa5e33d4e421
tree8085ef37991e517c137bd5cffc22af83cedd5c9e
parent83629b14614a7b56358addd96ff85d92eb6f72dc
target/i386: check intercept for XSETBV

Note that this intercept is special; it is checked before the #GP
exception.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/svm.h
target/i386/tcg/translate.c