diff options
author | Philippe Mathieu-Daudé | 2018-05-29 01:27:00 +0200 |
---|---|---|
committer | Paolo Bonzini | 2018-05-31 19:12:13 +0200 |
commit | df924c06430f55ed527f564adcab358c71cf3c85 (patch) | |
tree | e7101315f1115c56b21ae91b401ddad79abd899b /target/sparc | |
parent | vfio: Include "exec/address-spaces.h" directly in the source file (diff) | |
download | qemu-df924c06430f55ed527f564adcab358c71cf3c85.tar.gz qemu-df924c06430f55ed527f564adcab358c71cf3c85.tar.xz qemu-df924c06430f55ed527f564adcab358c71cf3c85.zip |
accel: Do not include "exec/address-spaces.h" if it is not necessary
Code change produced with:
$ git grep '#include "exec/address-spaces.h"' accel | \
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é <f4bug@amsat.org>
Message-Id: <20180528232719.4721-3-f4bug@amsat.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/sparc')
0 files changed, 0 insertions, 0 deletions