Re: [PATCH V3 10/10] arm64: KVM: add guest SEA support

2016-10-14 Thread Baicar, Tyler
On 10/14/2016 2:38 AM, Punit Agrawal wrote: "Baicar, Tyler" writes: Hello Punit, On 10/13/2016 7:14 AM, Punit Agrawal wrote: Hi Tyler, I know I've had my last comment already ;), but I thought I'd rather raise the question than stay confused... Tyler Baicar

Re: [PATCH V3 10/10] arm64: KVM: add guest SEA support

2016-10-14 Thread Baicar, Tyler
On 10/14/2016 2:38 AM, Punit Agrawal wrote: "Baicar, Tyler" writes: Hello Punit, On 10/13/2016 7:14 AM, Punit Agrawal wrote: Hi Tyler, I know I've had my last comment already ;), but I thought I'd rather raise the question than stay confused... Tyler Baicar writes: Currently external

Re: [PATCH V3 10/10] arm64: KVM: add guest SEA support

2016-10-14 Thread Punit Agrawal
"Baicar, Tyler" writes: > Hello Punit, > > On 10/13/2016 7:14 AM, Punit Agrawal wrote: >> Hi Tyler, >> >> I know I've had my last comment already ;), but I thought I'd rather >> raise the question than stay confused... >> >> Tyler Baicar writes:

Re: [PATCH V3 10/10] arm64: KVM: add guest SEA support

2016-10-14 Thread Punit Agrawal
"Baicar, Tyler" writes: > Hello Punit, > > On 10/13/2016 7:14 AM, Punit Agrawal wrote: >> Hi Tyler, >> >> I know I've had my last comment already ;), but I thought I'd rather >> raise the question than stay confused... >> >> Tyler Baicar writes: >> >>> Currently external aborts are unsupported

Re: [PATCH V3 10/10] arm64: KVM: add guest SEA support

2016-10-13 Thread Baicar, Tyler
Hello Punit, On 10/13/2016 7:14 AM, Punit Agrawal wrote: Hi Tyler, I know I've had my last comment already ;), but I thought I'd rather raise the question than stay confused... Tyler Baicar writes: Currently external aborts are unsupported by the guest abort

Re: [PATCH V3 10/10] arm64: KVM: add guest SEA support

2016-10-13 Thread Baicar, Tyler
Hello Punit, On 10/13/2016 7:14 AM, Punit Agrawal wrote: Hi Tyler, I know I've had my last comment already ;), but I thought I'd rather raise the question than stay confused... Tyler Baicar writes: Currently external aborts are unsupported by the guest abort handling. Add handling for SEAs

Re: [PATCH V3 10/10] arm64: KVM: add guest SEA support

2016-10-13 Thread Punit Agrawal
Hi Tyler, I know I've had my last comment already ;), but I thought I'd rather raise the question than stay confused... Tyler Baicar writes: > Currently external aborts are unsupported by the guest abort > handling. Add handling for SEAs so that the host kernel reports

Re: [PATCH V3 10/10] arm64: KVM: add guest SEA support

2016-10-13 Thread Punit Agrawal
Hi Tyler, I know I've had my last comment already ;), but I thought I'd rather raise the question than stay confused... Tyler Baicar writes: > Currently external aborts are unsupported by the guest abort > handling. Add handling for SEAs so that the host kernel reports > SEAs which occur in

[PATCH V3 10/10] arm64: KVM: add guest SEA support

2016-10-07 Thread Tyler Baicar
Currently external aborts are unsupported by the guest abort handling. Add handling for SEAs so that the host kernel reports SEAs which occur in the guest kernel. Signed-off-by: Tyler Baicar --- arch/arm/include/asm/kvm_arm.h | 1 +

[PATCH V3 10/10] arm64: KVM: add guest SEA support

2016-10-07 Thread Tyler Baicar
Currently external aborts are unsupported by the guest abort handling. Add handling for SEAs so that the host kernel reports SEAs which occur in the guest kernel. Signed-off-by: Tyler Baicar --- arch/arm/include/asm/kvm_arm.h | 1 + arch/arm/include/asm/system_misc.h | 5 +