Re: [PATCH 2/2] hyperv: Move create_vp and deposit_pages hvcalls to hv_common.c

2024-12-07 Thread Wei Liu
On Fri, Dec 06, 2024 at 02:21:47PM -0800, Nuno Das Neves wrote: > From: Nuno Das Neves > > These are not specific to x86_64 and will be needed by common code. > > Signed-off-by: Nuno Das Neves Acked-by: Wei Liu

[PATCH 2/2] hyperv: Move create_vp and deposit_pages hvcalls to hv_common.c

2024-12-06 Thread Nuno Das Neves
From: Nuno Das Neves These are not specific to x86_64 and will be needed by common code. Signed-off-by: Nuno Das Neves --- arch/x86/hyperv/hv_proc.c | 144 --- arch/x86/include/asm/mshyperv.h | 2 - drivers/hv/hv_common.c | 145 +