qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL v2 00/32] Misc changes for 2016-02-08


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL v2 00/32] Misc changes for 2016-02-08
Date: Tue, 9 Feb 2016 14:20:40 +0000

On 9 February 2016 at 12:13, Paolo Bonzini <address@hidden> wrote:
> The following changes since commit e4a096b1cd4350eeca5dcdc391ab333d2083d7fd:
>
>   ui/cocoa.m: Include qemu/osdep.h (2016-02-08 13:14:40 +0000)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 91eb5e5293fda2127ae33594715b47ff7e4eb985:
>
>   qemu-char, io: fix ordering of arguments for UDP socket creation 
> (2016-02-09 13:06:00 +0100)
>
> ----------------------------------------------------------------
> * switch to C11 atomics (Alex)
> * Coverity fixes for IPMI (Corey), i386 (Paolo), qemu-char (Paolo)
> * at long last, fail on wrong .pc files if -m32 is in use (Daniel)
> * qemu-char regression fix (Daniel)
> * SAS1068 device (Paolo)
> * memory region docs improvements (Peter)
> * target-i386 cleanups (Richard)
> * qemu-nbd docs improvements (Sitsofe)
> * thread-safe memory hotplug (Stefan)

Compilation failure I'm afraid (all hosts):

/home/pm215/qemu/target-i386/translate.c: In function ‘tcg_x86_init’:
/home/pm215/qemu/target-i386/translate.c:7724:34: error: passing
argument 1 of ‘tcg_global_mem_new_i32’ makes pointer from integer
without a cast [-Werror]
                                  seg_base_names[i]);
                                  ^
In file included from /home/pm215/qemu/tcg/tcg-op.h:25:0,
                 from /home/pm215/qemu/target-i386/translate.c:24:
/home/pm215/qemu/tcg/tcg.h:644:24: note: expected ‘TCGv_ptr’ but
argument is of type ‘int’
 static inline TCGv_i32 tcg_global_mem_new_i32(TCGv_ptr reg, intptr_t offset,
                        ^

thanks
-- PMM



reply via email to

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