On Mon, 28 May 2018 20:27:01 -0300
Philippe Mathieu-Daudé <f4...@amsat.org> 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é <f4...@amsat.org>
> ---
>  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 <coh...@redhat.com>

Reply via email to