Re: [PATCH qemu 1/1] Switch memory management calls to new coding conventions

2023-10-17 Thread Suraj Shirvankar
Thanks for review.My bad I forgot to change the remaining frees.Going to send another patch On Mon, Oct 16, 2023 at 6:49 PM Peter Maydell wrote: > On Tue, 3 Oct 2023 at 18:23, ~h0lyalg0rithm > wrote: > > > > From: Suraj Shirvankar > > > > Signed-off-by: Suraj Shirvankar > > Hi; thanks for

Re: [PATCH qemu 1/1] Switch memory management calls to new coding conventions

2023-10-16 Thread Peter Maydell
On Tue, 3 Oct 2023 at 18:23, ~h0lyalg0rithm wrote: > > From: Suraj Shirvankar > > Signed-off-by: Suraj Shirvankar Hi; thanks for this patch. Mostly it looks good, but I have a couple of review comments; details below. > --- > contrib/elf2dmp/addrspace.c | 4 ++-- > contrib/elf2dmp/main.c

[PATCH qemu 1/1] Switch memory management calls to new coding conventions

2023-10-03 Thread ~h0lyalg0rithm
From: Suraj Shirvankar Signed-off-by: Suraj Shirvankar --- contrib/elf2dmp/addrspace.c | 4 ++-- contrib/elf2dmp/main.c | 4 ++-- contrib/elf2dmp/pdb.c | 4 ++-- contrib/elf2dmp/qemu_elf.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git

[PATCH qemu 1/1] Switch memory management calls to new coding conventions

2023-10-03 Thread ~h0lyalg0rithm
From: Suraj Shirvankar Signed-off-by: Suraj Shirvankar --- contrib/elf2dmp/addrspace.c | 4 ++-- contrib/elf2dmp/main.c | 4 ++-- contrib/elf2dmp/pdb.c | 4 ++-- contrib/elf2dmp/qemu_elf.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git