qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alistair Francis <alistair23@gmail.com>
To: Sia Jee Heng <jeeheng.sia@starfivetech.com>
Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org,
	qemu-riscv@nongnu.org,  mst@redhat.com, imammedo@redhat.com,
	anisinha@redhat.com,  peter.maydell@linaro.org,
	shannon.zhaosl@gmail.com, sunilvl@ventanamicro.com,
	 palmer@dabbelt.com, alistair.francis@wdc.com,
	bin.meng@windriver.com,  liwei1518@gmail.com,
	dbarboza@ventanamicro.com, zhiwei_liu@linux.alibaba.com
Subject: Re: [PATCH v2 0/2] RISC-V: ACPI: Enable SPCR
Date: Thu, 15 Feb 2024 19:54:00 +1000	[thread overview]
Message-ID: <CAKmqyKOsX+QYRsb9+DfeYC5hkzUakOC8M1h4JCssHQPu4zG8gw@mail.gmail.com> (raw)
In-Reply-To: <20240116010930.43433-1-jeeheng.sia@starfivetech.com>

On Tue, Jan 16, 2024 at 11:11 AM Sia Jee Heng
<jeeheng.sia@starfivetech.com> wrote:
>
> This series focuses on enabling the Serial Port Console Redirection (SPCR)
> table for the RISC-V virt platform. Considering that ARM utilizes the same
> function, the initial patch involves migrating the build_spcr function to
> common code. This consolidation ensures that RISC-V avoids duplicating the
> function.
>
> The patch set is built upon Alistair's riscv-to-apply.next branch
>
> Changes in v2:
> - Renamed the build_spcr_rev2() function to spcr_setup().
> - SPCR table version is passed from spcr_setup() to the common
>   build_spcr() function.
> - Added "Reviewed-by" from Daniel for patch 2.
> - The term 'RFC' has been removed from this series, as the dependency code
>   from [1] has been merged into Alistair's riscv-to-apply.next branch. The
>   first series of this patch can be found at [2].
>
> [1] https://lore.kernel.org/qemu-devel/20231218150247.466427-1-sunilvl@ventanamicro.com/
> [2] https://lore.kernel.org/qemu-devel/20240105090608.5745-1-jeeheng.sia@starfivetech.com/
>
> Sia Jee Heng (2):
>   hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location
>   hw/riscv/virt-acpi-build.c: Generate SPCR table

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  hw/acpi/aml-build.c         | 51 ++++++++++++++++++++++++++++
>  hw/arm/virt-acpi-build.c    | 68 +++++++++++++++----------------------
>  hw/riscv/virt-acpi-build.c  | 39 +++++++++++++++++++++
>  include/hw/acpi/acpi-defs.h | 33 ++++++++++++++++++
>  include/hw/acpi/aml-build.h |  4 +++
>  5 files changed, 154 insertions(+), 41 deletions(-)
>
> --
> 2.34.1
>
>


      parent reply	other threads:[~2024-02-15  9:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-16  1:09 [PATCH v2 0/2] RISC-V: ACPI: Enable SPCR Sia Jee Heng
2024-01-16  1:09 ` [PATCH v2 1/2] hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location Sia Jee Heng
2024-02-15  3:26   ` Alistair Francis
2024-03-06 18:57   ` Daniel Henrique Barboza
2024-03-06 20:00     ` Daniel Henrique Barboza
2024-03-07  1:33     ` Alistair Francis
2024-03-07  1:42       ` JeeHeng Sia
2024-03-07  3:45       ` Sunil V L
2024-03-07  9:22         ` Daniel Henrique Barboza
2024-03-20  4:41           ` Alistair Francis
2024-01-16  1:09 ` [PATCH v2 2/2] hw/riscv/virt-acpi-build.c: Generate SPCR table Sia Jee Heng
2024-02-15  3:29   ` Alistair Francis
2024-02-15  9:54 ` Alistair Francis [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=CAKmqyKOsX+QYRsb9+DfeYC5hkzUakOC8M1h4JCssHQPu4zG8gw@mail.gmail.com \
    --to=alistair23@gmail.com \
    --cc=alistair.francis@wdc.com \
    --cc=anisinha@redhat.com \
    --cc=bin.meng@windriver.com \
    --cc=dbarboza@ventanamicro.com \
    --cc=imammedo@redhat.com \
    --cc=jeeheng.sia@starfivetech.com \
    --cc=liwei1518@gmail.com \
    --cc=mst@redhat.com \
    --cc=palmer@dabbelt.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-riscv@nongnu.org \
    --cc=shannon.zhaosl@gmail.com \
    --cc=sunilvl@ventanamicro.com \
    --cc=zhiwei_liu@linux.alibaba.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).