diff options
author | Thomas Huth <thuth@redhat.com> | 2017-09-11 18:33:24 -0300 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2017-09-17 06:52:19 -0700 |
commit | da1849c1eba50aa372f87c7945d7b230eb2b2fb2 (patch) | |
tree | 74ffe0d7ed6dd62d062a58b530414e7cb4410447 | |
parent | ba026602a673677735428e64e621cdf95b5cd6d9 (diff) |
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-- | MAINTAINERS | 1 | ||||
-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 |