From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtb8q-0007ym-5q for qemu-devel@nongnu.org; Sun, 17 Sep 2017 11:05:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtb8l-00087m-8h for qemu-devel@nongnu.org; Sun, 17 Sep 2017 11:05:52 -0400 Received: from mail-oi0-x236.google.com ([2607:f8b0:4003:c06::236]:51293) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dtb8l-00087O-3p for qemu-devel@nongnu.org; Sun, 17 Sep 2017 11:05:47 -0400 Received: by mail-oi0-x236.google.com with SMTP id i6so3680142oih.8 for ; Sun, 17 Sep 2017 08:05:47 -0700 (PDT) From: Richard Henderson Date: Sun, 17 Sep 2017 08:05:20 -0700 Message-Id: <20170917150535.8284-3-richard.henderson@linaro.org> In-Reply-To: <20170917150535.8284-1-richard.henderson@linaro.org> References: <20170917150535.8284-1-richard.henderson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 02/17] accel/tcg: move softmmu_template.h to accel/tcg/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Thomas Huth , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= From: Thomas Huth 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 --- softmmu_template.h => accel/tcg/softmmu_template.h | 0 MAINTAINERS | 1 - 2 files changed, 1 deletion(-) rename softmmu_template.h => accel/tcg/softmmu_template.h (100%) 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 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 -- 2.13.5