From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6MWx-0002XE-3t for qemu-devel@nongnu.org; Mon, 05 Aug 2013 11:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6MWp-0001wN-Lu for qemu-devel@nongnu.org; Mon, 05 Aug 2013 11:17:07 -0400 Received: from smtp3.mundo-r.com ([212.51.32.191]:12327 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6MWp-0001qc-Fz for qemu-devel@nongnu.org; Mon, 05 Aug 2013 11:16:59 -0400 Date: Mon, 5 Aug 2013 17:16:21 +0200 From: Alberto Garcia Message-ID: <20130805151621.GA27253@igalia.com> References: <1375478221-22722-1-git-send-email-afaerber@suse.de> <1375478221-22722-2-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1375478221-22722-2-git-send-email-afaerber@suse.de> Subject: Re: [Qemu-devel] [PATCH qom-next for-next 1/6] ipack: Convert to QOM realize List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: qemu-devel@nongnu.org On Fri, Aug 02, 2013 at 11:16:56PM +0200, Andreas Färber wrote: > +#define IPOCTAL_GET_PARENT_CLASS(obj) \ > + OBJECT_GET_PARENT_CLASS(obj, TYPE_IPOCTAL) Hey, I cannot make it compile with the latest master: hw/char/ipoctal232.c: In function ‘ipoctal_realize’: hw/char/ipoctal232.c:544:5: error: implicit declaration of function ‘OBJECT_GET_PARENT_CLASS’ [-Werror=implicit-function-declaration] hw/char/ipoctal232.c:544:5: error: nested extern declaration of ‘OBJECT_GET_PARENT_CLASS’ [-Werror=nested-externs] Berto