Hi Philippe,
On 12/30/24 16:25, Philippe Mathieu-Daudé wrote:
Respin of:
https://lore.kernel.org/qemu-devel/20241229234154.32250-1-
deller@kernel.org/
"Add CPU reset function and speed up runtime and translation."
- Remove hppa_cpu_init()
Thanks for picking up my patches and integrating them properly
with the reset code.
But sadly your changes somehow break hppa 64-bit CPU support.
I think it's to when the reset code is called.
Easy reproducer (no other options/disc/network needed):
./qemu-system-hppa -smp cpus=4 -nographic -machine C3700
- Reset PSW using M bit (untested)
We haven't implemented PSW-M support and the first
thing the firmware does is to reprogram PSW.
So, basically it's not needed.
Helge, could we add a functional test booting Linux?
What exactly are you looking for?
Some trivial preinstalled disc image with kernels?
Any examples?