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 <th...@redhat.com> --- Note: This patch should be applied after Philippe's "MAINTAINERS: update TCG entries" patch here: https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg06529.html MAINTAINERS | 1 - softmmu_template.h => accel/tcg/softmmu_template.h | 0 2 files changed, 1 deletion(-) rename softmmu_template.h => accel/tcg/softmmu_template.h (100%) diff --git a/MAINTAINERS b/MAINTAINERS index 74b3956..993b12e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -86,7 +86,6 @@ M: Richard Henderson <r...@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 similarity index 100% rename from softmmu_template.h rename to accel/tcg/softmmu_template.h -- 1.8.3.1