Re: [Qemu-devel] [PATCH v14 1/9] ACPI: add some GHES structures and macros definition

2018-01-03 Thread gengdongjiu
Igor, sorry for my late response due to chines new year holiday. On 2017/12/28 20:29, Igor Mammedov wrote: >> +enum AcpiHestNotifyType { >> +ACPI_HEST_NOTIFY_POLLED = 0, >> +ACPI_HEST_NOTIFY_EXTERNAL = 1, >> +ACPI_HEST_NOTIFY_LOCAL = 2, >> +ACPI_HEST_NOTIFY_SCI = 3, >> +ACPI

Re: [Qemu-devel] [PATCH v14 1/9] ACPI: add some GHES structures and macros definition

2017-12-28 Thread gengdongjiu
[...] > > +/* > > * MADT sub-structures (Follow MULTIPLE_APIC_DESCRIPTION_TABLE) > > */ > > #define ACPI_SUB_HEADER_DEF /* Common ACPI sub-structure header */\ > > @@ -474,6 +493,39 @@ struct AcpiSystemResourceAffinityTable { } > > QEMU_PACKED; typedef struct AcpiSystemResourceAffinityTabl

Re: [Qemu-devel] [PATCH v14 1/9] ACPI: add some GHES structures and macros definition

2017-12-28 Thread Igor Mammedov
On Thu, 28 Dec 2017 13:54:10 +0800 Dongjiu Geng wrote: > Add Generic Error Status Block structures and some macros > definitions, which is referred to the ACPI 4.0 or ACPI 6.1. The > HEST table generation and CPER record will use them. > > Signed-off-by: Dongjiu Geng > --- > Change since v13: >

[Qemu-devel] [PATCH v14 1/9] ACPI: add some GHES structures and macros definition

2017-12-27 Thread Dongjiu Geng
Add Generic Error Status Block structures and some macros definitions, which is referred to the ACPI 4.0 or ACPI 6.1. The HEST table generation and CPER record will use them. Signed-off-by: Dongjiu Geng --- Change since v13: 1. Clean the new added structures and macros definition Change since v1