summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Huth2017-09-11 23:33:24 +0200
committerRichard Henderson2017-09-17 15:52:19 +0200
commitda1849c1eba50aa372f87c7945d7b230eb2b2fb2 (patch)
tree74ffe0d7ed6dd62d062a58b530414e7cb4410447
parenttcg/ppc: disable atomic write check on ppc32 (diff)
downloadqemu-da1849c1eba50aa372f87c7945d7b230eb2b2fb2.tar.gz
qemu-da1849c1eba50aa372f87c7945d7b230eb2b2fb2.tar.xz
qemu-da1849c1eba50aa372f87c7945d7b230eb2b2fb2.zip
accel/tcg: move softmmu_template.h to accel/tcg/
The header is only used by accel/tcg/cputlb.c so we can move it to the accel/tcg/ folder, too. Signed-off-by: Thomas Huth <thuth@redhat.com> [PMD: reword commit title to match series] Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20170911213328.9701-2-f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
-rw-r--r--MAINTAINERS1
-rw-r--r--accel/tcg/softmmu_template.h (renamed from softmmu_template.h)0
2 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2c333aba21..2127bb241a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -86,7 +86,6 @@ M: Richard Henderson <rth@twiddle.net>
S: Maintained
F: cpus.c
F: exec.c
-F: softmmu_template.h
F: accel/tcg/
F: include/exec/cpu*.h
F: include/exec/exec-all.h
diff --git a/softmmu_template.h b/accel/tcg/softmmu_template.h
index d7563292a5..d7563292a5 100644
--- a/softmmu_template.h
+++ b/accel/tcg/softmmu_template.h