From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm5wB-0003ms-Te for qemu-devel@nongnu.org; Mon, 19 Sep 2016 17:17:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bm5w7-0006gH-Gn for qemu-devel@nongnu.org; Mon, 19 Sep 2016 17:17:14 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:48188 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm5w7-0006g5-CO for qemu-devel@nongnu.org; Mon, 19 Sep 2016 17:17:11 -0400 Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u8JLDp4j145863 for ; Mon, 19 Sep 2016 17:17:10 -0400 Received: from e17.ny.us.ibm.com (e17.ny.us.ibm.com [129.33.205.207]) by mx0a-001b2d01.pphosted.com with ESMTP id 25h1q60pj0-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 19 Sep 2016 17:17:10 -0400 Received: from localhost by e17.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 19 Sep 2016 17:17:09 -0400 Received: from b01cxnp22036.gho.pok.ibm.com (b01cxnp22036.gho.pok.ibm.com [9.57.198.26]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 022346E803C for ; Mon, 19 Sep 2016 17:16:45 -0400 (EDT) Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22036.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u8JLH7cH8389056 for ; Mon, 19 Sep 2016 21:17:07 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 49F38AC057 for ; Mon, 19 Sep 2016 17:17:07 -0400 (EDT) Received: from [9.48.114.202] (unknown [9.48.114.202]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP id 09EC3AC040 for ; Mon, 19 Sep 2016 17:17:06 -0400 (EDT) From: Jianjun Duan Date: Mon, 19 Sep 2016 14:17:06 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Message-Id: <7beb1c2e-ae87-f40c-a3fd-1f189dc033e7@linux.vnet.ibm.com> Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] build failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I ran into the follow problems when I tried to build code based on latest master or ppc-for-2.8: hw/ide/core.c: In function =E2=80=98ide_init_ioport=E2=80=99: hw/ide/core.c:2622:39: error: =E2=80=98IDEBus=E2=80=99 has no member name= d =E2=80=98portio_list=E2=80=99 isa_register_portio_list(dev, &bus->portio_list, ^ hw/ide/core.c:2626:43: error: =E2=80=98IDEBus=E2=80=99 has no member name= d =E2=80=98portio2_list=E2=80=99 isa_register_portio_list(dev, &bus->portio2_list, ^ make: *** [hw/ide/core.o] Error 1 Is there a patch available for this? Thanks, Jianjun