Re: [PATCH 06/10] target/i386/tcg: Compute MMU index once

2024-07-10 Thread Richard Henderson
On 7/9/24 23:29, Paolo Bonzini wrote: 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 Signed-off-by: Richard Henderson Signed-off-by: Paolo Bonzini Reviewed-

[PATCH 06/10] target/i386/tcg: Compute MMU index once

2024-07-09 Thread Paolo Bonzini
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 Signed-off-by: Richard Henderson Signed-off-by: Paolo Bonzini --- target/i386/tcg/seg_helper.c | 35