qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/2] Cocoa patches for 1.0


From: Juan Pineda
Subject: Re: [Qemu-devel] [PATCH 0/2] Cocoa patches for 1.0
Date: Mon, 31 Oct 2011 09:46:38 -0700

Hi Andreas,

I just verified my cocoa.m patch under the master branch. Three things I needed 
to get the master branch to work under OSX:

1) Need to apply your softfpu.h patch
2) Need to configure using non LLVM gcc and disable broken user builds under 
OSX: "--disable-user --cc=gcc-4.2 --host-cc=gcc-4.2"
3) Need to comment out line 2188 in vlc.c to avoid the GThread error that has 
cropped up since 0.15.1

With those three changes qemu-i386 will run under OSX. That allowed me to run 
and verify my cocoa.m patch under the current master branch. Hope that helps.

On another note: the Apple default LLVM gcc will not work with QEMU. Compile 
will succeed, but qemu seg faults when run. GDB doesn't help figure it out (at 
my level of expertise with QEMU) because the stack is incomplete.

Thanks!
-Juan


On Oct 31, 2011, at 3:23 AM, Andreas Färber wrote:

> [Seems they didn't make it to the list yesterday]
> 
> Hello,
> 
> Here's two Cocoa patches I'd like to see pulled into 1.0.
> First, documenting the de facto maintainer.
> Second, fixing the build.
> 
> Since qemu-system-* crashes after selecting an image file,
> I can only say that Juan's sheet patch compiles and would like
> to postpone it until it actually makes a difference. Unless Juan
> or someone has a use case that works on master.
> 
> Regards,
> Andreas
> 
> Cc: Juan Pineda <address@hidden>
> 
> Andreas Färber (2):
>  MAINTAINERS: Add Cocoa maintainer
>  softfloat: Avoid uint16 type conflict on Darwin
> 
> MAINTAINERS     |    5 +++++
> fpu/softfloat.h |    3 +++
> 2 files changed, 8 insertions(+), 0 deletions(-)
> 




reply via email to

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