All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH 0/4] Pair g_malloc() with g_free(), not free()
@ 2015-01-28 14:54 ` Markus Armbruster
  0 siblings, 0 replies; 24+ messages in thread
From: Markus Armbruster @ 2015-01-28 14:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

I'm routing these patches through qemu-trivial, even though some of
them touch actively maintained code, and could go through the
respective tree instead:

* PATCH 3 sPAPR (Alex)

* PATCH 4 USB (Gerd)

If you want me to reroute any of them, let me know.

Markus Armbruster (4):
  qemu-option: Replace pointless use of g_malloc0() by g_malloc()
  qemu-option: Pair g_malloc() with g_free(), not free()
  spapr_vio: Pair g_malloc() with g_free(), not free()
  usb: Pair g_malloc() with g_free(), not free()

 hw/ppc/spapr_vio.c | 2 +-
 hw/usb/desc-msos.c | 2 +-
 util/qemu-option.c | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

-- 
1.9.3



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

end of thread, other threads:[~2015-02-07 13:31 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28 14:54 [Qemu-trivial] [PATCH 0/4] Pair g_malloc() with g_free(), not free() Markus Armbruster
2015-01-28 14:54 ` [Qemu-devel] " Markus Armbruster
2015-01-28 14:54 ` [Qemu-trivial] [PATCH 1/4] qemu-option: Replace pointless use of g_malloc0() by g_malloc() Markus Armbruster
2015-01-28 14:54   ` [Qemu-devel] " Markus Armbruster
2015-01-29  0:20   ` [Qemu-trivial] " Gonglei
2015-01-29  0:20     ` Gonglei
2015-01-28 14:54 ` [Qemu-trivial] [PATCH 2/4] qemu-option: Pair g_malloc() with g_free(), not free() Markus Armbruster
2015-01-28 14:54   ` [Qemu-devel] " Markus Armbruster
2015-01-29  0:20   ` [Qemu-trivial] " Gonglei
2015-01-29  0:20     ` Gonglei
2015-01-28 14:54 ` [Qemu-trivial] [PATCH 3/4] spapr_vio: " Markus Armbruster
2015-01-28 14:54   ` [Qemu-devel] " Markus Armbruster
2015-01-29  0:20   ` [Qemu-trivial] " Gonglei
2015-01-29  0:20     ` Gonglei
2015-01-28 14:54 ` [Qemu-trivial] [PATCH 4/4] usb: " Markus Armbruster
2015-01-28 14:54   ` [Qemu-devel] " Markus Armbruster
2015-01-29  0:22   ` [Qemu-trivial] " Gonglei
2015-01-29  0:22     ` Gonglei
2015-01-28 15:13 ` [Qemu-trivial] [Qemu-devel] [PATCH 0/4] " Eric Blake
2015-01-28 15:13   ` Eric Blake
2015-02-04  9:43 ` [Qemu-trivial] " Markus Armbruster
2015-02-04  9:43   ` [Qemu-devel] " Markus Armbruster
2015-02-07 13:30 ` [Qemu-trivial] " Michael Tokarev
2015-02-07 13:30   ` [Qemu-devel] " Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.