Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-15 Thread Zhang, Xiantao
Avi Kivity wrote: > Zhang, Xiantao wrote: >> >> BTW, Seems current KVM source doesn't support UP kernel without kvm built-in, once we build kvm modules through kvm-userspace.git. >>> Should work, though I never tested it. Are you seeing an error? >>> >> >> Just have a te

Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-15 Thread Avi Kivity
Zhang, Xiantao wrote: > > >>> BTW, Seems current KVM source doesn't support UP kernel without kvm >>> built-in, once we build kvm modules through kvm-userspace.git. >>> >>> >> Should work, though I never tested it. Are you seeing an error? >> > > Just have a test. Seems it can't

Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-15 Thread Zhang, Xiantao
-Original Message- From: Zhang, Xiantao Sent: 2007年11月15日 17:34 To: 'Avi Kivity' Cc: kvm-devel@lists.sourceforge.net Subject: RE: [kvm-devel] smp_call_function_mask not defined in UP kernel. Avi Kivity wrote: > Zhang, Xiantao wrote: >> Avi Kivity wrote: >>

Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-15 Thread Zhang, Xiantao
Avi Kivity wrote: > Zhang, Xiantao wrote: >> Avi Kivity wrote: >> >>> Zhang, Xiantao wrote: >>> Hi Avi, smp_call_function_mask is introduced in latest commits, but not defined in UP configuration. So, it will run into compile fail when kernel is configured without smp supp

Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-15 Thread Avi Kivity
Zhang, Xiantao wrote: > Avi Kivity wrote: > >> Zhang, Xiantao wrote: >> >>> Hi Avi, >>>smp_call_function_mask is introduced in latest commits, but not >>> defined in UP configuration. So, it will run into compile fail when >>> kernel is configured without smp support. Please check and

Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-14 Thread Zhang, Xiantao
Avi Kivity wrote: > Zhang, Xiantao wrote: >> Hi Avi, >>smp_call_function_mask is introduced in latest commits, but not >> defined in UP configuration. So, it will run into compile fail when >> kernel is configured without smp support. Please check and do the >> fix :) >> > > I see it in my

Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-13 Thread Zhang, Xiantao
Avi Kivity wrote: > Zhang, Xiantao wrote: >> Hi Avi, >>smp_call_function_mask is introduced in latest commits, but not >> defined in UP configuration. So, it will run into compile fail when >> kernel is configured without smp support. Please check and do the >> fix :) >> > > I see it in my

Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-13 Thread Avi Kivity
Zhang, Xiantao wrote: > Hi Avi, >smp_call_function_mask is introduced in latest commits, but not > defined in UP configuration. So, it will run into compile fail when > kernel is configured without smp support. Please check and do the fix > :) > I see it in my include/linux/smp.h: > > #d

[kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-12 Thread Zhang, Xiantao
Hi Avi, smp_call_function_mask is introduced in latest commits, but not defined in UP configuration. So, it will run into compile fail when kernel is configured without smp support. Please check and do the fix :) Best Wishes! Xiantao ---