Re: [PATCH 1/5] dump: Allocate header

2022-03-11 Thread Richard Henderson
On 3/10/22 03:16, Janosch Frank wrote: Allocating the header lets us write it at a later time and hence also allows us to change section and segment table offsets until we finally write it. Signed-off-by: Janosch Frank --- dump/dump.c | 115 ++

[PATCH 1/5] dump: Allocate header

2022-03-10 Thread Janosch Frank
Allocating the header lets us write it at a later time and hence also allows us to change section and segment table offsets until we finally write it. Signed-off-by: Janosch Frank --- dump/dump.c | 115 ++ include/sysemu/dump.h | 1 + 2 files c