]> Git Repo - qemu.git/commitdiff
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)
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

index 4abf3db25e9ce45d077b72c91ffc02be419e7961..c3ead2ca736d5ca492da2bfbfc4ea75c862ddcc5 100644 (file)
@@ -26,7 +26,6 @@
 #include <Hypervisor/hv.h>
 #include <Hypervisor/hv_vmx.h>
 
-#include "exec/address-spaces.h"
 #include "exec/exec-all.h"
 #include "exec/ioport.h"
 #include "hw/i386/apic_internal.h"
index 58e4380ae318dd086c3d9d3503488d6b9b4b1d20..ac370da2814dc49204cd284cf1a49cdd9700b093 100644 (file)
@@ -39,7 +39,6 @@
 #include "hw/hw.h"
 #include "sysemu/device_tree.h"
 #include "exec/gdbstub.h"
-#include "exec/address-spaces.h"
 #include "trace.h"
 #include "hw/s390x/s390-pci-inst.h"
 #include "hw/s390x/s390-pci-bus.h"
index a0e28bd124c3ddc59b186a91680438709ea6ae8a..e21a47fb4d85aa582c31793e30e8e8fee52fa5d6 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "internal.h"
-#include "exec/address-spaces.h"
 #include "exec/helper-proto.h"
 #include "exec/exec-all.h"
 #include "exec/cpu_ldst.h"
index 1f834f35efe2345c1bd74ffd88e66ecb5048314d..de1ced20826e5405b557708dad5e18e892975947 100644 (file)
@@ -26,7 +26,6 @@
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
 #include "qemu/timer.h"
-#include "exec/address-spaces.h"
 #include "exec/exec-all.h"
 #include "exec/cpu_ldst.h"
 
index f8886ae039b4caccc06aac7562c4d45026a0841c..135a9c9d9ba8c0442f1e0cc183ef9bb112a7a30d 100644 (file)
@@ -21,7 +21,6 @@
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "trace.h"
-#include "exec/address-spaces.h"
 
 /* Sparc MMU emulation */
 
This page took 0.034147 seconds and 4 git commands to generate.