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

2021-04-16 Thread Fabiano Rosas
Nicholas Piggin writes: > Like the earlier patch for hcalls, KVM interrupt entry requires a > different calling convention than the Linux interrupt handlers > set up. Move the code that converts from one to the other into KVM. > > Signed-off-by: Nicholas Piggin Reviewed-by: Fabiano Rosas > --

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

2021-04-12 Thread Nicholas Piggin
Like the earlier patch for hcalls, KVM interrupt entry requires a different calling convention than the Linux interrupt handlers set up. Move the code that converts from one to the other into KVM. Signed-off-by: Nicholas Piggin --- arch/powerpc/kernel/exceptions-64s.S | 131 +