Home
last modified time | relevance | path

Searched hist:"3 fabbe0b7d458d6380f4b3246b8b32400f6bd1d9" (Results 1 – 4 of 4) sorted by relevance

/qemu/target/i386/tcg/
H A Ddecode-new.h3fabbe0b7d458d6380f4b3246b8b32400f6bd1d9 Mon May 06 15:34:55 UTC 2024 Paolo Bonzini <pbonzini@redhat.com> target/i386: move prefetch and multi-byte UD/NOP to new decoder

These are trivial to add, and moving them to the new decoder fixes some
corner cases: raising #UD instead of an instruction fetch page fault for
the undefined opcodes, and incorrectly rejecting 0F 18 prefetches with
register operands (which are treated as reserved NOPs).

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Ddecode-new.c.inc3fabbe0b7d458d6380f4b3246b8b32400f6bd1d9 Mon May 06 15:34:55 UTC 2024 Paolo Bonzini <pbonzini@redhat.com> target/i386: move prefetch and multi-byte UD/NOP to new decoder

These are trivial to add, and moving them to the new decoder fixes some
corner cases: raising #UD instead of an instruction fetch page fault for
the undefined opcodes, and incorrectly rejecting 0F 18 prefetches with
register operands (which are treated as reserved NOPs).

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Demit.c.inc3fabbe0b7d458d6380f4b3246b8b32400f6bd1d9 Mon May 06 15:34:55 UTC 2024 Paolo Bonzini <pbonzini@redhat.com> target/i386: move prefetch and multi-byte UD/NOP to new decoder

These are trivial to add, and moving them to the new decoder fixes some
corner cases: raising #UD instead of an instruction fetch page fault for
the undefined opcodes, and incorrectly rejecting 0F 18 prefetches with
register operands (which are treated as reserved NOPs).

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dtranslate.c3fabbe0b7d458d6380f4b3246b8b32400f6bd1d9 Mon May 06 15:34:55 UTC 2024 Paolo Bonzini <pbonzini@redhat.com> target/i386: move prefetch and multi-byte UD/NOP to new decoder

These are trivial to add, and moving them to the new decoder fixes some
corner cases: raising #UD instead of an instruction fetch page fault for
the undefined opcodes, and incorrectly rejecting 0F 18 prefetches with
register operands (which are treated as reserved NOPs).

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>