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

2017-12-13 Thread gengdongjiu
Hi peter, On 2017/12/14 2:12, Peter Maydell wrote: >> [v13,11/12] hw/arm/virt: Add RAS platform version for migration >> [v13,12/12] target-arm: kvm64: handle SIGBUS signal from kernel or KVM > Hi; unfortunately I only have one more working day this year, which > isn't really enough to get up to s

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

2017-12-13 Thread Peter Maydell
On 13 December 2017 at 03:59, gengdongjiu wrote: > Hi Peter, > > On 2017/12/11 21:32, Igor Mammedov wrote: >> On Mon, 11 Dec 2017 19:31:14 +0800 >> gengdongjiu wrote: >> >>> Hi maintainer, >>> >>> This patch set seems pending about one month, could you help review for >>> them? Thanks. >> I'm

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

2017-12-12 Thread gengdongjiu
Hi Peter, On 2017/12/11 21:32, Igor Mammedov wrote: > On Mon, 11 Dec 2017 19:31:14 +0800 > gengdongjiu wrote: > >> Hi maintainer, >> >> This patch set seems pending about one month, could you help review for >> them? Thanks. > I'm going to look at ACPI side of it this week. Hi Peter/shannon

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

2017-12-11 Thread gengdongjiu
On 2017/12/11 21:32, Igor Mammedov wrote: >> Hi maintainer, >> >> This patch set seems pending about one month, could you help review for >> them? Thanks. > I'm going to look at ACPI side of it this week. Igor, thank you very much in advance. > >

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

2017-12-11 Thread Igor Mammedov
On Mon, 11 Dec 2017 19:31:14 +0800 gengdongjiu wrote: > Hi maintainer, > > This patch set seems pending about one month, could you help review for > them? Thanks. I'm going to look at ACPI side of it this week. > In this series, except the three patches in [1] are dependent on KVM > imple

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

2017-12-11 Thread gengdongjiu
Hi maintainer, This patch set seems pending about one month, could you help review for them? Thanks. In this series, except the three patches in [1] are dependent on KVM implementation. Other patches does not depend on KVM/host, because KVM/host has already supported them, According to Jame

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

2017-12-04 Thread gengdongjiu
ping again. thanks On 2017/11/28 2:39, Dongjiu Geng wrote: > From: gengdongjiu > > In the ARMv8 platform, the CPU error type are synchronous external > abort(SEA) and SError Interrupt (SEI). If guest happen exception, > sometimes guest itself do the recovery is better, because host > does n

[Qemu-devel] [PATCH v13 00/12] Add ARMv8 RAS virtualization support in QEMU

2017-11-27 Thread Dongjiu Geng
From: gengdongjiu In the ARMv8 platform, the CPU error type are synchronous external abort(SEA) and SError Interrupt (SEI). If guest happen exception, sometimes guest itself do the recovery is better, because host does not know guest's detailed info. For example, if a guest user-space applicat