qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] qemu master build errors


From: Anthony Liguori
Subject: Re: [Qemu-devel] qemu master build errors
Date: Mon, 14 Oct 2013 08:06:21 -0700


On Oct 14, 2013 7:49 AM, "Michael S. Tsirkin" <address@hidden> wrote:
>
> On Mon, Oct 14, 2013 at 04:38:22PM +0200, Markus Armbruster wrote:
> > "Michael S. Tsirkin" <address@hidden> writes:
> >
> > > /scm/qemu/exec.c:720:51: error: initialization from incompatible pointer type [-Werror]
> > >  static void *(*phys_mem_alloc)(ram_addr_t size) = qemu_anon_ram_alloc;
> > >                                                    ^
> > > /scm/qemu/exec.c: In function ‘qemu_ram_alloc_from_ptr’:
> > > /scm/qemu/exec.c:1107:32: error: comparison of distinct pointer types lacks a cast [-Werror]
> > >              if (phys_mem_alloc != qemu_anon_ram_alloc) {
> > >                                 ^
> > > /scm/qemu/exec.c: In function ‘qemu_ram_remap’:
> > > /scm/qemu/exec.c:1251:38: error: comparison of distinct pointer types lacks a cast [-Werror]
> > >                      assert(phys_mem_alloc == qemu_anon_ram_alloc);
> > >                                       ^
> > > cc1: all warnings being treated as errors
> > > make[1]: *** [exec.o] Error 1
> > [...]
> >
> > Fix has been on list for a while:
> > https://lists.nongnu.org/archive/html/qemu-devel/2013-09/msg04685.html
>
> Well who's picking it up?
>
I'll push this morning.

Regards,

Anthony Liguori


reply via email to

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