From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uy6wR-0007S6-VX for qemu-devel@nongnu.org; Sat, 13 Jul 2013 17:01:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uy6wP-0007JA-D2 for qemu-devel@nongnu.org; Sat, 13 Jul 2013 17:01:19 -0400 Received: from mail-pd0-x22a.google.com ([2607:f8b0:400e:c02::22a]:53998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uy6wP-0007J6-76 for qemu-devel@nongnu.org; Sat, 13 Jul 2013 17:01:17 -0400 Received: by mail-pd0-f170.google.com with SMTP id x11so9645531pdj.15 for ; Sat, 13 Jul 2013 14:01:15 -0700 (PDT) Sender: Richard Henderson Message-ID: <51E1C017.7030106@twiddle.net> Date: Sat, 13 Jul 2013 14:01:11 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1373659973-23289-1-git-send-email-peter.maydell@linaro.org> <1373659973-23289-6-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1373659973-23289-6-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/8] linux-user: Move includes of target-specific headers to end of qemu.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Jia Liu , patches@linaro.org, Riku Voipio , Alexander Graf , qemu-devel@nongnu.org, Blue Swirl , Paul Brook , Guan Xuetao , Aurelien Jarno On 07/12/2013 01:12 PM, Peter Maydell wrote: > The target-specific headers (target_cpu.h and target_signal.h) > might need to use the target-independent structure and function > definitions of qemu.h; so include them only at the bottom of > qemu.h, not the top. > > Signed-off-by: Peter Maydell Reviewed-by: Richard Henderson r~