[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v4 03/21] target: Do not include "exec/address-s
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v4 03/21] target: Do not include "exec/address-spaces.h" if it is not necessary |
Date: |
Tue, 29 May 2018 12:05:33 +0200 |
On Mon, 28 May 2018 20:27:01 -0300
Philippe Mathieu-Daudé <address@hidden> wrote:
> Code change produced with:
> $ git grep '#include "exec/address-spaces.h"' target | \
> cut -d: -f-1 | \
> xargs egrep -L "(get_system_|address_space_)" | \
> xargs sed -i.bak '/#include "exec\/address-spaces.h"/d'
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> target/i386/hvf/x86_task.c | 1 -
> target/s390x/kvm.c | 1 -
> target/s390x/mem_helper.c | 1 -
> target/s390x/misc_helper.c | 1 -
> target/sparc/mmu_helper.c | 1 -
> 5 files changed, 5 deletions(-)
Acked-by: Cornelia Huck <address@hidden>