From: Richard Henderson <richard.henderson@linaro.org>
To: Song Gao <gaosong@loongson.cn>, qemu-devel@nongnu.org
Subject: Re: [PULL v2 00/45] loongarch-to-apply queue
Date: Sat, 6 May 2023 10:04:09 +0100 [thread overview]
Message-ID: <7d340bb8-d863-8ca2-f334-1d60340f6287@linaro.org> (raw)
In-Reply-To: <20230506063540.178794-1-gaosong@loongson.cn>
On 5/6/23 07:34, Song Gao wrote:
> The following changes since commit eb5c3932a383ba1ef3a911232c644f2e053ef66c:
>
> Merge tag 'pw-pull-request' ofhttps://gitlab.com/marcandre.lureau/qemu into staging (2023-05-05 19:18:05 +0100)
>
> are available in the Git repository at:
>
> https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20230506
>
> for you to fetch changes up to 725d7e763a802321e1bb303348afc551d564d31e:
>
> hw/intc: don't use target_ulong for LoongArch ipi (2023-05-06 11:19:50 +0800)
>
> ----------------------------------------------------------------
> Add LoongArch LSX instructions.
>
> v2: Fixes build error.
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.
r~
next prev parent reply other threads:[~2023-05-06 9:05 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-06 6:34 [PULL v2 00/45] loongarch-to-apply queue Song Gao
2023-05-06 6:34 ` [PULL v2 01/45] target/loongarch: Add LSX data type VReg Song Gao
2023-05-06 6:34 ` [PULL v2 02/45] target/loongarch: meson.build support build LSX Song Gao
2023-05-06 6:34 ` [PULL v2 03/45] target/loongarch: Add CHECK_SXE maccro for check LSX enable Song Gao
2023-05-06 6:34 ` [PULL v2 04/45] target/loongarch: Implement vadd/vsub Song Gao
2023-05-06 6:35 ` [PULL v2 05/45] target/loongarch: Implement vaddi/vsubi Song Gao
2023-05-06 6:35 ` [PULL v2 06/45] target/loongarch: Implement vneg Song Gao
2023-05-06 6:35 ` [PULL v2 07/45] target/loongarch: Implement vsadd/vssub Song Gao
2023-05-06 6:35 ` [PULL v2 08/45] target/loongarch: Implement vhaddw/vhsubw Song Gao
2023-05-06 6:35 ` [PULL v2 09/45] target/loongarch: Implement vaddw/vsubw Song Gao
2023-05-06 6:35 ` [PULL v2 10/45] target/loongarch: Implement vavg/vavgr Song Gao
2023-05-06 6:35 ` [PULL v2 11/45] target/loongarch: Implement vabsd Song Gao
2023-05-06 6:35 ` [PULL v2 12/45] target/loongarch: Implement vadda Song Gao
2023-05-06 6:35 ` [PULL v2 13/45] target/loongarch: Implement vmax/vmin Song Gao
2023-05-06 6:35 ` [PULL v2 14/45] target/loongarch: Implement vmul/vmuh/vmulw{ev/od} Song Gao
2023-05-06 6:35 ` [PULL v2 15/45] target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od} Song Gao
2023-05-06 6:35 ` [PULL v2 16/45] target/loongarch: Implement vdiv/vmod Song Gao
2023-05-06 6:35 ` [PULL v2 17/45] target/loongarch: Implement vsat Song Gao
2023-05-06 6:35 ` [PULL v2 18/45] target/loongarch: Implement vexth Song Gao
2023-05-06 6:35 ` [PULL v2 19/45] target/loongarch: Implement vsigncov Song Gao
2023-05-06 6:35 ` [PULL v2 20/45] target/loongarch: Implement vmskltz/vmskgez/vmsknz Song Gao
2023-05-06 6:35 ` [PULL v2 21/45] target/loongarch: Implement LSX logic instructions Song Gao
2023-05-06 6:35 ` [PULL v2 22/45] target/loongarch: Implement vsll vsrl vsra vrotr Song Gao
2023-05-06 6:35 ` [PULL v2 23/45] target/loongarch: Implement vsllwil vextl Song Gao
2023-05-06 6:35 ` [PULL v2 24/45] target/loongarch: Implement vsrlr vsrar Song Gao
2023-05-06 6:35 ` [PULL v2 25/45] target/loongarch: Implement vsrln vsran Song Gao
2023-05-06 6:35 ` [PULL v2 26/45] target/loongarch: Implement vsrlrn vsrarn Song Gao
2023-05-06 6:35 ` [PULL v2 27/45] target/loongarch: Implement vssrln vssran Song Gao
2023-05-06 6:35 ` [PULL v2 28/45] target/loongarch: Implement vssrlrn vssrarn Song Gao
2023-05-06 6:35 ` [PULL v2 29/45] target/loongarch: Implement vclo vclz Song Gao
2023-05-06 6:35 ` [PULL v2 30/45] target/loongarch: Implement vpcnt Song Gao
2023-05-06 6:35 ` [PULL v2 31/45] target/loongarch: Implement vbitclr vbitset vbitrev Song Gao
2023-05-06 6:35 ` [PULL v2 32/45] target/loongarch: Implement vfrstp Song Gao
2023-05-06 6:35 ` [PULL v2 33/45] target/loongarch: Implement LSX fpu arith instructions Song Gao
2023-05-06 6:35 ` [PULL v2 34/45] target/loongarch: Implement LSX fpu fcvt instructions Song Gao
2023-05-06 6:35 ` [PULL v2 35/45] target/loongarch: Implement vseq vsle vslt Song Gao
2023-05-06 6:35 ` [PULL v2 36/45] target/loongarch: Implement vfcmp Song Gao
2023-05-06 6:35 ` [PULL v2 37/45] target/loongarch: Implement vbitsel vset Song Gao
2023-05-06 6:35 ` [PULL v2 38/45] target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vr Song Gao
2023-05-06 6:35 ` [PULL v2 39/45] target/loongarch: Implement vreplve vpack vpick Song Gao
2023-05-06 6:35 ` [PULL v2 40/45] target/loongarch: Implement vilvl vilvh vextrins vshuf Song Gao
2023-05-06 6:35 ` [PULL v2 41/45] target/loongarch: Implement vld vst Song Gao
2023-05-06 6:35 ` [PULL v2 42/45] target/loongarch: Implement vldi Song Gao
2023-05-06 6:35 ` [PULL v2 43/45] target/loongarch: Use {set/get}_gpr replace to cpu_fpr Song Gao
2023-05-06 6:35 ` [PULL v2 44/45] target/loongarch: CPUCFG support LSX Song Gao
2023-05-06 6:35 ` [PULL v2 45/45] hw/intc: don't use target_ulong for LoongArch ipi Song Gao
2023-05-06 9:04 ` Richard Henderson [this message]
2023-05-10 11:17 ` [PULL v2 00/45] loongarch-to-apply queue Paolo Bonzini
2023-05-10 12:06 ` Richard Henderson
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=7d340bb8-d863-8ca2-f334-1d60340f6287@linaro.org \
--to=richard.henderson@linaro.org \
--cc=gaosong@loongson.cn \
--cc=qemu-devel@nongnu.org \
/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).