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 19:52:44 +0300

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.

>  +    if (!type || 0 != strcmp(type, "ioemu")) {

Shouldn't this be "qemu"?




reply via email to

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