]> Git Repo - qemu.git/commit
target: Do not include "exec/address-spaces.h" if it is not necessary
authorPhilippe Mathieu-Daudé <[email protected]>
Mon, 28 May 2018 23:27:01 +0000 (20:27 -0300)
committerPaolo Bonzini <[email protected]>
Thu, 31 May 2018 17:12:13 +0000 (19:12 +0200)
commit25a3173a0cd318445f274d82543d9a8133b4c384
tree0df9215a863cbb4d471afd8e008ce54f0d49184d
parentdf924c06430f55ed527f564adcab358c71cf3c85
target: Do not include "exec/address-spaces.h" if it is not necessary

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é <[email protected]>
Message-Id: <20180528232719[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Acked-by: Cornelia Huck <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target/i386/hvf/x86_task.c
target/s390x/kvm.c
target/s390x/mem_helper.c
target/s390x/misc_helper.c
target/sparc/mmu_helper.c
This page took 0.028532 seconds and 4 git commands to generate.