Re: [Xen-devel] [PATCH] x86: put vcpumask_to_pcpumask under CONFIG_PV

2018-11-05 Thread Wei Liu
On Fri, Nov 02, 2018 at 07:30:43PM +, Andrew Cooper wrote: > On 02/11/18 19:28, Wei Liu wrote: > > This function is used by PV code only. This issue is discovered by > > clang build. > > Indeed.  It is only used by two PV hypercalls. > > > > > Signed-off-by: Wei Liu > > --- > > xen/arch/x86

Re: [Xen-devel] [PATCH] x86: put vcpumask_to_pcpumask under CONFIG_PV

2018-11-02 Thread Andrew Cooper
On 02/11/18 19:28, Wei Liu wrote: > This function is used by PV code only. This issue is discovered by > clang build. Indeed.  It is only used by two PV hypercalls. > > Signed-off-by: Wei Liu > --- > xen/arch/x86/mm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/