Re: [PATCH v5 10/10] accel/tcg: include cs_base in our hash calculations

2023-05-26 Thread Richard Henderson
On 5/24/23 06:39, Alex Bennée wrote: We weren't using cs_base in the hash calculations before. Since the arm front end moved a chunk of flags in a378206a20 (target/arm: Move mode specific TB flags to tb->cs_base) they comprise of an important part of the execution state. Widen the tb_hash_func t

[PATCH v5 10/10] accel/tcg: include cs_base in our hash calculations

2023-05-24 Thread Alex Bennée
We weren't using cs_base in the hash calculations before. Since the arm front end moved a chunk of flags in a378206a20 (target/arm: Move mode specific TB flags to tb->cs_base) they comprise of an important part of the execution state. Widen the tb_hash_func to include cs_base and expand to qemu_xx