qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Jiaxun Yang" <jiaxun.yang@flygoat.com>
To: "QEMU devel" <qemu-devel@nongnu.org>
Cc: "Huacai Chen" <chenhuacai@kernel.org>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Song Gao" <gaosong@loongson.cn>
Subject: Re: [PATCH v3 0/4] hw/mips/loongson3_virt: Implement IPI support
Date: Wed, 12 Jun 2024 13:09:25 +0100	[thread overview]
Message-ID: <cb6f844c-1b63-423a-a821-03d9f0e4b9f5@app.fastmail.com> (raw)
In-Reply-To: <20240605-loongson3-ipi-v3-0-ddd2c0e03fa3@flygoat.com>

在2024年6月5日六月 上午3:15,Jiaxun Yang写道:
> Hi all,
>
> This series enabled IPI support for loongson3 virt board, loosely
> based on my previous work[1].
> It generalized loongarch_ipi device to share among both loongarch
> and MIPS machines. 
>
> Thanks

A genttle ping :-)

Thanks
- Jiaxun

>
> [1]: https://lore.kernel.org/all/20230521102307.87081-1-jiaxun.yang@flygoat.com/
>
> To: qemu-devel@nongnu.org
> Cc: Song Gao <gaosong@loongson.cn>
>
> Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> ---
> Changes in v3:
> - Fix up sign off lines.
> - Link to v2: 
> https://lore.kernel.org/r/20240605-loongson3-ipi-v2-0-da26282e03a5@flygoat.com
>
> Changes in v2:
> - Add a patch to remove loongarch_ipi.c (Gao)
> - Change iocsr alias owner to CPU (philmd)
> - New patch to remove ipi_getcpu
> - Link to v1: 
> https://lore.kernel.org/r/20240508-loongson3-ipi-v1-0-1a7b67704664@flygoat.com
>
> ---
> Jiaxun Yang (4):
>       hw/intc: Remove loongarch_ipi.c
>       hw/intc/loongson_ipi: Provide per core MMIO address spaces
>       hw/mips/loongson3_virt: Wire up loongson_ipi device
>       hw/intc/loongson_ipi: Replace ipi_getcpu with cpu_by_arch_id
>
>  hw/intc/loongarch_ipi.c        | 347 -----------------------------------------
>  hw/intc/loongson_ipi.c         | 120 +++++++-------
>  hw/mips/Kconfig                |   1 +
>  hw/mips/loongson3_bootp.c      |   2 -
>  hw/mips/loongson3_bootp.h      |   3 +
>  hw/mips/loongson3_virt.c       |  39 ++++-
>  include/hw/intc/loongson_ipi.h |   2 +
>  7 files changed, 108 insertions(+), 406 deletions(-)
> ---
> base-commit: d67a6e054b92e5e1cbb7b0bd5782a670cc7f0df7
> change-id: 20240508-loongson3-ipi-65e99b47c400
>
> Best regards,
> -- 
> Jiaxun Yang <jiaxun.yang@flygoat.com>

-- 
- Jiaxun


  parent reply	other threads:[~2024-06-12 12:10 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-05  2:15 [PATCH v3 0/4] hw/mips/loongson3_virt: Implement IPI support Jiaxun Yang
2024-06-05  2:15 ` [PATCH v3 1/4] hw/intc: Remove loongarch_ipi.c Jiaxun Yang
2024-06-05  3:32   ` gaosong
2024-06-18 11:09   ` Philippe Mathieu-Daudé
2024-06-26  4:11   ` maobibo
2024-06-26  7:40     ` Jiaxun Yang
2024-06-26  7:51       ` maobibo
2024-06-26 10:03         ` Jiaxun Yang
2024-06-26 12:10     ` Philippe Mathieu-Daudé
2024-06-27  2:44       ` gaosong
2024-06-27 13:02         ` Philippe Mathieu-Daudé
2024-07-01  1:35           ` maobibo
2024-07-01  6:44             ` maobibo
2024-07-01  7:01               ` Jiaxun Yang
2024-07-01  7:22                 ` maobibo
2024-07-01  8:29                   ` Jiaxun Yang
2024-07-01  8:51                     ` maobibo
2024-07-01  7:08             ` Jiaxun Yang
2024-07-01  7:24               ` maobibo
2024-06-05  2:15 ` [PATCH v3 2/4] hw/intc/loongson_ipi: Provide per core MMIO address spaces Jiaxun Yang
2024-06-05  2:15 ` [PATCH v3 3/4] hw/mips/loongson3_virt: Wire up loongson_ipi device Jiaxun Yang
2024-06-18 11:17   ` Philippe Mathieu-Daudé
2024-06-18 11:24     ` Philippe Mathieu-Daudé
2024-06-05  2:15 ` [PATCH v3 4/4] hw/intc/loongson_ipi: Replace ipi_getcpu with cpu_by_arch_id Jiaxun Yang
2024-06-05  3:33   ` gaosong
2024-06-12 12:09 ` Jiaxun Yang [this message]
2024-06-18 11:49   ` [PATCH v3 0/4] hw/mips/loongson3_virt: Implement IPI support Philippe Mathieu-Daudé

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=cb6f844c-1b63-423a-a821-03d9f0e4b9f5@app.fastmail.com \
    --to=jiaxun.yang@flygoat.com \
    --cc=chenhuacai@kernel.org \
    --cc=gaosong@loongson.cn \
    --cc=philmd@linaro.org \
    --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).