From: Thomas Huth Date: Mon, 11 Sep 2017 21:33:24 +0000 (-0300) Subject: accel/tcg: move softmmu_template.h to accel/tcg/ X-Git-Tag: pull-nvme-20200902~2242^2~15 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=da1849c1eba50aa372f87c7945d7b230eb2b2fb2;p=qemu-nvme.git 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 [PMD: reword commit title to match series] Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20170911213328.9701-2-f4bug@amsat.org> Signed-off-by: Richard Henderson --- diff --git a/MAINTAINERS b/MAINTAINERS index 2c333aba21..2127bb241a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -86,7 +86,6 @@ M: Richard Henderson 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