From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYwqZ-0003zC-Q6 for qemu-devel@nongnu.org; Mon, 07 Sep 2015 09:52:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYwqW-0001Ma-Hd for qemu-devel@nongnu.org; Mon, 07 Sep 2015 09:52:35 -0400 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:34662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYwqW-0001MN-Ar for qemu-devel@nongnu.org; Mon, 07 Sep 2015 09:52:32 -0400 Received: by laeb10 with SMTP id b10so52913631lae.1 for ; Mon, 07 Sep 2015 06:52:31 -0700 (PDT) References: <1441383782-24378-1-git-send-email-peter.maydell@linaro.org> <1441383782-24378-3-git-send-email-peter.maydell@linaro.org> <55ED80C9.5000700@gmail.com> From: Sergey Fedorov Message-ID: <55ED969D.9020108@gmail.com> Date: Mon, 7 Sep 2015 16:52:29 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 2/6] hw/arm: new interface for devices which need to behave differently for kernel boot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "Edgar E. Iglesias" , QEMU Developers , Patch Tracking On 07.09.2015 16:17, Peter Maydell wrote: > See review discussion on v1. The arm_boot_info structure includes > fields that use data types that are only available to source files > compiled per-target, and the GIC source files are compiled once-only. Ah, sorry for that. Best, Sergey