From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkbX6-0000i8-9E for qemu-devel@nongnu.org; Thu, 06 Jun 2013 10:51:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkbX5-0004V4-0b for qemu-devel@nongnu.org; Thu, 06 Jun 2013 10:51:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkbX4-0004Ur-OW for qemu-devel@nongnu.org; Thu, 06 Jun 2013 10:51:18 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r56EpH9G023796 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 Jun 2013 10:51:18 -0400 Message-ID: <51B0A1E4.8060608@redhat.com> Date: Thu, 06 Jun 2013 16:51:16 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1370529574-31069-1-git-send-email-hdegoede@redhat.com> <1370529574-31069-2-git-send-email-hdegoede@redhat.com> In-Reply-To: <1370529574-31069-2-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] device_tree: Fix build with latest libfdt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 06/06/13 16:39, Hans de Goede wrote: > We override libfdt_env.h with our own copy, and the latest libfdt expects > libfdt_env.h to define fdt##_t types. Looks sane to me, but I'll leave that to the fdt experts ... cheers, Gerd