Re: [Qemu-devel] [FOR 0.12 PATCH] Simplify qemu_realloc()

2010-02-23 Thread Aurelien Jarno
On Mon, Dec 14, 2009 at 10:48:05AM +0100, Markus Armbruster wrote: > No functional change. Bonus: looks just like qemu_malloc() now. > > Signed-off-by: Markus Armbruster > --- > I tagged this "FOR 0.12" because I think you might want to consider it > for 0.12, not because I think it must go into

[Qemu-devel] [FOR 0.12 PATCH] Simplify qemu_realloc()

2009-12-14 Thread Markus Armbruster
No functional change. Bonus: looks just like qemu_malloc() now. Signed-off-by: Markus Armbruster --- I tagged this "FOR 0.12" because I think you might want to consider it for 0.12, not because I think it must go into 0.12. qemu-malloc.c |8 +++- 1 files changed, 3 insertions(+), 5 del