Re: [PATCH 3/5] dump: Reorder struct DumpState

2022-03-11 Thread Richard Henderson
On 3/10/22 03:16, Janosch Frank wrote: Let's move ELF related members into one block and guest memory related ones into another to improve readability. Signed-off-by: Janosch Frank --- include/sysemu/dump.h | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) Reviewed-b

[PATCH 3/5] dump: Reorder struct DumpState

2022-03-10 Thread Janosch Frank
Let's move ELF related members into one block and guest memory related ones into another to improve readability. Signed-off-by: Janosch Frank --- include/sysemu/dump.h | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/include/sysemu/dump.h b/include/sysemu/d