From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 666E7C433F5 for ; Fri, 22 Oct 2021 03:26:51 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C12AD619BB for ; Fri, 22 Oct 2021 03:26:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C12AD619BB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:59810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdlCj-0006Ne-GW for qemu-devel@archiver.kernel.org; Thu, 21 Oct 2021 23:26:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53644) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdlBU-0005Ss-DU for qemu-devel@nongnu.org; Thu, 21 Oct 2021 23:25:32 -0400 Received: from mail-io1-xd30.google.com ([2607:f8b0:4864:20::d30]:39698) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mdlBQ-00037K-Bh for qemu-devel@nongnu.org; Thu, 21 Oct 2021 23:25:32 -0400 Received: by mail-io1-xd30.google.com with SMTP id o184so3616694iof.6 for ; Thu, 21 Oct 2021 20:25:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=zi/iD66Wxe147JjaGKlr/N3ukbAHB1lLA7xwYenMdtA=; b=YL8DLT1JLiq7SllAQNkjZg2iomfj++Lw5MFE0rkS8Z01m80+DDdWiBB/AFqor+7EVj /yp3MdkMdjfDQCDTf8Os0c3hf53vVbTl0ebFEVKLpzpIKqz9hcq+/UIj13eoKYCuYTm2 O/y/rS1ZiZGMReW9ZBPVEXtSVGCpSFsDD8lFVBF++EXuCCOZTOV3k128bBOgdQQGie5t Zom8GSuWIBtl8iqddRz29Sj9f6PJ0r08UPWKLxKbptrYzM9V/3PA0ard7csCWFmlG8lL wCFMDoaH7fvy2leQrG0xCSriEcymEM9XPI24PZhif/NRwr9Ax6fj963VBjeVS4HKu03B /d6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zi/iD66Wxe147JjaGKlr/N3ukbAHB1lLA7xwYenMdtA=; b=WQT0yJWDkXx3NRdtnTQu/EOkcyUG2KT/0UtH7TGiXl2Rvs4frkkWesASUOlM+om/JQ g5Or7DNekwIHkSTqSMEqAYnyRrNNllyf+xAfxPi/45pr7J+cgnb5LRPsMcyYDKcszcmk ERDzHRIi8GgZIW4LrVxHZamreY5mX1kFn67Gunh/7DnxOlX1iYrQIOeWJ7KyFlI1rFT5 /uNulA6erjXrNP95ZHUMLzjfFiJrp59mesb+QnhuMHMU4ELPzNdtbRvzkp5viR1vWmlj DgvA9yC5IQ1ElTZYdUOzXTEFMHF1t+5TEUwl+Ask8ossmcq0Sad1nqLzJrqATHO7iL/5 /o3g== X-Gm-Message-State: AOAM530rzdl6pyAqe/721u0dwJiI5AYXV0tRjIigFMuSKmB8hGnjiIpD eeERjjv7bI7y7s4E2XCXNCufSdGSelWwKNzSePRYYA== X-Google-Smtp-Source: ABdhPJwZOngL5e5vY41HUwy6jBqN7x/tENteZhOBxkzVYAbYj+GTJpJ5NowuT6ok5SkrEGOwBvqlJ7jRAKQeoiyBAUA= X-Received: by 2002:a02:c6a5:: with SMTP id o5mr6676654jan.58.1634873126615; Thu, 21 Oct 2021 20:25:26 -0700 (PDT) MIME-Version: 1.0 References: <20211021162956.2772656-1-frank.chang@sifive.com> <20211021162956.2772656-2-frank.chang@sifive.com> <07a1c82b-a8d1-cb01-e647-e777cb3aa497@linaro.org> In-Reply-To: <07a1c82b-a8d1-cb01-e647-e777cb3aa497@linaro.org> From: Frank Chang Date: Fri, 22 Oct 2021 11:25:15 +0800 Message-ID: Subject: Re: [PATCH v5 1/8] target/riscv: zfh: half-precision load and store To: Richard Henderson Content-Type: multipart/alternative; boundary="000000000000f7120d05cee88fe9" Received-SPF: pass client-ip=2607:f8b0:4864:20::d30; envelope-from=frank.chang@sifive.com; helo=mail-io1-xd30.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alistair Francis , "open list:RISC-V" , Bin Meng , "qemu-devel@nongnu.org Developers" , Chih-Min Chao , Palmer Dabbelt , Alistair Francis , Kito Cheng Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" --000000000000f7120d05cee88fe9 Content-Type: text/plain; charset="UTF-8" On Fri, Oct 22, 2021 at 7:28 AM Richard Henderson < richard.henderson@linaro.org> wrote: > On 10/21/21 3:31 PM, Alistair Francis wrote: > > On Fri, Oct 22, 2021 at 2:30 AM wrote: > >> > >> From: Kito Cheng > >> > >> Signed-off-by: Kito Cheng > >> Signed-off-by: Chih-Min Chao > >> Signed-off-by: Frank Chang > >> Reviewed-by: Richard Henderson > > > > It doesn't look like this made it through to the list. I only see v3 > > on patchew: > https://patchew.org/QEMU/20211016090742.3034669-1-frank.chang@sifive.com/ > > It's just the cover-letter that got lost. > > > https://lore.kernel.org/qemu-devel/20211021162956.2772656-2-frank.chang@sifive.com/ > > > > Can you rebase this on > > https://github.com/alistair23/qemu/tree/riscv-to-apply.next when you > > re-send it? > > But a rebase is probably required anyway. > Hi Alistair and Richard, This patchset is already rebased on riscv-to-apply.next. The Zfh and Zfhmin cpu properties are already moved to /* Defaults for standard extensions */ section, along with other Zi* extensions. BTW, I found out my patchset won't appear at Patchew if cover letter is only sent to qemu-riscv@nongnu.org. (I used: "git send-email --to 'qemu-riscv@nongnu.org' ...", instead of: "git send-email --to 'qemu-devel@nongnu.org, qemu-riscv@nongnu.org' ...") I will send it to qemu-devel@nongnu.org as well in my future patchset. Regards, Frank Chang > > r~ > --000000000000f7120d05cee88fe9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Fri, Oct 22, 2021 at 7:28 AM Richard H= enderson <richard.hender= son@linaro.org> wrote:
On 10/21/21 3:31 PM, Alistair Fran= cis wrote:
> On Fri, Oct 22, 2021 at 2:30 AM <frank.chang@sifive.com> wrote:
>>
>> From: Kito Cheng <kito.cheng@sifive.com>
>>
>> Signed-off-by: Kito Cheng <kito.cheng@sifive.com>
>> Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
>> Signed-off-by: Frank Chang <frank.chang@sifive.com>
>> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
>
> It doesn't look like this made it through to the list. I only see = v3
> on patchew: https://pa= tchew.org/QEMU/20211016090742.3034669-1-frank.chang@sifive.com/

It's just the cover-letter that got lost.

https://lore.kern= el.org/qemu-devel/20211021162956.2772656-2-frank.chang@sifive.com/


> Can you rebase this on
> https://github.com/alistair23/qemu/t= ree/riscv-to-apply.next when you
> re-send it?

But a rebase is probably required anyway.

Hi Alistair and Richard,

This patchset is alrea= dy rebased on riscv-to-apply.next.
The Zfh and Zfhmin cpu propert= ies are already moved to
/* Defaults for standard extensions */ s= ection,
along with other Zi* extensions.

BTW, I found out my patchset won't appear at Patchew
if cove= r letter is only sent=C2=A0to=C2=A0qemu-riscv@nongnu.org.
(I used: "git send-email --to &#= 39;qemu-riscv@nongnu.org' = ...",
instead of: "git send-email --to 'qemu-devel@nongnu.org,qemu-riscv@nongnu.org' ...")
<= br>
I will send it to=C2=A0qemu-devel@nongnu.org as well in my=C2=A0future=C2=A0patchset.
=

Regards,
Frank Chang



r~
--000000000000f7120d05cee88fe9--