> Paul Brook wrote:
> >> Is there any reason (other than being coding style) in using
> >> qemu_free() instead of free()? As per qem-malloc.c qemu_free() is
> >> nothing but free().
> >
> > The whole point of qemu_{malloc,free} is to isolate code from the system
> > implementation of malloc/free.
On Tue, 9 Mar 2010 12:30:08 +, Paul Brook wrote:
> > Is there any reason (other than being coding style) in using qemu_free()
> > instead of free()? As per qem-malloc.c qemu_free() is nothing but free().
>
> The whole point of qemu_{malloc,free} is to isolate code from the system
> implemen
Paul Brook wrote:
>> Is there any reason (other than being coding style) in using qemu_free()
>> instead of free()? As per qem-malloc.c qemu_free() is nothing but free().
>
> The whole point of qemu_{malloc,free} is to isolate code from the system
> implementation of malloc/free. It's entirely p
> Is there any reason (other than being coding style) in using qemu_free()
> instead of free()? As per qem-malloc.c qemu_free() is nothing but free().
The whole point of qemu_{malloc,free} is to isolate code from the system
implementation of malloc/free. It's entirely possible that future versio
Aneesh Kumar K. V wrote:
> On Wed, 3 Mar 2010 23:35:36 +0300 (MSK), malc wrote:
>> On Wed, 3 Mar 2010, Anthony Liguori wrote:
>>
>>> This get the mount to work on the guest
>>>
>>> [ki...@linux.vnet.ibm.com: malloc to qemu_malloc conversion]
>>>
>>> Signed-off-by: Anthony Liguori
>>> Signed-off-b
On Wed, 3 Mar 2010 23:35:36 +0300 (MSK), malc wrote:
> On Wed, 3 Mar 2010, Anthony Liguori wrote:
>
> > This get the mount to work on the guest
> >
> > [ki...@linux.vnet.ibm.com: malloc to qemu_malloc conversion]
> >
> > Signed-off-by: Anthony Liguori
> > Signed-off-by: Gautham R Shenoy
> > S
On Wed, 3 Mar 2010, Anthony Liguori wrote:
> This get the mount to work on the guest
>
> [ki...@linux.vnet.ibm.com: malloc to qemu_malloc conversion]
>
> Signed-off-by: Anthony Liguori
> Signed-off-by: Gautham R Shenoy
> Signed-off-by: Aneesh Kumar K.V
> ---
> hw/virtio-9p-local.c |7 ++
This get the mount to work on the guest
[ki...@linux.vnet.ibm.com: malloc to qemu_malloc conversion]
Signed-off-by: Anthony Liguori
Signed-off-by: Gautham R Shenoy
Signed-off-by: Aneesh Kumar K.V
---
hw/virtio-9p-local.c |7 ++
hw/virtio-9p.c | 169 +