diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-09 17:43:12 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-25 17:35:07 +0200 |
commit | 183e6679e39fb5bcc17dbebaf668c1e83d8e57ee (patch) | |
tree | cdeb4dfb4886dceb484ac1d4abf7500ca9f43a07 /scripts | |
parent | 48adb240498de5f628631ba7c713a4ccd0cda358 (diff) | |
download | qemu-183e6679e39fb5bcc17dbebaf668c1e83d8e57ee.zip qemu-183e6679e39fb5bcc17dbebaf668c1e83d8e57ee.tar.gz qemu-183e6679e39fb5bcc17dbebaf668c1e83d8e57ee.tar.bz2 |
target/i386: group common checks in the decoding phase
In preparation for adding more similar checks, move the VEX.L=0 check
and several X86_SPECIAL_* checks to a new field, where each bit represent
a common check on unused bits, or a restriction on the processor mode.
Likewise, many SVM intercepts can be checked during the decoding phase,
the main exception being the selective CR0 write, MSR and IOIO intercepts.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions