KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUEST
authorJordan Niethe <jniethe5@gmail.com>
Fri, 1 Dec 2023 13:26:14 +0000 (18:56 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 7 Dec 2023 12:33:08 +0000 (23:33 +1100)
commit4bc8ff6f170c78f64446c5d5f9ef6771eefd3416
treeb643a9611e78eeb85c79f3d69a00425e364d8270
parenta9a3de530d7531bf6cd3f6ccda769cd94c1105a0
KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUEST

H_COPY_TOFROM_GUEST is part of the nestedv1 API and so should not be
called by a nestedv2 host. Do not attempt to call it.

Signed-off-by: Jordan Niethe <jniethe5@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231201132618.555031-10-vaibhav@linux.ibm.com
arch/powerpc/kvm/book3s_64_mmu_radix.c