Re: [kvm-devel] kvm-13

2007-02-21 Thread Avi Kivity
Muli Ben-Yehuda wrote: > On Tue, Feb 20, 2007 at 09:46:17AM +0200, Avi Kivity wrote: > >> Muli Ben-Yehuda wrote: >> >>> Thanks for the analysis, this problem is understood. Avi commited a >>> fix for -14 a few days back, but the fix re-breaks >>> --kerneldir. Reenabling --kerneldir is simpl

Re: [kvm-devel] kvm-13

2007-02-20 Thread Muli Ben-Yehuda
On Tue, Feb 20, 2007 at 09:46:17AM +0200, Avi Kivity wrote: > Muli Ben-Yehuda wrote: > >Thanks for the analysis, this problem is understood. Avi commited a > >fix for -14 a few days back, but the fix re-breaks > >--kerneldir. Reenabling --kerneldir is simple - see attached patch - > >but since this

Re: [kvm-devel] kvm-13

2007-02-20 Thread [EMAIL PROTECTED]
On 2/19/07, Omar Khan <[EMAIL PROTECTED]> wrote: > Muli Ben-Yehuda <[EMAIL PROTECTED]> writes: > > > > That does not explain why the change you made (from ?= to :=) made any > > difference. Could you send a full log of ./configure && make && make > > install with and without your change? > > > > We

Re: [kvm-devel] kvm-13

2007-02-19 Thread Avi Kivity
Muli Ben-Yehuda wrote: > Thanks for the analysis, this problem is understood. Avi commited a > fix for -14 a few days back, but the fix re-breaks > --kerneldir. Reenabling --kerneldir is simple - see attached patch - > but since this is obviously a fragile area, I decided not to push for > its incl

Re: [kvm-devel] kvm-13

2007-02-19 Thread Muli Ben-Yehuda
Thanks for the analysis, this problem is understood. Avi commited a fix for -14 a few days back, but the fix re-breaks --kerneldir. Reenabling --kerneldir is simple - see attached patch - but since this is obviously a fragile area, I decided not to push for its inclusion. Maybe I'm the sole --kerne

Re: [kvm-devel] kvm-13

2007-02-19 Thread Omar Khan
Muli Ben-Yehuda <[EMAIL PROTECTED]> writes: > That does not explain why the change you made (from ?= to :=) made any > difference. Could you send a full log of ./configure && make && make > install with and without your change? > Well from what I have observed this makes a difference because in

Re: [kvm-devel] KVM-13 and 2.6.20 kvm and kvm-intel

2007-02-11 Thread Avi Kivity
richard lucassen wrote: > On Fri, 09 Feb 2007 10:54:53 +0100 > Laurent Vivier <[EMAIL PROTECTED]> wrote: > > >> Iain Kyte wrote: >> >>> What has made the KVM-13 stop working with Linux 2.6.20 kvm and >>> kvm-intel? >>> >> API has been modified. >> >> As said Avi in kvm-13 release n

Re: [kvm-devel] kvm-13

2007-02-09 Thread Muli Ben-Yehuda
On Fri, Feb 09, 2007 at 10:50:36AM +, Omar Khan wrote: > I am using opensuse 10.2 and the build directory is linked to the default > directory: > > lrwxrwxrwx 1 root root 43 Feb 7 01:29 /lib/modules/2.6.18.2-34-default/build > -> > /usr/src/linux-2.6.18.2-34-obj/i386/default > > so KERNEL

Re: [kvm-devel] KVM-13 and 2.6.20 kvm and kvm-intel

2007-02-09 Thread richard lucassen
On Fri, 09 Feb 2007 10:54:53 +0100 Laurent Vivier <[EMAIL PROTECTED]> wrote: > Iain Kyte wrote: > > What has made the KVM-13 stop working with Linux 2.6.20 kvm and > > kvm-intel? > > API has been modified. > > As said Avi in kvm-13 release note : "if you use the modules from > Linux 2.6.20, yo

Re: [kvm-devel] kvm-13

2007-02-09 Thread Omar Khan
Muli Ben-Yehuda <[EMAIL PROTECTED]> writes: > > On Thu, Feb 08, 2007 at 03:46:25PM +, Omar Khan wrote: > > hi, > > > >"make install" does not install the modules in the right > >directory (actually it is not making the 'extra' directory). I > >changed > > > >KERNELDIR ?=

Re: [kvm-devel] KVM-13 and 2.6.20 kvm and kvm-intel

2007-02-09 Thread Laurent Vivier
Hi, Iain Kyte wrote: > What has made the KVM-13 stop working with Linux 2.6.20 kvm and kvm-intel? > API has been modified. As said Avi in kvm-13 release note : "if you use the modules from Linux 2.6.20, you need to use kvm-12". You can also apply attached patch on linux-2.6.20 source tree (i

Re: [kvm-devel] kvm-13

2007-02-09 Thread Muli Ben-Yehuda
On Thu, Feb 08, 2007 at 03:46:25PM +, Omar Khan wrote: > hi, > >"make install" does not install the modules in the right >directory (actually it is not making the 'extra' directory). I >changed > >KERNELDIR ?= /lib/modules/$(shell uname -r)/build > to >KERNELDIR :=

[kvm-devel] KVM-13 and 2.6.20 kvm and kvm-intel

2007-02-08 Thread Iain Kyte
What has made the KVM-13 stop working with Linux 2.6.20 kvm and kvm-intel? iain Cheap talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. http://voice.yahoo.com -

Re: [kvm-devel] kvm-13

2007-02-08 Thread Muli Ben-Yehuda
On Thu, Feb 08, 2007 at 03:46:25PM +, Omar Khan wrote: > hi, > >"make install" does not install the modules in the right directory > (actually > it is not making the 'extra' directory). I changed > >KERNELDIR ?= /lib/modules/$(shell uname -r)/build > to >KERNELDIR := /lib

[kvm-devel] kvm-13

2007-02-08 Thread Omar Khan
hi, "make install" does not install the modules in the right directory (actually it is not making the 'extra' directory). I changed KERNELDIR ?= /lib/modules/$(shell uname -r)/build to KERNELDIR := /lib/modules/$(shell uname -r)/build in the kernel/Makefile and it is working now