[PATCH 02/11] KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()

2020-10-26 Thread Marc Zyngier
There is no need to feed the result of kvm_vcpu_trap_il_is32bit() to kvm_skip_instr(), as only AArch32 has a variable lenght ISA, and this helper can equally be called from kvm_skip_instr32(), reducing the complexity at all the call sites. Signed-off-by: Marc Zyngier --- arch/arm64/include/asm/k

Re: [PATCH 02/11] KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()

2020-10-26 Thread Mark Rutland
On Mon, Oct 26, 2020 at 01:34:41PM +, Marc Zyngier wrote: > There is no need to feed the result of kvm_vcpu_trap_il_is32bit() > to kvm_skip_instr(), as only AArch32 has a variable lenght ISA, and Typo: s/lenght/length/ If there are more typos in the series, I'll ignore them. I assume you know