Re: [PATCH 1/7] dump: Introduce shdr_num to decrease complexity

2022-03-08 Thread Janosch Frank
On 3/1/22 15:42, Marc-André Lureau wrote: Hi On Tue, Mar 1, 2022 at 6:33 PM Janosch Frank wrote: Let's move from a boolean to a int variable which will later enable us to store the number of sections that are in the dump file. Signed-off-by: Janosch Frank --- dump/dump.c | 43 ++

Re: [PATCH 1/7] dump: Introduce shdr_num to decrease complexity

2022-03-01 Thread Marc-André Lureau
Hi On Tue, Mar 1, 2022 at 6:33 PM Janosch Frank wrote: > Let's move from a boolean to a int variable which will later enable us > to store the number of sections that are in the dump file. > > Signed-off-by: Janosch Frank > --- > dump/dump.c | 43 ++---

[PATCH 1/7] dump: Introduce shdr_num to decrease complexity

2022-03-01 Thread Janosch Frank
Let's move from a boolean to a int variable which will later enable us to store the number of sections that are in the dump file. Signed-off-by: Janosch Frank --- dump/dump.c | 43 ++- include/sysemu/dump.h | 2 +- 2 files changed, 19 insertions