Re: [PATCH] x86/mem_sharing: gate enabling on cpu_has_vmx

2020-05-26 Thread Wei Liu
On Mon, May 25, 2020 at 08:46:06AM -0600, Tamas K Lengyel wrote: > From: Tamas K Lengyel > > It is unclear whether mem_sharing was ever made to work on other architectures > but at this time the only verified platform for it is vmx. No plans to support > or maintain it on other architectures. Mak

[PATCH] x86/mem_sharing: gate enabling on cpu_has_vmx

2020-05-25 Thread Tamas K Lengyel
From: Tamas K Lengyel It is unclear whether mem_sharing was ever made to work on other architectures but at this time the only verified platform for it is vmx. No plans to support or maintain it on other architectures. Make this explicit by checking during initialization. Signed-off-by: Tamas K