Re: [PATCH 1/2] target/hppa: Add CPU reset method

2024-12-30 Thread Philippe Mathieu-Daudé
On 30/12/24 00:41, del...@kernel.org wrote: From: Helge Deller Add the CPU reset method, which resets all CPU registers and the TLB to zero. Then the CPU will switch to 32-bit mode (PSW_W bit is not set) and start execution at address 0xf004. Although we currently want to zero out all value

Re: [PATCH 1/2] target/hppa: Add CPU reset method

2024-12-29 Thread Richard Henderson
On 12/29/24 15:41, del...@kernel.org wrote: From: Helge Deller Add the CPU reset method, which resets all CPU registers and the TLB to zero. Then the CPU will switch to 32-bit mode (PSW_W bit is not set) and start execution at address 0xf004. Although we currently want to zero out all values

[PATCH 1/2] target/hppa: Add CPU reset method

2024-12-29 Thread deller
From: Helge Deller Add the CPU reset method, which resets all CPU registers and the TLB to zero. Then the CPU will switch to 32-bit mode (PSW_W bit is not set) and start execution at address 0xf004. Although we currently want to zero out all values in the CPUHPPAState struct, add the end_rese