Re: [PATCH v6 05/10] dump: Add architecture section and section string table support

2022-10-17 Thread Marc-André Lureau
Hi On Mon, Oct 17, 2022 at 12:39 PM Janosch Frank wrote: > Add hooks which architectures can use to add arbitrary data to custom > sections. > > Also add a section name string table in order to identify section > contents > > Signed-off-by: Janosch Frank > --- > dump/dump.c| 19

[PATCH v6 05/10] dump: Add architecture section and section string table support

2022-10-17 Thread Janosch Frank
Add hooks which architectures can use to add arbitrary data to custom sections. Also add a section name string table in order to identify section contents Signed-off-by: Janosch Frank --- dump/dump.c| 190 +++-- include/sysemu/dump-arch.h | 3 +