Re: [PATCH v1 32/55] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions

2021-08-06 Thread Fabiano Rosas
Nicholas Piggin writes: > This should be no functional difference but makes the caller easier > to read. > > Signed-off-by: Nicholas Piggin Reviewed-by: Fabiano Rosas > --- > arch/powerpc/kvm/book3s_hv.c | 65 +++- > 1 file changed, 41 insertions(+), 24

[PATCH v1 32/55] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions

2021-07-25 Thread Nicholas Piggin
This should be no functional difference but makes the caller easier to read. Signed-off-by: Nicholas Piggin --- arch/powerpc/kvm/book3s_hv.c | 65 +++- 1 file changed, 41 insertions(+), 24 deletions(-) diff --git a/arch/powerpc/kvm/book3s_hv.c