Re: [Qemu-devel] [PATCH v3 3/3] arm/arm64: signal SIBGUS and inject SEA Error

2017-05-02 Thread James Morse
Hi Dongjiu Geng, On 30/04/17 06:37, Dongjiu Geng wrote: > when happen SEA, deliver signal bus and handle the ioctl that > inject SEA abort to guest, so that guest can handle the SEA error. > diff --git a/arch/arm/kvm/mmu.c b/arch/arm/kvm/mmu.c > index 105b6ab..a96594f 100644 > ---

[Qemu-devel] [PATCH v3 3/3] arm/arm64: signal SIBGUS and inject SEA Error

2017-04-29 Thread Dongjiu Geng
when happen SEA, deliver signal bus and handle the ioctl that inject SEA abort to guest, so that guest can handle the SEA error. Signed-off-by: Dongjiu Geng --- arch/arm/include/asm/kvm_host.h | 1 + arch/arm/kvm/arm.c| 3 +++ arch/arm/kvm/guest.c