From: Shannon Zhao <zhaoshenglong@huawei.com>
To: Dongjiu Geng <gengdongjiu@huawei.com>,
mst@redhat.com, imammedo@redhat.com, peter.maydell@linaro.org,
pbonzini@redhat.com, qemu-devel@nongnu.org, qemu-arm@nongnu.org,
kvm@vger.kernel.org, edk2-devel@lists.01.org,
christoffer.dall@linaro.org, marc.zyngier@arm.com,
will.deacon@arm.com, james.morse@arm.com, tbaicar@codeaurora.org,
ard.biesheuvel@linaro.org, mingo@kernel.org, bp@suse.de,
shiju.jose@huawei.com, zjzhang@codeaurora.org,
linux-arm-kernel@lists.infradead.org,
kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org,
linux-acpi@vger.kernel.org, devel@acpica.org,
john.garry@huawei.com, jonathan.cameron@huawei.com,
shameerali.kolothum.thodi@huawei.com, huangdaode@hisilicon.com,
wangzhou1@hisilicon.com
Cc: huangshaoyu@huawei.com, wuquanming@huawei.com,
linuxarm@huawei.com, zhengqiang10@huawei.com
Subject: Re: [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration
Date: Thu, 24 Aug 2017 21:04:51 +0800 [thread overview]
Message-ID: <599ECEF3.80001@huawei.com> (raw)
In-Reply-To: <1503066227-18251-4-git-send-email-gengdongjiu@huawei.com>
On 2017/8/18 22:23, Dongjiu Geng wrote:
> Add CONFIG_ACPI_APEI configuration in the Makefile and
> enable it in the arm-softmmu.mak
>
> Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com>
> ---
> default-configs/arm-softmmu.mak | 1 +
> hw/acpi/Makefile.objs | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
> index bbdd3c1..c362113 100644
> --- a/default-configs/arm-softmmu.mak
> +++ b/default-configs/arm-softmmu.mak
> @@ -129,3 +129,4 @@ CONFIG_ACPI=y
> CONFIG_SMBIOS=y
> CONFIG_ASPEED_SOC=y
> CONFIG_GPIO_KEY=y
> +CONFIG_ACPI_APEI=y
> diff --git a/hw/acpi/Makefile.objs b/hw/acpi/Makefile.objs
> index 11c35bc..bafb148 100644
> --- a/hw/acpi/Makefile.objs
> +++ b/hw/acpi/Makefile.objs
> @@ -6,6 +6,7 @@ common-obj-$(CONFIG_ACPI_MEMORY_HOTPLUG) += memory_hotplug.o
> common-obj-$(CONFIG_ACPI_CPU_HOTPLUG) += cpu.o
> common-obj-$(CONFIG_ACPI_NVDIMM) += nvdimm.o
> common-obj-$(CONFIG_ACPI_VMGENID) += vmgenid.o
> +common-obj-$(CONFIG_ACPI_APEI) += hest_ghes.o
> common-obj-$(call lnot,$(CONFIG_ACPI_X86)) += acpi-stub.o
>
> common-obj-y += acpi_interface.o
>
Fold this patch into previous one.
Thanks,
--
Shannon
WARNING: multiple messages have this Message-ID (diff)
From: Shannon Zhao <zhaoshenglong@huawei.com>
To: Dongjiu Geng <gengdongjiu@huawei.com>, <mst@redhat.com>,
<imammedo@redhat.com>, <peter.maydell@linaro.org>,
<pbonzini@redhat.com>, <qemu-devel@nongnu.org>,
<qemu-arm@nongnu.org>, <kvm@vger.kernel.org>,
<edk2-devel@lists.01.org>, <christoffer.dall@linaro.org>,
<marc.zyngier@arm.com>, <will.deacon@arm.com>,
<james.morse@arm.com>, <tbaicar@codeaurora.org>,
<ard.biesheuvel@linaro.org>, <mingo@kernel.org>, <bp@suse.de>,
<shiju.jose@huawei.com>, <zjzhang@codeaurora.org>,
<linux-arm-kernel@lists.infradead.org>,
<kvmarm@lists.cs.columbia.edu>, <linux-kernel@vger.kernel.org>,
<linux-acpi@vger.kernel.org>, <devel@acpica.org>,
<john.garry@huawei.com>, <jonathan.cameron@huawei.com>,
<shameerali.kolothum.thodi@huawei.com>,
<huangdaode@hisilicon.com>, <wangzhou1@hisilicon.com>
Cc: <huangshaoyu@huawei.com>, <wuquanming@huawei.com>,
<linuxarm@huawei.com>, <zhengqiang10@huawei.com>
Subject: Re: [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration
Date: Thu, 24 Aug 2017 21:04:51 +0800 [thread overview]
Message-ID: <599ECEF3.80001@huawei.com> (raw)
In-Reply-To: <1503066227-18251-4-git-send-email-gengdongjiu@huawei.com>
On 2017/8/18 22:23, Dongjiu Geng wrote:
> Add CONFIG_ACPI_APEI configuration in the Makefile and
> enable it in the arm-softmmu.mak
>
> Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com>
> ---
> default-configs/arm-softmmu.mak | 1 +
> hw/acpi/Makefile.objs | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
> index bbdd3c1..c362113 100644
> --- a/default-configs/arm-softmmu.mak
> +++ b/default-configs/arm-softmmu.mak
> @@ -129,3 +129,4 @@ CONFIG_ACPI=y
> CONFIG_SMBIOS=y
> CONFIG_ASPEED_SOC=y
> CONFIG_GPIO_KEY=y
> +CONFIG_ACPI_APEI=y
> diff --git a/hw/acpi/Makefile.objs b/hw/acpi/Makefile.objs
> index 11c35bc..bafb148 100644
> --- a/hw/acpi/Makefile.objs
> +++ b/hw/acpi/Makefile.objs
> @@ -6,6 +6,7 @@ common-obj-$(CONFIG_ACPI_MEMORY_HOTPLUG) += memory_hotplug.o
> common-obj-$(CONFIG_ACPI_CPU_HOTPLUG) += cpu.o
> common-obj-$(CONFIG_ACPI_NVDIMM) += nvdimm.o
> common-obj-$(CONFIG_ACPI_VMGENID) += vmgenid.o
> +common-obj-$(CONFIG_ACPI_APEI) += hest_ghes.o
> common-obj-$(call lnot,$(CONFIG_ACPI_X86)) += acpi-stub.o
>
> common-obj-y += acpi_interface.o
>
Fold this patch into previous one.
Thanks,
--
Shannon
WARNING: multiple messages have this Message-ID (diff)
From: zhaoshenglong@huawei.com (Shannon Zhao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration
Date: Thu, 24 Aug 2017 21:04:51 +0800 [thread overview]
Message-ID: <599ECEF3.80001@huawei.com> (raw)
In-Reply-To: <1503066227-18251-4-git-send-email-gengdongjiu@huawei.com>
On 2017/8/18 22:23, Dongjiu Geng wrote:
> Add CONFIG_ACPI_APEI configuration in the Makefile and
> enable it in the arm-softmmu.mak
>
> Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com>
> ---
> default-configs/arm-softmmu.mak | 1 +
> hw/acpi/Makefile.objs | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
> index bbdd3c1..c362113 100644
> --- a/default-configs/arm-softmmu.mak
> +++ b/default-configs/arm-softmmu.mak
> @@ -129,3 +129,4 @@ CONFIG_ACPI=y
> CONFIG_SMBIOS=y
> CONFIG_ASPEED_SOC=y
> CONFIG_GPIO_KEY=y
> +CONFIG_ACPI_APEI=y
> diff --git a/hw/acpi/Makefile.objs b/hw/acpi/Makefile.objs
> index 11c35bc..bafb148 100644
> --- a/hw/acpi/Makefile.objs
> +++ b/hw/acpi/Makefile.objs
> @@ -6,6 +6,7 @@ common-obj-$(CONFIG_ACPI_MEMORY_HOTPLUG) += memory_hotplug.o
> common-obj-$(CONFIG_ACPI_CPU_HOTPLUG) += cpu.o
> common-obj-$(CONFIG_ACPI_NVDIMM) += nvdimm.o
> common-obj-$(CONFIG_ACPI_VMGENID) += vmgenid.o
> +common-obj-$(CONFIG_ACPI_APEI) += hest_ghes.o
> common-obj-$(call lnot,$(CONFIG_ACPI_X86)) += acpi-stub.o
>
> common-obj-y += acpi_interface.o
>
Fold this patch into previous one.
Thanks,
--
Shannon
WARNING: multiple messages have this Message-ID (diff)
From: Shannon Zhao <zhaoshenglong@huawei.com>
To: Dongjiu Geng <gengdongjiu@huawei.com>,
mst@redhat.com, imammedo@redhat.com, peter.maydell@linaro.org,
pbonzini@redhat.com, qemu-devel@nongnu.org, qemu-arm@nongnu.org,
kvm@vger.kernel.org, edk2-devel@lists.01.org,
christoffer.dall@linaro.org, marc.zyngier@arm.com,
will.deacon@arm.com, james.morse@arm.com, tbaicar@codeaurora.org,
ard.biesheuvel@linaro.org, mingo@kernel.org, bp@suse.de,
shiju.jose@huawei.com, zjzhang@codeaurora.org,
linux-arm-kernel@lists.infradead.org,
kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org,
linux-acpi@vger.kernel.org, devel@acpica.org,
john.garry@huawei.com, jonathan.cameron@huawei.com,
shameerali.kolothum.thodi@huawei.com, huangdaode@hisilicon.com,
wangzhou1@hisilicon.com
Cc: huangshaoyu@huawei.com, wuquanming@huawei.com,
linuxarm@huawei.com, zhengqiang10@huawei.com
Subject: Re: [Qemu-devel] [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration
Date: Thu, 24 Aug 2017 21:04:51 +0800 [thread overview]
Message-ID: <599ECEF3.80001@huawei.com> (raw)
In-Reply-To: <1503066227-18251-4-git-send-email-gengdongjiu@huawei.com>
On 2017/8/18 22:23, Dongjiu Geng wrote:
> Add CONFIG_ACPI_APEI configuration in the Makefile and
> enable it in the arm-softmmu.mak
>
> Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com>
> ---
> default-configs/arm-softmmu.mak | 1 +
> hw/acpi/Makefile.objs | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
> index bbdd3c1..c362113 100644
> --- a/default-configs/arm-softmmu.mak
> +++ b/default-configs/arm-softmmu.mak
> @@ -129,3 +129,4 @@ CONFIG_ACPI=y
> CONFIG_SMBIOS=y
> CONFIG_ASPEED_SOC=y
> CONFIG_GPIO_KEY=y
> +CONFIG_ACPI_APEI=y
> diff --git a/hw/acpi/Makefile.objs b/hw/acpi/Makefile.objs
> index 11c35bc..bafb148 100644
> --- a/hw/acpi/Makefile.objs
> +++ b/hw/acpi/Makefile.objs
> @@ -6,6 +6,7 @@ common-obj-$(CONFIG_ACPI_MEMORY_HOTPLUG) += memory_hotplug.o
> common-obj-$(CONFIG_ACPI_CPU_HOTPLUG) += cpu.o
> common-obj-$(CONFIG_ACPI_NVDIMM) += nvdimm.o
> common-obj-$(CONFIG_ACPI_VMGENID) += vmgenid.o
> +common-obj-$(CONFIG_ACPI_APEI) += hest_ghes.o
> common-obj-$(call lnot,$(CONFIG_ACPI_X86)) += acpi-stub.o
>
> common-obj-y += acpi_interface.o
>
Fold this patch into previous one.
Thanks,
--
Shannon
next prev parent reply other threads:[~2017-08-24 13:04 UTC|newest]
Thread overview: 136+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-18 14:23 [PATCH v11 0/6] Add RAS virtualization support for armv8 SEA and SEI Dongjiu Geng
2017-08-18 14:23 ` [Qemu-devel] " Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:21 ` [Qemu-devel] " no-reply
2017-08-18 14:21 ` no-reply
2017-08-18 14:21 ` no-reply
2017-08-18 14:21 ` no-reply
2017-08-18 14:23 ` [PATCH v11 1/6] ACPI: add APEI/HEST/CPER structures and macros Dongjiu Geng
2017-08-18 14:23 ` [Qemu-devel] " Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 17:18 ` 答复: " gengdongjiu
2017-08-18 17:18 ` gengdongjiu
2017-08-18 17:18 ` gengdongjiu
2017-08-18 17:18 ` gengdongjiu
2017-08-24 12:33 ` Shannon Zhao
2017-08-24 12:33 ` [Qemu-devel] " Shannon Zhao
2017-08-24 12:33 ` Shannon Zhao
2017-08-24 12:33 ` Shannon Zhao
2017-08-25 10:37 ` gengdongjiu
2017-08-25 10:37 ` [Qemu-devel] " gengdongjiu
2017-08-25 10:37 ` gengdongjiu
2017-08-25 10:37 ` gengdongjiu
2017-08-25 10:37 ` gengdongjiu
2017-08-26 1:00 ` Shannon Zhao
2017-08-26 1:00 ` [Qemu-devel] " Shannon Zhao
2017-08-26 1:00 ` Shannon Zhao
2017-08-26 1:00 ` Shannon Zhao
2017-08-26 1:00 ` Shannon Zhao
2017-08-26 1:45 ` gengdongjiu
2017-08-26 1:45 ` [Qemu-devel] " gengdongjiu
2017-08-26 1:45 ` gengdongjiu
2017-08-26 1:45 ` gengdongjiu
2017-08-26 1:45 ` gengdongjiu
2017-08-18 14:23 ` [PATCH v11 2/6] ACPI: Add APEI GHES Table Generation support Dongjiu Geng
2017-08-18 14:23 ` [Qemu-devel] " Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 17:19 ` 答复: " gengdongjiu
2017-08-18 17:19 ` gengdongjiu
2017-08-18 17:19 ` gengdongjiu
2017-08-18 17:19 ` gengdongjiu
2017-08-24 13:03 ` Shannon Zhao
2017-08-24 13:03 ` [Qemu-devel] " Shannon Zhao
2017-08-24 13:03 ` Shannon Zhao
2017-08-24 13:03 ` Shannon Zhao
2017-08-25 11:20 ` gengdongjiu
2017-08-25 11:20 ` [Qemu-devel] " gengdongjiu
2017-08-25 11:20 ` gengdongjiu
2017-08-25 11:20 ` gengdongjiu
2017-08-25 11:20 ` gengdongjiu
2017-08-26 1:08 ` Shannon Zhao
2017-08-26 1:08 ` [Qemu-devel] " Shannon Zhao
2017-08-26 1:08 ` Shannon Zhao
2017-08-26 1:08 ` Shannon Zhao
2017-08-26 1:08 ` Shannon Zhao
2017-08-26 2:49 ` gengdongjiu
2017-08-26 2:49 ` [Qemu-devel] " gengdongjiu
2017-08-26 2:49 ` gengdongjiu
2017-08-26 2:49 ` gengdongjiu
2017-08-26 2:49 ` gengdongjiu
2017-08-29 10:20 ` [Qemu-devel] " Igor Mammedov
2017-08-29 10:20 ` Igor Mammedov
2017-08-29 10:20 ` Igor Mammedov
2017-08-29 10:20 ` Igor Mammedov
2017-08-29 10:20 ` Igor Mammedov
2017-08-29 11:15 ` gengdongjiu
2017-08-29 11:15 ` gengdongjiu
2017-08-29 11:15 ` gengdongjiu
2017-08-29 11:15 ` gengdongjiu
2017-08-29 11:15 ` gengdongjiu
2017-09-01 9:58 ` gengdongjiu
2017-09-01 9:58 ` gengdongjiu
2017-09-01 9:58 ` gengdongjiu
2017-09-01 9:58 ` gengdongjiu
2017-09-01 9:58 ` gengdongjiu
2017-09-01 11:51 ` Igor Mammedov
2017-09-01 11:51 ` Igor Mammedov
2017-09-01 11:51 ` Igor Mammedov
2017-09-01 11:51 ` Igor Mammedov
2017-08-18 14:23 ` [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration Dongjiu Geng
2017-08-18 14:23 ` [Qemu-devel] " Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-24 13:04 ` Shannon Zhao [this message]
2017-08-24 13:04 ` [Qemu-devel] " Shannon Zhao
2017-08-24 13:04 ` Shannon Zhao
2017-08-24 13:04 ` Shannon Zhao
2017-08-25 11:20 ` gengdongjiu
2017-08-25 11:20 ` [Qemu-devel] " gengdongjiu
2017-08-25 11:20 ` gengdongjiu
2017-08-25 11:20 ` gengdongjiu
2017-08-25 11:20 ` gengdongjiu
2017-08-18 14:23 ` [PATCH v11 4/6] target-arm: kvm64: detect guest RAS EXTENSION feature Dongjiu Geng
2017-08-18 14:23 ` [Qemu-devel] " Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-09-05 17:26 ` Peter Maydell
2017-09-05 17:26 ` [Qemu-devel] " Peter Maydell
2017-09-05 17:26 ` Peter Maydell
2017-09-05 17:26 ` Peter Maydell
2017-09-05 17:26 ` Peter Maydell
2017-09-06 9:35 ` gengdongjiu
2017-09-06 9:35 ` [Qemu-devel] " gengdongjiu
2017-09-06 9:35 ` gengdongjiu
2017-09-06 9:35 ` gengdongjiu
2017-09-06 9:35 ` gengdongjiu
2017-08-18 14:23 ` [PATCH v11 5/6] target-arm: kvm64: handle SIGBUS signal for synchronous External Abort Dongjiu Geng
2017-08-18 14:23 ` [Qemu-devel] " Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-09-05 17:46 ` Peter Maydell
2017-09-05 17:46 ` [Qemu-devel] " Peter Maydell
2017-09-05 17:46 ` Peter Maydell
2017-09-05 17:46 ` Peter Maydell
2017-09-05 17:46 ` Peter Maydell
2017-08-18 14:23 ` [PATCH v11 6/6] target-arm: kvm64: Handle SError interrupt for the guest OS Dongjiu Geng
2017-08-18 14:23 ` [Qemu-devel] " Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-08-18 14:23 ` Dongjiu Geng
2017-09-05 17:50 ` Peter Maydell
2017-09-05 17:50 ` [Qemu-devel] " Peter Maydell
2017-09-05 17:50 ` Peter Maydell
2017-09-05 17:50 ` Peter Maydell
2017-09-05 17:50 ` Peter Maydell
2017-08-18 17:17 ` 答复: [PATCH v11 0/6] Add RAS virtualization support for armv8 SEA and SEI gengdongjiu
2017-08-18 17:17 ` gengdongjiu
2017-08-18 17:17 ` gengdongjiu
2017-08-18 17:17 ` gengdongjiu
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=599ECEF3.80001@huawei.com \
--to=zhaoshenglong@huawei.com \
--cc=ard.biesheuvel@linaro.org \
--cc=bp@suse.de \
--cc=christoffer.dall@linaro.org \
--cc=devel@acpica.org \
--cc=edk2-devel@lists.01.org \
--cc=gengdongjiu@huawei.com \
--cc=huangdaode@hisilicon.com \
--cc=huangshaoyu@huawei.com \
--cc=imammedo@redhat.com \
--cc=james.morse@arm.com \
--cc=john.garry@huawei.com \
--cc=jonathan.cameron@huawei.com \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=marc.zyngier@arm.com \
--cc=mingo@kernel.org \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=shameerali.kolothum.thodi@huawei.com \
--cc=shiju.jose@huawei.com \
--cc=tbaicar@codeaurora.org \
--cc=wangzhou1@hisilicon.com \
--cc=will.deacon@arm.com \
--cc=wuquanming@huawei.com \
--cc=zhengqiang10@huawei.com \
--cc=zjzhang@codeaurora.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.