Re: [PATCH v1 4/7] KVM: PPC: Book3S 64: Move hcall early register setup to KVM

2021-04-16 Thread Fabiano Rosas
Nicholas Piggin writes: > System calls / hcalls have a different calling convention than > other interrupts, so there is code in the KVMTEST to massage these > into the same form as other interrupt handlers. > > Move this work into the KVM hcall handler. This means teaching KVM > a little more ab

[PATCH v1 4/7] KVM: PPC: Book3S 64: Move hcall early register setup to KVM

2021-04-12 Thread Nicholas Piggin
System calls / hcalls have a different calling convention than other interrupts, so there is code in the KVMTEST to massage these into the same form as other interrupt handlers. Move this work into the KVM hcall handler. This means teaching KVM a little more about the low level interrupt handler s