On 3/10/22 03:08, Janosch Frank wrote:
There's no need to have phdr_num and sh_info at the same time. We can make phdr_num 32 bit and set PN_XNUM when we write the header if phdr_num >= PN_XNUM.Signed-off-by: Janosch Frank<fran...@linux.ibm.com> --- dump/dump.c | 34 ++++++++++++++-------------------- include/sysemu/dump.h | 3 +-- 2 files changed, 15 insertions(+), 22 deletions(-)
Nice. Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~