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
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
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
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
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
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
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
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
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
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 ?=
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
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 :=
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
-
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
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
15 matches
Mail list logo