All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Song Gao <gaosong@loongson.cn>
Cc: qemu-devel@nongnu.org
Subject: Re: [PULL 00/57] loongarch-to-apply queue
Date: Wed, 20 Sep 2023 16:06:06 -0400	[thread overview]
Message-ID: <20230920200606.GA2591484@fedora> (raw)
In-Reply-To: <20230920065139.1403868-1-gaosong@loongson.cn>

[-- Attachment #1: Type: text/plain, Size: 115 bytes --]

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

      parent reply	other threads:[~2023-09-20 20:06 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-20  6:50 [PULL 00/57] loongarch-to-apply queue Song Gao
2023-09-20  6:50 ` [PULL 01/57] target/loongarch: Renamed lsx*.c to vec* .c Song Gao
2023-09-20  6:50 ` [PULL 02/57] target/loongarch: Implement gvec_*_vl functions Song Gao
2023-09-20  6:50 ` [PULL 03/57] target/loongarch: Use gen_helper_gvec_4_ptr for 4OP + env vector instructions Song Gao
2023-09-20  6:50 ` [PULL 04/57] target/loongarch: Use gen_helper_gvec_4 for 4OP " Song Gao
2023-09-20  6:50 ` [PULL 05/57] target/loongarch: Use gen_helper_gvec_3_ptr for 3OP + env " Song Gao
2023-09-20  6:50 ` [PULL 06/57] target/loongarch: Use gen_helper_gvec_3 for 3OP " Song Gao
2023-09-20  6:50 ` [PULL 07/57] target/loongarch: Use gen_helper_gvec_2_ptr for 2OP + env " Song Gao
2023-09-20  6:50 ` [PULL 08/57] target/loongarch: Use gen_helper_gvec_2 for 2OP " Song Gao
2023-09-20  6:50 ` [PULL 09/57] target/loongarch: Use gen_helper_gvec_2i for 2OP + imm " Song Gao
2023-09-20  6:50 ` [PULL 10/57] target/loongarch: Replace CHECK_SXE to check_vec(ctx, 16) Song Gao
2023-09-20  6:50 ` [PULL 11/57] target/loongarch: Add LASX data support Song Gao
2023-09-20  6:50 ` [PULL 12/57] target/loongarch: check_vec support check LASX instructions Song Gao
2023-09-20  6:50 ` [PULL 13/57] target/loongarch: Add avail_LASX to " Song Gao
2023-09-20  6:50 ` [PULL 14/57] target/loongarch: Implement xvadd/xvsub Song Gao
2023-09-20  6:50 ` [PULL 15/57] target/loongarch: Implement xvreplgr2vr Song Gao
2023-09-20  6:50 ` [PULL 16/57] target/loongarch: Implement xvaddi/xvsubi Song Gao
2023-09-20  6:50 ` [PULL 17/57] target/loongarch: Implement xvneg Song Gao
2023-09-20  6:51 ` [PULL 18/57] target/loongarch: Implement xvsadd/xvssub Song Gao
2023-09-20  6:51 ` [PULL 19/57] target/loongarch: Implement xvhaddw/xvhsubw Song Gao
2023-09-20  6:51 ` [PULL 20/57] target/loongarch: Implement xvaddw/xvsubw Song Gao
2023-09-20  6:51 ` [PULL 21/57] target/loongarch: Implement xavg/xvagr Song Gao
2023-09-20  6:51 ` [PULL 22/57] target/loongarch: Implement xvabsd Song Gao
2023-09-20  6:51 ` [PULL 23/57] target/loongarch: Implement xvadda Song Gao
2023-09-20  6:51 ` [PULL 24/57] target/loongarch: Implement xvmax/xvmin Song Gao
2023-09-20  6:51 ` [PULL 25/57] target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od} Song Gao
2023-09-20  6:51 ` [PULL 26/57] target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od} Song Gao
2023-09-20  6:51 ` [PULL 27/57] target/loongarch; Implement xvdiv/xvmod Song Gao
2023-09-20  6:51 ` [PULL 28/57] target/loongarch: Implement xvsat Song Gao
2023-09-20  6:51 ` [PULL 29/57] target/loongarch: Implement xvexth Song Gao
2023-09-20  6:51 ` [PULL 30/57] target/loongarch: Implement vext2xv Song Gao
2023-09-20  6:51 ` [PULL 31/57] target/loongarch: Implement xvsigncov Song Gao
2023-09-20  6:51 ` [PULL 32/57] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz Song Gao
2023-09-20  6:51 ` [PULL 33/57] target/loongarch: Implement xvldi Song Gao
2023-09-20  6:51 ` [PULL 34/57] target/loongarch: Implement LASX logic instructions Song Gao
2023-09-20  6:51 ` [PULL 35/57] target/loongarch: Implement xvsll xvsrl xvsra xvrotr Song Gao
2023-09-20  6:51 ` [PULL 36/57] target/loongarch: Implement xvsllwil xvextl Song Gao
2023-09-20  6:51 ` [PULL 37/57] target/loongarch: Implement xvsrlr xvsrar Song Gao
2023-09-20  6:51 ` [PULL 38/57] target/loongarch: Implement xvsrln xvsran Song Gao
2023-09-20  6:51 ` [PULL 39/57] target/loongarch: Implement xvsrlrn xvsrarn Song Gao
2023-09-20  6:51 ` [PULL 40/57] target/loongarch: Implement xvssrln xvssran Song Gao
2023-09-20  6:51 ` [PULL 41/57] target/loongarch: Implement xvssrlrn xvssrarn Song Gao
2023-09-20  6:51 ` [PULL 42/57] target/loongarch: Implement xvclo xvclz Song Gao
2023-09-20  6:51 ` [PULL 43/57] target/loongarch: Implement xvpcnt Song Gao
2023-09-20  6:51 ` [PULL 44/57] target/loongarch: Implement xvbitclr xvbitset xvbitrev Song Gao
2023-09-20  6:51 ` [PULL 45/57] target/loongarch: Implement xvfrstp Song Gao
2023-09-20  6:51 ` [PULL 46/57] target/loongarch: Implement LASX fpu arith instructions Song Gao
2023-09-20  6:51 ` [PULL 47/57] target/loongarch: Implement LASX fpu fcvt instructions Song Gao
2023-09-20  6:51 ` [PULL 48/57] target/loongarch: Implement xvseq xvsle xvslt Song Gao
2023-09-20  6:51 ` [PULL 49/57] target/loongarch: Implement xvfcmp Song Gao
2023-09-20  6:51 ` [PULL 50/57] target/loongarch: Implement xvbitsel xvset Song Gao
2023-09-20  6:51 ` [PULL 51/57] target/loongarch: Implement xvinsgr2vr xvpickve2gr Song Gao
2023-09-20  6:51 ` [PULL 52/57] target/loongarch: Implement xvreplve xvinsve0 xvpickve Song Gao
2023-09-20  6:51 ` [PULL 53/57] target/loongarch: Implement xvpack xvpick xvilv{l/h} Song Gao
2023-09-20  6:51 ` [PULL 54/57] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i Song Gao
2023-09-20  6:51 ` [PULL 55/57] target/loongarch: Implement xvld xvst Song Gao
2023-09-20  6:51 ` [PULL 56/57] target/loongarch: Move simply DO_XX marcos togther Song Gao
2023-09-20  6:51 ` [PULL 57/57] target/loongarch: CPUCFG support LASX Song Gao
2023-09-20 20:06 ` Stefan Hajnoczi [this message]

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=20230920200606.GA2591484@fedora \
    --to=stefanha@redhat.com \
    --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 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.