Re: [PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU

2020-02-26 Thread gengdongjiu
On 2020/2/26 0:59, Igor Mammedov wrote: > On Mon, 24 Feb 2020 16:37:44 +0800 > gengdongjiu wrote: > >> On 2020/2/21 22:09, Peter Maydell wrote: >>> On Mon, 17 Feb 2020 at 13:10, Dongjiu Geng wrote: In the ARMv8 platform, the CPU error types includes synchronous external

Re: [PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU

2020-02-25 Thread Igor Mammedov
On Mon, 24 Feb 2020 16:37:44 +0800 gengdongjiu wrote: > On 2020/2/21 22:09, Peter Maydell wrote: > > On Mon, 17 Feb 2020 at 13:10, Dongjiu Geng wrote: > >> > >> In the ARMv8 platform, the CPU error types includes synchronous external > >> abort(SEA) and SError Interrupt (SEI). If exception

Re: [PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU

2020-02-24 Thread gengdongjiu
On 2020/2/21 22:09, Peter Maydell wrote: > On Mon, 17 Feb 2020 at 13:10, Dongjiu Geng wrote: >> >> In the ARMv8 platform, the CPU error types includes synchronous external >> abort(SEA) and SError Interrupt (SEI). If exception happens in guest, host >> does not know the detailed information of

Re: [PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU

2020-02-21 Thread Peter Maydell
On Mon, 17 Feb 2020 at 13:10, Dongjiu Geng wrote: > > In the ARMv8 platform, the CPU error types includes synchronous external > abort(SEA) and SError Interrupt (SEI). If exception happens in guest, host > does not know the detailed information of guest, so it is expected that guest > can do

[PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU

2020-02-17 Thread Dongjiu Geng
In the ARMv8 platform, the CPU error types includes synchronous external abort(SEA) and SError Interrupt (SEI). If exception happens in guest, host does not know the detailed information of guest, so it is expected that guest can do the recovery. For example, if an exception happens in a guest