From: Philippe Mathieu-Daudé Date: Wed, 1 Jan 2020 11:23:02 +0000 (+0100) Subject: tcg: Move TCG headers to include/tcg/ X-Git-Tag: v5.0.0-rc0~142^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3582cfd27bb7fe29e54d98ea0b25cc7a0d6d276;p=thirdparty%2Fqemu.git tcg: Move TCG headers to include/tcg/ Reviewed-by: Paolo Bonzini Reviewed-by: Alistair Francis Reviewed-by: Stefan Weil Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20200101112303.20724-4-philmd@redhat.com> Signed-off-by: Richard Henderson --- diff --git a/MAINTAINERS b/MAINTAINERS index 483edfbc0b5..f8952cf53eb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2382,6 +2382,7 @@ Common TCG code M: Richard Henderson S: Maintained F: tcg/ +F: include/tcg/ TCG Plugins M: Alex Bennée diff --git a/tcg/tcg-gvec-desc.h b/include/tcg/tcg-gvec-desc.h similarity index 100% rename from tcg/tcg-gvec-desc.h rename to include/tcg/tcg-gvec-desc.h diff --git a/tcg/tcg-mo.h b/include/tcg/tcg-mo.h similarity index 100% rename from tcg/tcg-mo.h rename to include/tcg/tcg-mo.h diff --git a/tcg/tcg-op-gvec.h b/include/tcg/tcg-op-gvec.h similarity index 100% rename from tcg/tcg-op-gvec.h rename to include/tcg/tcg-op-gvec.h diff --git a/tcg/tcg-op.h b/include/tcg/tcg-op.h similarity index 100% rename from tcg/tcg-op.h rename to include/tcg/tcg-op.h diff --git a/tcg/tcg-opc.h b/include/tcg/tcg-opc.h similarity index 100% rename from tcg/tcg-opc.h rename to include/tcg/tcg-opc.h diff --git a/tcg/tcg.h b/include/tcg/tcg.h similarity index 100% rename from tcg/tcg.h rename to include/tcg/tcg.h