Re: [kvm-devel] build failure on master branch

2007-09-10 Thread Avi Kivity
-devel@lists.sourceforge.net *Subject:* Re: [kvm-devel] build failure on master branch Well, it seems hrtimer-compat patch breaks the build. HRTIMER_MOD_ABS is declared in enum, so we can’t say: #ifndef HRTIMER_MOD_ABS #define HRTIMER_MOD_ABS HRTIMER_ABS #endif maybe something like

Re: [kvm-devel] build failure on master branch

2007-09-10 Thread Zhao, Yunfeng
10:55 *To:* Zhao, Yunfeng; kvm-devel@lists.sourceforge.net *Subject:* Re: [kvm-devel] build failure on master branch Well, it seems hrtimer-compat patch breaks the build. HRTIMER_MOD_ABS is declared in enum, so we can’t say: #ifndef HRTIMER_MOD_ABS #define HRTIMER_MOD_ABS HRTIMER_ABS

Re: [kvm-devel] build failure on master branch

2007-09-10 Thread Avi Kivity
Zhao, Yunfeng wrote: Hi, Avi The issue still exists on the latest kvm-userspace.git. Did you push the change to master? Pushed now, thanks for the remainder. -- error compiling committee.c: too many arguments to function

[kvm-devel] build failure on master branch

2007-09-09 Thread Zhao, Yunfeng
I meet the following error when I build latest kvm master against kernel 2.6.22 as external modules. And it's ok if I build it against kvm kernel either build-in or as external modules. /kvm-userspace/BUILD/kernel/lapic.c: In function 'start_apic_timer':

Re: [kvm-devel] build failure on master branch

2007-09-09 Thread He, Qing
. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zhao, Yunfeng Sent: 2007年9月10日 10:41 To: kvm-devel@lists.sourceforge.net Subject: [kvm-devel] build failure on master branch I meet the following error when I build latest kvm master against

Re: [kvm-devel] build failure on master branch

2007-09-09 Thread Zhao, Yunfeng
The issue is fixed after applied the patch. Thanks a lot! Yunfeng From: He, Qing Sent: 2007年9月10日 11:35 To: He, Qing; Zhao, Yunfeng; kvm-devel@lists.sourceforge.net Subject: RE: [kvm-devel] build failure on master branch You can try the attached patch