From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNczx-0007S1-EJ for qemu-devel@nongnu.org; Tue, 29 May 2018 07:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNczw-00044W-QN for qemu-devel@nongnu.org; Tue, 29 May 2018 07:41:05 -0400 Date: Tue, 29 May 2018 13:40:53 +0200 From: Cornelia Huck Message-ID: <20180529134053.1ea9f46d.cohuck@redhat.com> In-Reply-To: <20180528232719.4721-10-f4bug@amsat.org> References: <20180528232719.4721-1-f4bug@amsat.org> <20180528232719.4721-10-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 09/21] target: Do not include "exec/exec-all.h" if it is not necessary List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= Cc: Thomas Huth , "Michael S . Tsirkin" , qemu-devel@nongnu.org, qemu-trivial@nongnu.org, Paolo Bonzini , Richard Henderson , Eduardo Habkost , Marcel Apfelbaum , Peter Maydell , "Edgar E. Iglesias" , Michael Walle , Laurent Vivier , Anthony Green , Stafford Horne , David Gibson , Alexander Graf , David Hildenbrand , Max Filippov , "open list:ARM" , "open list:PowerPC" , "open list:S390" On Mon, 28 May 2018 20:27:07 -0300 Philippe Mathieu-Daud=C3=A9 wrote: > Code change produced with: > $ git grep '#include "exec/exec-all.h"' | \ > cut -d: -f-1 | \ > xargs egrep -L "(cpu_address_space_init|cpu_loop_|tlb_|tb_|GETPC|si= nglestep|TranslationBlock)" | \ Hm, does this expression catch all files that need to include exec-all.h? The resulting patch seems fine, though. > xargs sed -i.bak '/#include "exec\/exec-all.h"/d' >=20 > Signed-off-by: Philippe Mathieu-Daud=C3=A9