Re: [Qemu-devel] [PATCH] bsd-user: fix build

2012-06-24 Thread Blue Swirl
On Sun, Jun 24, 2012 at 8:34 PM, Peter Maydell wrote: > On 24 June 2012 21:18, Blue Swirl wrote: >> Link in oslib objects also for BSD user, but avoid using the version of >> qemu_vmalloc() defined in oslib-posix.c. > > Do you happen to know why bsd-user has its own implementation of > qemu_vmall

Re: [Qemu-devel] [PATCH] bsd-user: fix build

2012-06-24 Thread Peter Maydell
On 24 June 2012 21:18, Blue Swirl wrote: > Link in oslib objects also for BSD user, but avoid using the version of > qemu_vmalloc() defined in oslib-posix.c. Do you happen to know why bsd-user has its own implementation of qemu_vmalloc() but linux-user doesn't? Discrepancies between the two make

[Qemu-devel] [PATCH] bsd-user: fix build

2012-06-24 Thread Blue Swirl
Link in oslib objects also for BSD user, but avoid using the version of qemu_vmalloc() defined in oslib-posix.c. Signed-off-by: Blue Swirl --- Makefile.target |2 +- oslib-posix.c |3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Makefile.target b/Makefile.target i