Re: [PATCH v2 3/5] elf2dmp: introduce merging of physical memory runs

2023-09-21 Thread Peter Maydell
On Fri, 15 Sept 2023 at 18:02, Viktor Prutyanov wrote: > > DMP supports 42 physical memory runs at most. So, merge adjacent > physical memory ranges from QEMU ELF when possible to minimize total > number of runs. > > Signed-off-by: Viktor Prutyanov > --- > contrib/elf2dmp/main.c | 56

[PATCH v2 3/5] elf2dmp: introduce merging of physical memory runs

2023-09-15 Thread Viktor Prutyanov
DMP supports 42 physical memory runs at most. So, merge adjacent physical memory ranges from QEMU ELF when possible to minimize total number of runs. Signed-off-by: Viktor Prutyanov --- contrib/elf2dmp/main.c | 56 -- 1 file changed, 48 insertions(+), 8