Message ID | 20221223180016.2068508-16-christoph.muellner@vrull.eu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for the T-Head vendor extensions | expand |
On Sat, Dec 24, 2022 at 4:09 AM Christoph Muellner <christoph.muellner@vrull.eu> wrote: > > From: Christoph Müllner <christoph.muellner@vrull.eu> > > The XThead* extensions are maintained by T-Head and VRULL. > Adding a point of contact from both companies. > > Signed-off-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com> > Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Alistair > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b270eb8e5b..38f3ab3772 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -294,6 +294,14 @@ F: include/hw/riscv/ > F: linux-user/host/riscv32/ > F: linux-user/host/riscv64/ > > +RISC-V XThead* extensions > +M: Christoph Muellner <christoph.muellner@vrull.eu> > +M: LIU Zhiwei <zhiwei_liu@linux.alibaba.com> > +L: qemu-riscv@nongnu.org > +S: Supported > +F: target/riscv/insn_trans/trans_xthead.c.inc > +F: target/riscv/xthead*.decode > + > RISC-V XVentanaCondOps extension > M: Philipp Tomsich <philipp.tomsich@vrull.eu> > L: qemu-riscv@nongnu.org > -- > 2.38.1 > >
diff --git a/MAINTAINERS b/MAINTAINERS index b270eb8e5b..38f3ab3772 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -294,6 +294,14 @@ F: include/hw/riscv/ F: linux-user/host/riscv32/ F: linux-user/host/riscv64/ +RISC-V XThead* extensions +M: Christoph Muellner <christoph.muellner@vrull.eu> +M: LIU Zhiwei <zhiwei_liu@linux.alibaba.com> +L: qemu-riscv@nongnu.org +S: Supported +F: target/riscv/insn_trans/trans_xthead.c.inc +F: target/riscv/xthead*.decode + RISC-V XVentanaCondOps extension M: Philipp Tomsich <philipp.tomsich@vrull.eu> L: qemu-riscv@nongnu.org