Re: [PATCH v2 4/4] KVM: arm64: Get rid of old vcpu_reg()

2015-12-04 Thread Marc Zyngier
On 04/12/15 10:26, Pavel Fedin wrote: > Using oldstyle vcpu_reg() accessor is proven to be inappropriate and > unsafe on ARM64. This patch converts the rest of use cases to new > accessors and completely removes vcpu_reg() on ARM64. > > Signed-off-by: Pavel Fedin

[PATCH v2 4/4] KVM: arm64: Get rid of old vcpu_reg()

2015-12-04 Thread Pavel Fedin
Using oldstyle vcpu_reg() accessor is proven to be inappropriate and unsafe on ARM64. This patch converts the rest of use cases to new accessors and completely removes vcpu_reg() on ARM64. Signed-off-by: Pavel Fedin --- arch/arm/kvm/psci.c | 20