Re: [PATCH v2 00/90] target/sparc: Convert to decodetree

2023-10-17 Thread Mark Cave-Ayland
On 17/10/2023 07:11, Richard Henderson wrote: While doing some other testing the other day, I noticed my sparc64 chroot running particularly slowly. I think I know what the problem is there, but fixing that was going to be particularly ugly with the existing sparc translator. So I've converted

[PATCH v2 00/90] target/sparc: Convert to decodetree

2023-10-16 Thread Richard Henderson
While doing some other testing the other day, I noticed my sparc64 chroot running particularly slowly. I think I know what the problem is there, but fixing that was going to be particularly ugly with the existing sparc translator. So I've converted the translator to something more managable. :-)