Re: [PATCH v2 03/11] dump: Split write of section headers and data and add a prepare step

2022-07-14 Thread Janosch Frank
On 7/13/22 17:31, Marc-André Lureau wrote: Hi On Wed, Jul 13, 2022 at 5:07 PM Janosch Frank wrote: By splitting the writing of the section headers and (future) section data we prepare for the addition of a string table section and architecture sections. Signed-off-by: Janosch Frank --- [.

Re: [PATCH v2 03/11] dump: Split write of section headers and data and add a prepare step

2022-07-13 Thread Marc-André Lureau
Hi On Wed, Jul 13, 2022 at 5:07 PM Janosch Frank wrote: > > By splitting the writing of the section headers and (future) section > data we prepare for the addition of a string table section and > architecture sections. > > Signed-off-by: Janosch Frank > --- > dump/dump.c | 116 +++

[PATCH v2 03/11] dump: Split write of section headers and data and add a prepare step

2022-07-13 Thread Janosch Frank
By splitting the writing of the section headers and (future) section data we prepare for the addition of a string table section and architecture sections. Signed-off-by: Janosch Frank --- dump/dump.c | 116 -- include/sysemu/dump.h | 4 ++ 2 fi