Re: [PATCH v5 08/17] powerpc/pseries/vas: Define VAS/NXGZIP hcalls and structs

2021-06-13 Thread Nicholas Piggin
Excerpts from Haren Myneni's message of June 13, 2021 8:59 pm: > > This patch adds hcalls and other definitions. Also define structs > that are used in VAS implementation on PowerVM. > > Signed-off-by: Haren Myneni I haven't got the specs to verify it against, but previous comments on naming e

[PATCH v5 08/17] powerpc/pseries/vas: Define VAS/NXGZIP hcalls and structs

2021-06-13 Thread Haren Myneni
This patch adds hcalls and other definitions. Also define structs that are used in VAS implementation on PowerVM. Signed-off-by: Haren Myneni --- arch/powerpc/include/asm/hvcall.h| 7 ++ arch/powerpc/include/asm/vas.h | 30 +++ arch/powerpc/platforms/pseries/vas.h | 125 ++