Re: [PATCH v2 12/13] contrib/elf2dmp: Use GPtrArray

2024-03-05 Thread Peter Maydell
On Tue, 5 Mar 2024 at 07:37, Akihiko Odaki wrote: > > This removes the need to enumarate QEMUCPUState twice and saves code. > > Signed-off-by: Akihiko Odaki Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v2 12/13] contrib/elf2dmp: Use GPtrArray

2024-03-04 Thread Akihiko Odaki
This removes the need to enumarate QEMUCPUState twice and saves code. Signed-off-by: Akihiko Odaki --- contrib/elf2dmp/qemu_elf.c | 25 - 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/contrib/elf2dmp/qemu_elf.c b/contrib/elf2dmp/qemu_elf.c index