Re: [Qemu-devel] [PATCH 0/2] Tidy qemu_malloc

2010-05-28 Thread Aurelien Jarno
On Fri, May 21, 2010 at 10:37:50AM -0700, Richard Henderson wrote: > I was reminded of this by the discussion on the list recently of > using calloc for qemu_mallocz. I'd vaguely remembered that I > already had a patch that did this. > > The second patch is a cleanup enabled by Paul's patch: >

[Qemu-devel] [PATCH 0/2] Tidy qemu_malloc

2010-05-21 Thread Richard Henderson
I was reminded of this by the discussion on the list recently of using calloc for qemu_mallocz. I'd vaguely remembered that I already had a patch that did this. The second patch is a cleanup enabled by Paul's patch: 2e9a5713f0567fffaa3518f495b8d16a2b74f84a which removed PAGE_RESERVED. r~ Ri