Re: [kvm-devel] [PATCH 1/2] [RESEND] Enable user directory configure script for cross compile

2007-10-09 Thread Jerone Young
I believe the problem is that I am not generating my patches in git format. I have been using a mercuial mq tree to generate the patches I have been sending. While they apply fine with patch command, apparently git needs the patches fomatted correctly. I'll get everything together again and use gi

Re: [kvm-devel] [PATCH 1/2] [RESEND] Enable user directory configure script for cross compile

2007-10-09 Thread Jerone Young
The patches are based on an older snapshot. Grabbing todays git tree I see there have been changes in user/Makefile. This would be why it is failing. On Tue, 2007-10-09 at 18:02 +0200, Avi Kivity wrote: > Jerone Young wrote: > > I believe the problem is that I am not generating my patches in git >

Re: [kvm-devel] [PATCH 1/2] [RESEND] Enable user directory configure script for cross compile

2007-10-09 Thread Avi Kivity
Jerone Young wrote: > I believe the problem is that I am not generating my patches in git > format. I have been using a mercuial mq tree to generate the patches I > have been sending. While they apply fine with patch command, apparently > git needs the patches fomatted correctly. > > git genera

Re: [kvm-devel] [PATCH 1/2] [RESEND] Enable user directory configure script for cross compile

2007-10-09 Thread Avi Kivity
Jerone Young wrote: > This patch enables configure script in user directory for cross compile. > > Still doesn't apply. What are you generating the patches against? -- error compiling committee.c: too many arguments to function -

[kvm-devel] [PATCH 1/2] [RESEND] Enable user directory configure script for cross compile

2007-10-08 Thread Jerone Young
This patch enables configure script in user directory for cross compile. Signed-off-by: Jerone Young <[EMAIL PROTECTED]> diff -r b0a20b1a7339 user/configure --- a/user/configure Mon Oct 08 23:48:50 2007 -0500 +++ b/user/configure Mon Oct 08 23:49:22 2007 -0500 @@ -2,13 +2,20 @@ prefix=/usr/lo