On Wed, Jan 1, 2020 at 3:27 AM Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > --- > {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 <r...@twiddle.net> > S: Maintained > F: tcg/ > +F: include/tcg/ > > TCG Plugins > M: Alex Bennée <alex.ben...@linaro.org> > -- > 2.21.0 > >