From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLntN-0000Td-DK for qemu-devel@nongnu.org; Sun, 11 Nov 2018 06:27:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLntH-0002jG-3O for qemu-devel@nongnu.org; Sun, 11 Nov 2018 06:27:00 -0500 Received: from mail-wr1-x443.google.com ([2a00:1450:4864:20::443]:34151) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gLntF-0002cB-P8 for qemu-devel@nongnu.org; Sun, 11 Nov 2018 06:26:54 -0500 Received: by mail-wr1-x443.google.com with SMTP id j26-v6so6317523wre.1 for ; Sun, 11 Nov 2018 03:26:52 -0800 (PST) References: <20181110211313.6922-1-f4bug@amsat.org> <20181110211313.6922-3-f4bug@amsat.org> From: Richard Henderson Message-ID: Date: Sun, 11 Nov 2018 12:26:48 +0100 MIME-Version: 1.0 In-Reply-To: <20181110211313.6922-3-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2/2] decodetree: Add multiple include guard List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Richard Henderson Cc: Eduardo Habkost , Peter Crosthwaite , qemu-devel@nongnu.org, Cleber Rosa , Paolo Bonzini On 11/10/18 10:13 PM, Philippe Mathieu-Daudé wrote: > It is necessary when splitting an ISA, or when using multiple ISAs. > > Signed-off-by: Philippe Mathieu-Daudé > --- > scripts/decodetree.py | 5 +++++ > 1 file changed, 5 insertions(+) I guess I have no problems with this, but can you explain when these headers get included more than once? r~