Re: [PATCH RFCv2 5/9] kvm/arm64: Replace hsr with esr

2020-05-27 Thread Gavin Shan
Hi Mark, On 5/26/20 8:45 PM, Mark Rutland wrote: On Fri, May 08, 2020 at 01:29:15PM +1000, Gavin Shan wrote: This replace the variable names to make them self-explaining. The tracepoint isn't changed accordingly because they're part of ABI: * @hsr to @esr * @hsr_ec to @ec * Use

Re: [PATCH RFCv2 5/9] kvm/arm64: Replace hsr with esr

2020-05-26 Thread Mark Rutland
On Fri, May 08, 2020 at 01:29:15PM +1000, Gavin Shan wrote: > This replace the variable names to make them self-explaining. The > tracepoint isn't changed accordingly because they're part of ABI: > >* @hsr to @esr >* @hsr_ec to @ec >* Use kvm_vcpu_trap_get_class() helper if possible >

[PATCH RFCv2 5/9] kvm/arm64: Replace hsr with esr

2020-05-08 Thread Gavin Shan
This replace the variable names to make them self-explaining. The tracepoint isn't changed accordingly because they're part of ABI: * @hsr to @esr * @hsr_ec to @ec * Use kvm_vcpu_trap_get_class() helper if possible Signed-off-by: Gavin Shan --- arch/arm64/kvm/handle_exit.c | 28