Re: [PATCH 5/7] target/arm: Enable FEAT_DGH for -cpu max

2022-04-11 Thread Peter Maydell
On Sun, 10 Apr 2022 at 07:07, Richard Henderson wrote: > > This extension concerns not merging memory access, which TCG does > not implement. Thus we can trivially enable this feature. > Add a comment to handle_hint for the DGH instruction, but no code. > > Signed-off-by: Richard Henderson >

[PATCH 5/7] target/arm: Enable FEAT_DGH for -cpu max

2022-04-10 Thread Richard Henderson
This extension concerns not merging memory access, which TCG does not implement. Thus we can trivially enable this feature. Add a comment to handle_hint for the DGH instruction, but no code. Signed-off-by: Richard Henderson --- target/arm/cpu64.c | 1 + target/arm/translate-a64.c | 1 +