qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH qemu 0/1] contrib/elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free
@ 2023-10-03 17:23 ~h0lyalg0rithm
  2023-10-03 12:45 ` [PATCH qemu 1/1] Switch memory management calls to new coding conventions ~h0lyalg0rithm
  0 siblings, 1 reply; 5+ messages in thread
From: ~h0lyalg0rithm @ 2023-10-03 17:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: trivial

Switch malloc and free calls to new coding standard.
g_new is used where structs are defined and g_malloc is used for simpler
structures

Suraj Shirvankar (1):
  Switch memory management calls to new coding conventions

 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(-)

-- 
2.38.5


^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH qemu 0/1] Elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free
@ 2023-10-03 13:10 ~h0lyalg0rithm
  2023-10-03 12:45 ` [PATCH qemu 1/1] Switch memory management calls to new coding conventions ~h0lyalg0rithm
  0 siblings, 1 reply; 5+ messages in thread
From: ~h0lyalg0rithm @ 2023-10-03 13:10 UTC (permalink / raw)
  To: qemu-devel

Based on this issue https://gitlab.com/qemu-project/qemu/-/issues/1798
g_new is used where I think it is applicable and a struct is well
defined.

Suraj Shirvankar (1):
  Switch memory management calls to new coding conventions

 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(-)

-- 
2.38.5


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-17 12:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 17:23 [PATCH qemu 0/1] contrib/elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free ~h0lyalg0rithm
2023-10-03 12:45 ` [PATCH qemu 1/1] Switch memory management calls to new coding conventions ~h0lyalg0rithm
2023-10-16 16:48   ` Peter Maydell
2023-10-17  7:26     ` Suraj Shirvankar
  -- strict thread matches above, loose matches on Subject: below --
2023-10-03 13:10 [PATCH qemu 0/1] Elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free ~h0lyalg0rithm
2023-10-03 12:45 ` [PATCH qemu 1/1] Switch memory management calls to new coding conventions ~h0lyalg0rithm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).