Re: [PATCH v2] target/ppc/arch_dump: set prstatus pid to cpuid

2024-07-01 Thread Omar Sandoval
On Mon, Jul 01, 2024 at 09:51:35AM -0700, Omar Sandoval wrote: > Every other architecture does this, and debuggers need it to be able to > identify which prstatus note corresponds to which CPU. > > Reviewed-by: Harsh Prateek Bora Oops, I forgot to copy Thomas's reviewed-by from v1: Reviewed-by:

[PATCH v2] target/ppc/arch_dump: set prstatus pid to cpuid

2024-07-01 Thread Omar Sandoval
Every other architecture does this, and debuggers need it to be able to identify which prstatus note corresponds to which CPU. Reviewed-by: Harsh Prateek Bora Signed-off-by: Omar Sandoval --- This is v2 from my small series [1] making QEMU fill the pr_pid field of the NT_PRSTATUS note consistent