[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] target/ppc/arch_dump: set prstatus pid to cpuid
From: |
Omar Sandoval |
Subject: |
Re: [PATCH v2] target/ppc/arch_dump: set prstatus pid to cpuid |
Date: |
Mon, 1 Jul 2024 14:23:01 -0700 |
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 <harshpb@linux.ibm.com>
Oops, I forgot to copy Thomas's reviewed-by from v1:
Reviewed-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Omar Sandoval <osandov@osandov.com>