Re: [PATCH] hw/arm: Restrict APEI tables generation to the 'virt' machine

2020-09-30 Thread Philippe Mathieu-Daudé
On 9/30/20 1:05 PM, Dongjiu Geng wrote: > > On 2020/9/30 18:35, Philippe Mathieu-Daudé wrote: >> On 9/30/20 7:08 AM, Dongjiu Geng wrote: >>> On 2020/9/29 20:56, Philippe Mathieu-Daudé wrote: As only the Virt machine uses the RAS Virtualization feature (see commit 2afa8c8519:

Re: [PATCH] hw/arm: Restrict APEI tables generation to the 'virt' machine

2020-09-30 Thread Dongjiu Geng
On 2020/9/30 18:35, Philippe Mathieu-Daudé wrote: > On 9/30/20 7:08 AM, Dongjiu Geng wrote: >> On 2020/9/29 20:56, Philippe Mathieu-Daudé wrote: >>> As only the Virt machine uses the RAS Virtualization feature (see >>> commit 2afa8c8519: "hw/arm/virt: Introduce a RAS machine option"), >>>

Re: [PATCH] hw/arm: Restrict APEI tables generation to the 'virt' machine

2020-09-30 Thread Michael S. Tsirkin
On Tue, Sep 29, 2020 at 02:56:09PM +0200, Philippe Mathieu-Daudé wrote: > As only the Virt machine uses the RAS Virtualization feature (see > commit 2afa8c8519: "hw/arm/virt: Introduce a RAS machine option"), > restrict the APEI tables generation code to the virt machine. > > Fixes: aa16508f1d

Re: [PATCH] hw/arm: Restrict APEI tables generation to the 'virt' machine

2020-09-30 Thread Philippe Mathieu-Daudé
On 9/30/20 7:08 AM, Dongjiu Geng wrote: > On 2020/9/29 20:56, Philippe Mathieu-Daudé wrote: >> As only the Virt machine uses the RAS Virtualization feature (see >> commit 2afa8c8519: "hw/arm/virt: Introduce a RAS machine option"), >> restrict the APEI tables generation code to the virt machine. >

Re: [PATCH] hw/arm: Restrict APEI tables generation to the 'virt' machine

2020-09-29 Thread Dongjiu Geng
On 2020/9/29 20:56, Philippe Mathieu-Daudé wrote: > As only the Virt machine uses the RAS Virtualization feature (see > commit 2afa8c8519: "hw/arm/virt: Introduce a RAS machine option"), > restrict the APEI tables generation code to the virt machine. APEI is a generic feature for X86 and arm64.

Re: [PATCH] hw/arm: Restrict APEI tables generation to the 'virt' machine

2020-09-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200929125609.1088330-1-phi...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

[PATCH] hw/arm: Restrict APEI tables generation to the 'virt' machine

2020-09-29 Thread Philippe Mathieu-Daudé
As only the Virt machine uses the RAS Virtualization feature (see commit 2afa8c8519: "hw/arm/virt: Introduce a RAS machine option"), restrict the APEI tables generation code to the virt machine. Fixes: aa16508f1d ("ACPI: Build related register address fields via hardware error fw_cfg blob")