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

2023-10-15 Thread Richard Henderson
On 10/15/23 13:12, Mark Cave-Ayland wrote: 1 ./qemu-system-sparc -cdrom debian-40r4a-sparc-netinst.iso -boot d -bios ss5.bin (Boot with real SS-5 PROM instead of OpenBIOS) -> Hangs during PROM memory test -> Bisected to: 91b579b5293c4c5c3cfaf0214a5523b655dea4fe is the first bad commit commit 9

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

2023-10-15 Thread Mark Cave-Ayland
On 13/10/2023 22:27, 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

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

2023-10-13 Thread Mark Cave-Ayland
On 13/10/2023 22:27, 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 00/85] target/sparc: Convert to decodetree

2023-10-13 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. :-)