qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] net: Trivial cleanups around g_malloc()
@ 2014-12-04 13:28 Markus Armbruster
  2014-12-04 13:28 ` [Qemu-devel] [PATCH 1/2] net: Fuse g_malloc(); memset() into g_new0() Markus Armbruster
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Markus Armbruster @ 2014-12-04 13:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha

Markus Armbruster (2):
  net: Fuse g_malloc(); memset() into g_new0()
  net: Use g_new() & friends where that makes obvious sense

 net/l2tpv3.c | 9 ++++-----
 net/queue.c  | 2 +-
 net/slirp.c  | 2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-12-19 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-04 13:28 [Qemu-devel] [PATCH 0/2] net: Trivial cleanups around g_malloc() Markus Armbruster
2014-12-04 13:28 ` [Qemu-devel] [PATCH 1/2] net: Fuse g_malloc(); memset() into g_new0() Markus Armbruster
2014-12-04 13:28 ` [Qemu-devel] [PATCH 2/2] net: Use g_new() & friends where that makes obvious sense Markus Armbruster
2014-12-05 15:08 ` [Qemu-devel] [PATCH 0/2] net: Trivial cleanups around g_malloc() Eric Blake
2014-12-19 13:15 ` Stefan Hajnoczi

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