]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386/tcg: Compute MMU index once
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Jun 2024 07:21:52 +0000 (09:21 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Jul 2024 16:18:24 +0000 (18:18 +0200)
commit8053862af969a934dca67da9b38992e48fa1a95d
treecc618af2d5e352ea127b4f1e1982c3816fcce04c
parentfffe424b38340428f50111713c20d54b46101c7d
target/i386/tcg: Compute MMU index once

Add the MMU index to the StackAccess struct, so that it can be cached
or (in the next patch) computed from information that is not in
CPUX86State.

Co-developed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/seg_helper.c