All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anton Johansson via <qemu-devel@nongnu.org>
To: qemu-devel@nongnu.org
Cc: ale@rev.ng, tsimpson@quicinc.com, bcain@quicinc.com,
	mlambert@quicinc.com, babush@rev.ng, nizzo@rev.ng,
	richard.henderson@linaro.org, alex.bennee@linaro.org
Subject: [PATCH v10 01/16] target/hexagon: update MAINTAINERS for idef-parser
Date: Wed,  1 Jun 2022 18:59:58 +0200	[thread overview]
Message-ID: <20220601170013.160531-2-anjo@rev.ng> (raw)
In-Reply-To: <20220601170013.160531-1-anjo@rev.ng>

From: Alessandro Di Federico <ale@rev.ng>

Signed-off-by: Alessandro Di Federico <ale@rev.ng>
Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index dff0200f70..2ab9579939 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -199,6 +199,8 @@ Hexagon TCG CPUs
 M: Taylor Simpson <tsimpson@quicinc.com>
 S: Supported
 F: target/hexagon/
+X: target/hexagon/idef-parser/
+X: target/hexagon/gen_idef_parser_funcs.py
 F: linux-user/hexagon/
 F: tests/tcg/hexagon/
 F: disas/hexagon.c
@@ -206,6 +208,13 @@ F: configs/targets/hexagon-linux-user/default.mak
 F: docker/dockerfiles/debian-hexagon-cross.docker
 F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
 
+Hexagon idef-parser
+M: Alessandro Di Federico <ale@rev.ng>
+M: Anton Johansson <anjo@rev.ng>
+S: Supported
+F: target/hexagon/idef-parser/
+F: target/hexagon/gen_idef_parser_funcs.py
+
 HPPA (PA-RISC) TCG CPUs
 M: Richard Henderson <richard.henderson@linaro.org>
 S: Maintained
-- 
2.36.1



  reply	other threads:[~2022-06-01 17:03 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-01 16:59 [PATCH v10 00/16] target/hexagon: introduce idef-parser Anton Johansson via
2022-06-01 16:59 ` Anton Johansson via [this message]
2022-06-01 16:59 ` [PATCH v10 02/16] target/hexagon: import README for idef-parser Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 03/16] target/hexagon: make slot number an unsigned Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 04/16] target/hexagon: make helper functions non-static Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 05/16] target/hexagon: introduce new helper functions Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 06/16] target/hexagon: expose next PC in DisasContext Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 07/16] target/hexagon: prepare input for the idef-parser Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 08/16] target/hexagon: update libvirt-ci submodule Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 09/16] target/hexagon: fix renamed package templates Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 10/16] target/hexagon: add flex/bison/glib2 to qemu.yml Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 11/16] target/hexagon: regenerate docker/cirrus files Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 12/16] target/hexagon: manually add flex/bison/glib2 to remaining containers Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 13/16] target/hexagon: import lexer for idef-parser Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 14/16] target/hexagon: import parser " Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 15/16] target/hexagon: call idef-parser functions Anton Johansson via
2022-06-01 17:00 ` [PATCH v10 16/16] target/hexagon: import additional tests Anton Johansson via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220601170013.160531-2-anjo@rev.ng \
    --to=qemu-devel@nongnu.org \
    --cc=ale@rev.ng \
    --cc=alex.bennee@linaro.org \
    --cc=anjo@rev.ng \
    --cc=babush@rev.ng \
    --cc=bcain@quicinc.com \
    --cc=mlambert@quicinc.com \
    --cc=nizzo@rev.ng \
    --cc=richard.henderson@linaro.org \
    --cc=tsimpson@quicinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.