[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 3/4] tcg: Move TCG headers to include/tcg/
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v2 3/4] tcg: Move TCG headers to include/tcg/ |
Date: |
Wed, 1 Jan 2020 12:23:02 +0100 |
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
{tcg => include/tcg}/tcg-gvec-desc.h | 0
{tcg => include/tcg}/tcg-mo.h | 0
{tcg => include/tcg}/tcg-op-gvec.h | 0
{tcg => include/tcg}/tcg-op.h | 0
{tcg => include/tcg}/tcg-opc.h | 0
{tcg => include/tcg}/tcg.h | 0
MAINTAINERS | 1 +
7 files changed, 1 insertion(+)
rename {tcg => include/tcg}/tcg-gvec-desc.h (100%)
rename {tcg => include/tcg}/tcg-mo.h (100%)
rename {tcg => include/tcg}/tcg-op-gvec.h (100%)
rename {tcg => include/tcg}/tcg-op.h (100%)
rename {tcg => include/tcg}/tcg-opc.h (100%)
rename {tcg => include/tcg}/tcg.h (100%)
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
diff --git a/MAINTAINERS b/MAINTAINERS
index 387879aebc..02e1490895 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2374,6 +2374,7 @@ Common TCG code
M: Richard Henderson <address@hidden>
S: Maintained
F: tcg/
+F: include/tcg/
TCG Plugins
M: Alex Bennée <address@hidden>
--
2.21.0
- [PATCH v2 0/4] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list, Philippe Mathieu-Daudé, 2020/01/01
- [PATCH v2 1/4] tcg: Search includes from the project root source directory, Philippe Mathieu-Daudé, 2020/01/01
- [PATCH v2 2/4] tcg: Search includes in the parent source directory, Philippe Mathieu-Daudé, 2020/01/01
- [PATCH v2 3/4] tcg: Move TCG headers to include/tcg/,
Philippe Mathieu-Daudé <=
- [PATCH v2 4/4] configure: Remove tcg/ from the preprocessor include search list, Philippe Mathieu-Daudé, 2020/01/01
- Re: [PATCH v2 0/4] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list, Stefan Weil, 2020/01/02
- Re: [PATCH v2 0/4] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list, Richard Henderson, 2020/01/02
- Re: [PATCH v2 0/4] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list, Paolo Bonzini, 2020/01/07