[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v4 09/21] target: Do not include "exec/exec-all.
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v4 09/21] target: Do not include "exec/exec-all.h" if it is not necessary |
Date: |
Tue, 29 May 2018 13:40:53 +0200 |
On Mon, 28 May 2018 20:27:07 -0300
Philippe Mathieu-Daudé <address@hidden> 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|singlestep|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'
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Re: [qemu-s390x] [PATCH v4 09/21] target: Do not include "exec/exec-all.h" if it is not necessary, Cornelia Huck, 2018/05/30