From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVjSQ-0001aH-9k for qemu-devel@nongnu.org; Mon, 14 Oct 2013 10:49:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVjSH-0007tF-PQ for qemu-devel@nongnu.org; Mon, 14 Oct 2013 10:49:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVjSH-0007t4-Ht for qemu-devel@nongnu.org; Mon, 14 Oct 2013 10:49:09 -0400 Date: Mon, 14 Oct 2013 17:51:42 +0300 From: "Michael S. Tsirkin" Message-ID: <20131014145059.GA12371@redhat.com> References: <20131014140858.GA16237@redhat.com> <87ppr7gboh.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87ppr7gboh.fsf@blackfin.pond.sub.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] qemu master build errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org, Anthony Liguori On Mon, Oct 14, 2013 at 04:38:22PM +0200, Markus Armbruster wrote: > "Michael S. Tsirkin" writes: >=20 > > /scm/qemu/exec.c:720:51: error: initialization from incompatible poin= ter type [-Werror] > > static void *(*phys_mem_alloc)(ram_addr_t size) =3D qemu_anon_ram_al= loc; > > ^ > > /scm/qemu/exec.c: In function =E2=80=98qemu_ram_alloc_from_ptr=E2=80=99= : > > /scm/qemu/exec.c:1107:32: error: comparison of distinct pointer types= lacks a cast [-Werror] > > if (phys_mem_alloc !=3D qemu_anon_ram_alloc) { > > ^ > > /scm/qemu/exec.c: In function =E2=80=98qemu_ram_remap=E2=80=99: > > /scm/qemu/exec.c:1251:38: error: comparison of distinct pointer types= lacks a cast [-Werror] > > assert(phys_mem_alloc =3D=3D qemu_anon_ram_alloc= ); > > ^ > > cc1: all warnings being treated as errors > > make[1]: *** [exec.o] Error 1 > [...] >=20 > 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?