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

2020-05-07 Thread gengdongjiu
On 2020/5/7 4:25, Michael S. Tsirkin wrote: > On Wed, May 06, 2020 at 07:42:19PM +0800, gengdongjiu wrote: >> On 2020/4/17 21:32, Peter Maydell wrote: >>> On Fri, 10 Apr 2020 at 12:46, Dongjiu Geng wrote: In the ARMv8 platform, the CPU error types includes synchronous external a

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

2020-05-06 Thread gengdongjiu
On 2020/5/7 4:25, Michael S. Tsirkin wrote: > On Wed, May 06, 2020 at 07:42:19PM +0800, gengdongjiu wrote: >> On 2020/4/17 21:32, Peter Maydell wrote: >>> On Fri, 10 Apr 2020 at 12:46, Dongjiu Geng wrote: In the ARMv8 platform, the CPU error types includes synchronous external abor

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

2020-05-06 Thread Michael S. Tsirkin
On Wed, May 06, 2020 at 07:42:19PM +0800, gengdongjiu wrote: > On 2020/4/17 21:32, Peter Maydell wrote: > > On Fri, 10 Apr 2020 at 12:46, Dongjiu Geng wrote: > >> > >> In the ARMv8 platform, the CPU error types includes synchronous external > >> abort(SEA) > >> and SError Interrupt (SEI). If exce

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

2020-05-06 Thread gengdongjiu
On 2020/4/17 21:32, Peter Maydell wrote: > On Fri, 10 Apr 2020 at 12:46, 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 >> informatio

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

2020-05-02 Thread gengdongjiu
> > On Thu, 30 Apr 2020 11:56:24 +0800 > gengdongjiu wrote: > > > On 2020/4/17 21:32, Peter Maydell wrote: > > > On Fri, 10 Apr 2020 at 12:46, Dongjiu Geng wrote: > > >> > > >> In the ARMv8 platform, the CPU error types includes synchronous > > >> external abort(SEA) and SError Interrupt (SEI).

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

2020-04-30 Thread Igor Mammedov
On Thu, 30 Apr 2020 11:56:24 +0800 gengdongjiu wrote: > On 2020/4/17 21:32, Peter Maydell wrote: > > On Fri, 10 Apr 2020 at 12:46, Dongjiu Geng wrote: > >> > >> In the ARMv8 platform, the CPU error types includes synchronous external > >> abort(SEA) > >> and SError Interrupt (SEI). If excepti

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

2020-04-29 Thread gengdongjiu
On 2020/4/17 21:32, Peter Maydell wrote: > On Fri, 10 Apr 2020 at 12:46, 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 >> informa

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

2020-04-17 Thread gengdongjiu
On 2020/4/17 21:32, Peter Maydell wrote: > On Fri, 10 Apr 2020 at 12:46, 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 >> informa

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

2020-04-17 Thread gengdongjiu
On 2020/4/17 21:32, Peter Maydell wrote: > On Fri, 10 Apr 2020 at 12:46, 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 >> informa

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

2020-04-17 Thread Peter Maydell
On Fri, 10 Apr 2020 at 12:46, 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 t

RE: [PATCH v25 00/10] Add ARMv8 RAS virtualization support in QEMU

2020-04-16 Thread gengdongjiu
 题:Re: [PATCH v25 00/10] Add ARMv8 RAS virtualization support in QEMU On Thu, 16 Apr 2020 at 14:54, gengdongjiu wrote: > > ping Hi; this is on my to-review queue, but so are 25 other patchsets. (I've built up a bit of a backlog due to concentrating on work for the 5.0 release wh

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

2020-04-16 Thread Peter Maydell
On Thu, 16 Apr 2020 at 14:54, gengdongjiu wrote: > > ping Hi; this is on my to-review queue, but so are 25 other patchsets. (I've built up a bit of a backlog due to concentrating on work for the 5.0 release while we're in the freeze period.) I will get to it eventually if nobody else does fir

RE: [PATCH v25 00/10] Add ARMv8 RAS virtualization support in QEMU

2020-04-16 Thread gengdongjiu
ping 发件人:gengdongjiu 收件人:imammedo ;mst ;xiaoguangrong.eric ;Peter Maydell ;shannon.zhaosl ;fam ;rth ;Eduardo Habkost ;mtosatti ;qemu-devel ;kvm ;qemu-arm ;pbonzini 抄 送:gengdongjiu ;zhengxiang (A) ;Jonathan Cameron ;Linuxarm 时 间:2020-04-10 19:45:28 主 题:[PATCH v25 00/10] Add ARMv8

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

2020-04-10 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 u