Re: [Qemu-devel] [PATCH] HACKING: clarify allocation/free recommendations

2011-12-15 Thread Anthony Liguori
On 12/15/2011 07:33 AM, Peter Maydell wrote: Clarify the allocation/free recommendations; this is mostly just tidying up following the global-search-and-replace done with the conversion to the GLib g_malloc and friends. Signed-off-by: Peter Maydell Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] HACKING: clarify allocation/free recommendations

2011-12-15 Thread Anthony Liguori
On 12/15/2011 07:33 AM, Peter Maydell wrote: Clarify the allocation/free recommendations; this is mostly just tidying up following the global-search-and-replace done with the conversion to the GLib g_malloc and friends. Signed-off-by: Peter Maydell Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] HACKING: clarify allocation/free recommendations

2011-12-15 Thread Stefan Hajnoczi
On Thu, Dec 15, 2011 at 1:33 PM, Peter Maydell wrote: > Clarify the allocation/free recommendations; this is mostly > just tidying up following the global-search-and-replace done > with the conversion to the GLib g_malloc and friends. > > Signed-off-by: Peter Maydell > --- >  HACKING |   10 +

[Qemu-devel] [PATCH] HACKING: clarify allocation/free recommendations

2011-12-15 Thread Peter Maydell
Clarify the allocation/free recommendations; this is mostly just tidying up following the global-search-and-replace done with the conversion to the GLib g_malloc and friends. Signed-off-by: Peter Maydell --- HACKING | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git