Re: [PATCH] elf2dmp: Don't abandon when Prcb is set to 0

2023-07-31 Thread Peter Maydell
On Sun, 30 Jul 2023 at 20:52, Viktor Prutyanov wrote: > > > >> On 2023/06/12 12:42, Viktor Prutyanov wrote: > >> > Prcb may be set to 0 for some CPUs if the dump was taken before they > start. The dump may still contain valuable information for started CPUs > so don't abandon conver

Re: [PATCH] elf2dmp: Don't abandon when Prcb is set to 0

2023-07-30 Thread Viktor Prutyanov
>> On 2023/06/12 12:42, Viktor Prutyanov wrote: >> Prcb may be set to 0 for some CPUs if the dump was taken before they start. The dump may still contain valuable information for started CPUs so don't abandon conversion in such a case. Signed-off-by: Akihiko Odaki -

Re: [PATCH] elf2dmp: Don't abandon when Prcb is set to 0

2023-06-16 Thread Viktor Prutyanov
> On 2023/06/12 12:42, Viktor Prutyanov wrote: > >>> Prcb may be set to 0 for some CPUs if the dump was taken before they >>> start. The dump may still contain valuable information for started CPUs >>> so don't abandon conversion in such a case. >>> >>> Signed-off-by: Akihiko Odaki >>> --- >>>

Re: [PATCH] elf2dmp: Don't abandon when Prcb is set to 0

2023-06-12 Thread Akihiko Odaki
On 2023/06/12 12:42, Viktor Prutyanov wrote: Prcb may be set to 0 for some CPUs if the dump was taken before they start. The dump may still contain valuable information for started CPUs so don't abandon conversion in such a case. Signed-off-by: Akihiko Odaki --- contrib/elf2dmp/main.c | 5 +

Re: [PATCH] elf2dmp: Don't abandon when Prcb is set to 0

2023-06-12 Thread Viktor Prutyanov
> Prcb may be set to 0 for some CPUs if the dump was taken before they > start. The dump may still contain valuable information for started CPUs > so don't abandon conversion in such a case. > > Signed-off-by: Akihiko Odaki > --- > contrib/elf2dmp/main.c | 5 + > 1 file changed, 5 insertions(+

[PATCH] elf2dmp: Don't abandon when Prcb is set to 0

2023-06-10 Thread Akihiko Odaki
Prcb may be set to 0 for some CPUs if the dump was taken before they start. The dump may still contain valuable information for started CPUs so don't abandon conversion in such a case. Signed-off-by: Akihiko Odaki --- contrib/elf2dmp/main.c | 5 + 1 file changed, 5 insertions(+) diff --git