Re: [PATCH] KVM: PPC: Align pt_regs in kvm_vcpu_arch structure

2022-06-17 Thread Murilo Opsfelder Araújo
Hi, Fabiano. On 5/25/22 09:49, Fabiano Rosas wrote: The H_ENTER_NESTED hypercall receives as second parameter the address of a region of memory containing the values for the nested guest privileged registers. We currently use the pt_regs structure contained within kvm_vcpu_arch for that end.

[PATCH] KVM: PPC: Align pt_regs in kvm_vcpu_arch structure

2022-05-25 Thread Fabiano Rosas
The H_ENTER_NESTED hypercall receives as second parameter the address of a region of memory containing the values for the nested guest privileged registers. We currently use the pt_regs structure contained within kvm_vcpu_arch for that end. Most hypercalls that receive a memory address expect