]> xenbits.xensource.com Git - qemu-xen.git/commit
elf2dmp: Don't abandon when Prcb is set to 0
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Sun, 11 Jun 2023 03:34:34 +0000 (12:34 +0900)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 31 Jul 2023 10:20:30 +0000 (11:20 +0100)
commit548b8edc6d9a5d6e1aab932f0ffcf43235c33a67
treed54605228b183b9b4e0ac1c245058fea7e1f9d67
parent638511e99207290c83d87326187e41f88fb92301
elf2dmp: Don't abandon when Prcb is set to 0

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 <akihiko.odaki@daynix.com>
Reviewed-by: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
Message-id: 20230611033434.14659-1-akihiko.odaki@daynix.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
contrib/elf2dmp/main.c