Re: [Qemu-devel] [PATCH v17 00/10] Add ARMv8 RAS virtualization support in QEMU

2019-05-24 Thread gengdongjiu
ping... 发件人:gengdongjiu 收件人:pbonz...@redhat.com ;m...@redhat.com ;imamm...@redhat.com ;shannon.zha...@gmail.com ;peter.mayd...@linaro.org ;ler...@redhat.com ;james.mo...@arm.com ;mtosa...@redhat.com ;r...@twiddle.net ;ehabk...@redhat.com ;zhengxiang (A) ;Jonathan Cameron ;xuwei (O) ;k..

Re: [Qemu-devel] [PATCH v17 00/10] Add ARMv8 RAS virtualization support in QEMU

2019-05-15 Thread gengdongjiu
Hi All, for this series patch, we can use below simple method to test: 1). Apply below hard code change after applying this series patch: diff --git a/cpus.c b/cpus.c index e58e7ab..7149f54 100644 --- a/cpus.c +++ b/cpus.c @@ -1131,6 +1131,8 @@ static void sigbus_reraise(void) static void sigbu

[Qemu-devel] [PATCH v17 00/10] Add ARMv8 RAS virtualization support in QEMU

2019-05-14 Thread Dongjiu Geng
In the ARMv8 platform, the CPU error type are synchronous external abort(SEA) and SError Interrupt (SEI). If exception happens to guest, sometimes guest itself do the recovery is better, because host does not know guest's detailed information. For example, if a guest user-space application happen