Re: [Qemu-devel] [PATCH v17 07/10] ACPI: Add APEI GHES table generation support

2019-06-26 Thread Igor Mammedov
On Tue, 25 Jun 2019 21:48:07 +0800 gengdongjiu wrote: > On 2019/6/24 20:27, Igor Mammedov wrote: > > On Tue, 14 May 2019 04:18:20 -0700 > > Dongjiu Geng wrote: > > > >> This implements APEI GHES Table generation via fw_cfg blobs. > >> Now it only support GPIO-Signal and ARMv8 SEA two types of

Re: [Qemu-devel] [PATCH v17 07/10] ACPI: Add APEI GHES table generation support

2019-06-25 Thread gengdongjiu
On 2019/6/24 20:27, Igor Mammedov wrote: > On Tue, 14 May 2019 04:18:20 -0700 > Dongjiu Geng wrote: > >> This implements APEI GHES Table generation via fw_cfg blobs. >> Now it only support GPIO-Signal and ARMv8 SEA two types of GHESv2 error >> source. Afterwards, we can extend the supported types

Re: [Qemu-devel] [PATCH v17 07/10] ACPI: Add APEI GHES table generation support

2019-06-24 Thread Igor Mammedov
On Tue, 14 May 2019 04:18:20 -0700 Dongjiu Geng wrote: > This implements APEI GHES Table generation via fw_cfg blobs. > Now it only support GPIO-Signal and ARMv8 SEA two types of GHESv2 error > source. Afterwards, we can extend the supported types if needed. For the > CPER section type, currently

Re: [Qemu-devel] [PATCH v17 07/10] ACPI: Add APEI GHES table generation support

2019-06-08 Thread gengdongjiu
> > On Tue, 14 May 2019 04:18:20 -0700 > Dongjiu Geng wrote: > > > This implements APEI GHES Table generation via fw_cfg blobs. > > Now it only support GPIO-Signal and ARMv8 SEA two types of GHESv2 > > error source. Afterwards, we can extend the supported types if needed. > > For the CPER sectio

Re: [Qemu-devel] [PATCH v17 07/10] ACPI: Add APEI GHES table generation support

2019-06-06 Thread Jonathan Cameron
On Tue, 14 May 2019 04:18:20 -0700 Dongjiu Geng wrote: > This implements APEI GHES Table generation via fw_cfg blobs. > Now it only support GPIO-Signal and ARMv8 SEA two types of GHESv2 error > source. Afterwards, we can extend the supported types if needed. For the > CPER section type, currently

Re: [Qemu-devel] [PATCH v17 07/10] ACPI: Add APEI GHES table generation support

2019-05-30 Thread gengdongjiu
Hi Michael, Thanks for the review. On 2019/5/29 11:37, Michael S. Tsirkin wrote: > On Tue, May 14, 2019 at 04:18:20AM -0700, Dongjiu Geng wrote: >> This implements APEI GHES Table generation via fw_cfg blobs. >> Now it only support GPIO-Signal and ARMv8 SEA two types of GHESv2 error >> source.

Re: [Qemu-devel] [PATCH v17 07/10] ACPI: Add APEI GHES table generation support

2019-05-28 Thread Michael S. Tsirkin
On Tue, May 14, 2019 at 04:18:20AM -0700, Dongjiu Geng wrote: > This implements APEI GHES Table generation via fw_cfg blobs. > Now it only support GPIO-Signal and ARMv8 SEA two types of GHESv2 error > source. Afterwards, we can extend the supported types if needed. For the > CPER section type, curr

[Qemu-devel] [PATCH v17 07/10] ACPI: Add APEI GHES table generation support

2019-05-14 Thread Dongjiu Geng
This implements APEI GHES Table generation via fw_cfg blobs. Now it only support GPIO-Signal and ARMv8 SEA two types of GHESv2 error source. Afterwards, we can extend the supported types if needed. For the CPER section type, currently it is memory section because kernel mainly wants userspace to ha