Re: [PATCH v2 5/9] dump: Add more offset variables

2022-03-11 Thread Richard Henderson
On 3/10/22 03:08, Janosch Frank wrote: Offset calculations are easy enough to get wrong. Let's add a few variables to make moving around elf headers and data sections easier. Signed-off-by: Janosch Frank Reviewed-by: Marc-André Lureau --- dump/dump.c | 35 +++-

[PATCH v2 5/9] dump: Add more offset variables

2022-03-10 Thread Janosch Frank
Offset calculations are easy enough to get wrong. Let's add a few variables to make moving around elf headers and data sections easier. Signed-off-by: Janosch Frank Reviewed-by: Marc-André Lureau --- dump/dump.c | 35 +++ include/sysemu/dump.h | 4