qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] QEMU 2.4 for Windows - current status


From: Liviu Ionescu
Subject: Re: [Qemu-devel] QEMU 2.4 for Windows - current status
Date: Wed, 5 Aug 2015 19:51:50 +0300

> On 05 Aug 2015, at 14:03, Stefan Weil <address@hidden> wrote:
> 
> Fix sigsetjmp for w64
> http://repo.or.cz/w/qemu/ar7.git/commit/8fa9c07c9a33174905e67589bea6be3e278712cb


I tried to apply your patch to my branch and I got:

Running QEMU make install...
  CC    gnuarmeclipse-softmmu/cpu-exec.o
/Host/Work/qemu/gnuarmeclipse-qemu.git/cpu-exec.c:37:0: warning: "sigsetjmp" 
redefined
 #define sigsetjmp(env, savesigs) _setjmp(env, NULL)
 ^
In file included from 
/Host/Work/qemu/gnuarmeclipse-qemu.git/include/qemu-common.h:47:0,
                 from 
/Host/Work/qemu/gnuarmeclipse-qemu.git/target-arm/cpu.h:39,
                 from /Host/Work/qemu/gnuarmeclipse-qemu.git/cpu-exec.c:20:
/Host/Work/qemu/gnuarmeclipse-qemu.git/include/sysemu/os-win32.h:72:0: note: 
this is the location of the previous definition
 #define sigsetjmp(env, savemask) setjmp(env)
 ^


I did not check the latest version in the repository (waiting for 2.4), but 
could you verify, maybe a better location for your patch would be in os-win32.h?


Regards,

Liviu




reply via email to

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