Re: [PATCH] powerpc/hvcall: Reorder Nestedv2 hcall opcodes

2023-12-31 Thread Michael Ellerman
On Tue, 19 Dec 2023 14:52:36 +0530, Vaibhav Jain wrote: > This trivial patch reorders the newly introduced hcall opcodes for Nestedv2 > to follow the increasing-opcode-number convention followed in > 'hvcall.h'. The patch also updates the value for MAX_HCALL_OPCODE which is > at various places in a

[PATCH] powerpc/hvcall: Reorder Nestedv2 hcall opcodes

2023-12-19 Thread Vaibhav Jain
This trivial patch reorders the newly introduced hcall opcodes for Nestedv2 to follow the increasing-opcode-number convention followed in 'hvcall.h'. The patch also updates the value for MAX_HCALL_OPCODE which is at various places in arch code for range checking. Fixes: 19d31c5f1157 ("KVM: PPC: Ad