Re: [Qemu-devel] [PATCH v14 4/9] ACPI: enable APEI GHES in the configure file

2018-01-10 Thread gengdongjiu
On 2018/1/10 1:16, Peter Maydell wrote: > On 28 December 2017 at 05:54, Dongjiu Geng wrote: >> Add CONFIG_ACPI_APEI configuration in the arm-softmmu.mak >> and add build choice in the Makefile.objs. >> >> Signed-off-by: Dongjiu Geng >> --- >> default-configs/arm-softmmu.mak | 1 + >> hw/acpi/Mak

Re: [Qemu-devel] [PATCH v14 4/9] ACPI: enable APEI GHES in the configure file

2018-01-09 Thread Peter Maydell
On 28 December 2017 at 05:54, Dongjiu Geng wrote: > Add CONFIG_ACPI_APEI configuration in the arm-softmmu.mak > and add build choice in the Makefile.objs. > > Signed-off-by: Dongjiu Geng > --- > default-configs/arm-softmmu.mak | 1 + > hw/acpi/Makefile.objs | 1 + > 2 files changed, 2

[Qemu-devel] [PATCH v14 4/9] ACPI: enable APEI GHES in the configure file

2017-12-27 Thread Dongjiu Geng
Add CONFIG_ACPI_APEI configuration in the arm-softmmu.mak and add build choice in the Makefile.objs. Signed-off-by: Dongjiu Geng --- 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/defa