Re: [RESEND PATCH v21 1/6] hw/arm/virt: Introduce a RAS machine option

2019-12-07 Thread gengdongjiu
> > I think we could make the user-facing description of > the option a little clearer: something like > "Set on/off to enable/disable reporting host memory errors > to a KVM guest using ACPI and guest external abort exceptions" > > ? Peter, sorry for the late response. sure, we have already

Re: [RESEND PATCH v21 1/6] hw/arm/virt: Introduce a RAS machine option

2019-12-02 Thread Peter Maydell
On Mon, 11 Nov 2019 at 01:44, Xiang Zheng wrote: > > From: Dongjiu Geng > > RAS Virtualization feature is not supported now, so add a RAS machine > option and disable it by default. > > Signed-off-by: Dongjiu Geng > Signed-off-by: Xiang Zheng > --- > hw/arm/virt.c | 23

[RESEND PATCH v21 1/6] hw/arm/virt: Introduce a RAS machine option

2019-11-10 Thread Xiang Zheng
From: Dongjiu Geng RAS Virtualization feature is not supported now, so add a RAS machine option and disable it by default. Signed-off-by: Dongjiu Geng Signed-off-by: Xiang Zheng --- hw/arm/virt.c | 23 +++ include/hw/arm/virt.h | 1 + 2 files changed, 24

[PATCH v21 1/6] hw/arm/virt: Introduce a RAS machine option

2019-11-04 Thread Xiang Zheng
From: Dongjiu Geng RAS Virtualization feature is not supported now, so add a RAS machine option and disable it by default. Signed-off-by: Dongjiu Geng Signed-off-by: Xiang Zheng --- hw/arm/virt.c | 23 +++ include/hw/arm/virt.h | 1 + 2 files changed, 24