qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Brian Cain <brian.cain@oss.qualcomm.com>
To: Matheus Tavares Bernardino <matheus.bernardino@oss.qualcomm.com>
Cc: qemu-devel@nongnu.org, richard.henderson@linaro.org,
	philmd@linaro.org, ale@rev.ng, anjo@rev.ng,
	marco.liebel@oss.qualcomm.com, ltaylorsimpson@gmail.com,
	alex.bennee@linaro.org, quic_mburton@quicinc.com,
	sidneym@quicinc.com, bcain@quicinc.com
Subject: Re: [PATCH 1/6] target/hexagon: handle .new values
Date: Fri, 4 Apr 2025 08:34:00 -0500	[thread overview]
Message-ID: <ba70f317-36db-400a-a528-00320f478c08@oss.qualcomm.com> (raw)
In-Reply-To: <20250404132551.3677006-1-matheus.bernardino@oss.qualcomm.com>


On 4/4/2025 8:25 AM, Matheus Tavares Bernardino wrote:
> On Thu,  3 Apr 2025 19:51:58 -0700 Brian Cain <brian.cain@oss.qualcomm.com> wrote:
>> From: Brian Cain <bcain@quicinc.com>
> Perhaps it would be best to reset the autorship here to
> brian.cain@oss.qualcomm.com?


Good catch -- will do.


>> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
>> ---
>>   target/hexagon/hex_common.py | 27 ++++++++++++++++++++++-----
>>   1 file changed, 22 insertions(+), 5 deletions(-)
>>
>> diff --git a/target/hexagon/hex_common.py b/target/hexagon/hex_common.py
>> index 758e5fd12d..242dee3731 100755
>> --- a/target/hexagon/hex_common.py
>> +++ b/target/hexagon/hex_common.py
>> @@ -349,6 +349,12 @@ def helper_arg(self):
>>               self.reg_tcg(),
>>               f"{self.helper_arg_type()} {self.helper_arg_name()}"
>>           )
>> +    def from_subtype(self, subtype):
>> +        if subtype == "":
>> +            return self
>> +        raise Exception(
>> +            f"unknown subtype '{subtype}' on generic Register class")
>> +
> We use this method for other reg types downstream (HVX). Since, in this patch
> series, we are not really using from_subtype (get_register is always called
> with subtype == ""), I think we could either exclude it from this series or
> evaluate how to also upstream its use for HVX.


  reply	other threads:[~2025-04-04 13:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-04  2:51 [PATCH 0/6] misc hexagon patches Brian Cain
2025-04-04  2:51 ` [PATCH 1/6] target/hexagon: handle .new values Brian Cain
2025-04-04 13:25   ` Matheus Tavares Bernardino
2025-04-04 13:34     ` Brian Cain [this message]
2025-04-04  2:51 ` [PATCH 2/6] target/hexagon: Fix badva reference, delete CAUSE Brian Cain
2025-04-04  2:52 ` [PATCH 3/6] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof Brian Cain
2025-04-04  2:52 ` [PATCH 4/6] target/hexagon: s/pkt_has_store/pkt_has_scalar_store Brian Cain
2025-04-04  2:52 ` [PATCH 5/6] target/hexagon: Remove unreachable Brian Cain
2025-04-04  2:52 ` [PATCH 6/6] target/hexagon: Add memory order definition Brian Cain
2025-04-04 14:33   ` Richard Henderson
2025-04-04 15:20     ` Brian Cain

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=ba70f317-36db-400a-a528-00320f478c08@oss.qualcomm.com \
    --to=brian.cain@oss.qualcomm.com \
    --cc=ale@rev.ng \
    --cc=alex.bennee@linaro.org \
    --cc=anjo@rev.ng \
    --cc=bcain@quicinc.com \
    --cc=ltaylorsimpson@gmail.com \
    --cc=marco.liebel@oss.qualcomm.com \
    --cc=matheus.bernardino@oss.qualcomm.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quic_mburton@quicinc.com \
    --cc=richard.henderson@linaro.org \
    --cc=sidneym@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).