qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Xiaojuan Yang <yangxiaojuan@loongson.cn>, qemu-devel@nongnu.org
Cc: gaosong@loongson.cn, maobibo@loongson.cn,
	mark.cave-ayland@ilande.co.uk, mst@redhat.com,
	imammedo@redhat.com, ani@anisinha.ca, f4bug@amsat.org,
	peter.maydell@linaro.org
Subject: Re: [PATCH 5/6] hw/loongarch: Add acpi ged support
Date: Tue, 19 Jul 2022 13:36:18 +0530	[thread overview]
Message-ID: <cbb053d5-3c2e-7f0f-1079-e926f4bb09e7@linaro.org> (raw)
In-Reply-To: <20220712083206.4187715-6-yangxiaojuan@loongson.cn>

On 7/12/22 14:02, Xiaojuan Yang wrote:
> Loongarch virt machine uses general hardware reduces acpi method, rather
> than LS7A acpi device. Now only power management function is used in
> acpi ged device, memory hotplug will be added later. Also acpi tables
> such as RSDP/RSDT/FADT etc.
> 
> The acpi table has submited to acpi spec, and will release soon.
> 
> Signed-off-by: Xiaojuan Yang<yangxiaojuan@loongson.cn>
> ---
>   hw/loongarch/Kconfig        |   2 +
>   hw/loongarch/acpi-build.c   | 609 ++++++++++++++++++++++++++++++++++++
>   hw/loongarch/loongson3.c    |  78 ++++-
>   hw/loongarch/meson.build    |   1 +
>   include/hw/loongarch/virt.h |  13 +
>   include/hw/pci-host/ls7a.h  |   4 +
>   6 files changed, 704 insertions(+), 3 deletions(-)
>   create mode 100644 hw/loongarch/acpi-build.c

I'm not familiar with this at all, but it looks plausible.

Acked-by: Richard Henderson <richard.henderson@linaro.org>


r~


  reply	other threads:[~2022-07-19  8:14 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-12  8:32 [PATCH v1 0/6] Support booting bios and kernel for LoongArch Xiaojuan Yang
2022-07-12  8:32 ` [PATCH 1/6] hw/loongarch: Add fw_cfg table support Xiaojuan Yang
2022-07-19  7:42   ` Richard Henderson
2022-07-12  8:32 ` [PATCH 2/6] hw/loongarch: Add uefi bios loading support Xiaojuan Yang
2022-07-19  8:03   ` Richard Henderson
2022-07-12  8:32 ` [PATCH 3/6] hw/loongarch: Add linux kernel booting support Xiaojuan Yang
2022-07-19  8:03   ` Richard Henderson
2022-07-12  8:32 ` [PATCH 4/6] hw/loongarch: Add smbios support Xiaojuan Yang
2022-07-19  8:04   ` Richard Henderson
2022-07-12  8:32 ` [PATCH 5/6] hw/loongarch: Add acpi ged support Xiaojuan Yang
2022-07-19  8:06   ` Richard Henderson [this message]
2022-07-28 14:03   ` Igor Mammedov
2022-07-29  1:32     ` gaosong
2022-07-12  8:32 ` [PATCH 6/6] hw/loongarch: Add fdt support Xiaojuan Yang
2022-07-19  8:07   ` Richard Henderson
2022-07-19  8:10 ` [PATCH v1 0/6] Support booting bios and kernel for LoongArch Richard Henderson
2022-07-19 16:21   ` 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=cbb053d5-3c2e-7f0f-1079-e926f4bb09e7@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=ani@anisinha.ca \
    --cc=f4bug@amsat.org \
    --cc=gaosong@loongson.cn \
    --cc=imammedo@redhat.com \
    --cc=maobibo@loongson.cn \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=yangxiaojuan@loongson.cn \
    /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).