qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/7] xen: add console backend driver.


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH 3/7] xen: add console backend driver.
Date: Mon, 4 Aug 2008 23:47:09 +0300

On 8/4/08, Gerd Hoffmann <address@hidden> wrote:
> Blue Swirl wrote:
>  > On 8/4/08, Gerd Hoffmann <address@hidden> wrote:
>  >>  +       buffer->data = realloc(buffer->data, buffer->capacity);
>  >
>  > On Qemu, instead of malloc,  qemu_malloc should be used to allocate
>  > memory. Though there isn't qemu_realloc.
>
>
> Should I add qemu_realloc then?

That would be nice, but changing also all reallocs to qemu_realloc
calls for a new patch.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]