Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-16 Thread Avi Kivity
Carlo Marcelo Arenas Belon wrote: > On Thu, Dec 13, 2007 at 03:32:46PM +0200, Avi Kivity wrote: > >> Notes: >> If you use the modules bundled with kvm-56, you can use any version >> of Linux from 2.6.9 upwards. >> > > the external module (once patched) will only be able to build again

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-16 Thread Carlo Marcelo Arenas Belon
On Thu, Dec 13, 2007 at 03:32:46PM +0200, Avi Kivity wrote: > Notes: > If you use the modules bundled with kvm-56, you can use any version > of Linux from 2.6.9 upwards. the external module (once patched) will only be able to build against 2.6.17 upwards because the in-kernel PIC/IOAPIC/LAPI

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-16 Thread Izik Eidus
On Thu, 2007-12-13 at 22:50 +0100, Farkas Levente wrote: > Izik Eidus wrote: > > Farkas Levente wrote: > >> Avi Kivity wrote: > >> > >>> This restores live migration support which has been broken for a > >>> couple of releases. Also, if you had Java problems please test > >>> kvm-56, as it has

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-14 Thread Carlo Marcelo Arenas Belon
On Thu, Dec 13, 2007 at 05:06:41PM +0200, Avi Kivity wrote: > Alexey Eremenko wrote: > > > > Yes, You're right, KVM-56 doesn't compiles on 32-bit systems. (tested > > on openSUSE 10.3, 32-bit) > > > > It compiles on 32-bit systems. It doesn't compile on 32-bit non-pae > systems. gentoo non-pa

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-14 Thread Carlo Marcelo Arenas Belon
On Thu, Dec 13, 2007 at 06:59:06AM -0800, Alexey Eremenko wrote: > >Yes, You're right, KVM-56 doesn't compiles on 32-bit systems. (tested on >openSUSE 10.3, 32-bit) it compiles ok in Gentoo 2007.0 building against the last stable gentoo kernels 2.6.22 and 2.6.23 for x86 : gentoo-source

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-14 Thread Avi Kivity
Theodore Tso wrote: > BTW, there were changes between 2.6.24-rc3 and -rc5 such that there > are merge conflicts when I tried to do a git pull from kvm/master unto > Linus's git mainline. > > In general I merge regularly and resolve conflicts. Currently kvm.git is based on 2.6.24-rc5. -- Any

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Farkas Levente
Izik Eidus wrote: > Farkas Levente wrote: >> Avi Kivity wrote: >> >>> This restores live migration support which has been broken for a >>> couple of releases. Also, if you had Java problems please test >>> kvm-56, as it has some nx related permission fixes. >>> >> >> unfortunately 32bit cen

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Theodore Tso
On Thu, Dec 13, 2007 at 03:32:46PM +0200, Avi Kivity wrote: > This restores live migration support which has been broken for a couple > of releases. Also, if you had Java problems please test kvm-56, as it > has some nx related permission fixes. BTW, there were changes between 2.6.24-rc3 and -r

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Izik Eidus
Farkas Levente wrote: > Avi Kivity wrote: > >> This restores live migration support which has been broken for a couple >> of releases. Also, if you had Java problems please test kvm-56, as it >> has some nx related permission fixes. >> > > unfortunately 32bit centos guest still not be ab

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Pelle
Ah, check. Thank you. Avi Kivity wrote: > Pelle wrote: >> Patch applied, rebuild (twice) but still the same error. >> > > Sorry, there was a type in the patch. Please change cpmxchg64 to > cmpxchg64 in kernel/external-module-compat.h, or apply the attached > corrected patch on a clean kvm-56.

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Avi Kivity
Pelle wrote: Patch applied, rebuild (twice) but still the same error. Sorry, there was a type in the patch. Please change cpmxchg64 to cmpxchg64 in kernel/external-module-compat.h, or apply the attached corrected patch on a clean kvm-56. Avi Kivity wrote: Pelle wrote: I get the followi

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Pelle
Patch applied, rebuild (twice) but still the same error. Avi Kivity wrote: > Pelle wrote: >> I get the following error when modprobing the new module: >> >> WARNING: Error inserting kvm >> (/lib/modules/2.6.22-14-generic/extra/kvm.ko): Unknown symbol in >> module, or unknown parameter (see dmesg

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Farkas Levente
Avi Kivity wrote: > This restores live migration support which has been broken for a couple > of releases. Also, if you had Java problems please test kvm-56, as it > has some nx related permission fixes. unfortunately 32bit centos guest still not be able to boot on 64bit host. -- Levente

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Avi Kivity
Alexey Eremenko wrote: > > Hi Pelle! > > Yes, You're right, KVM-56 doesn't compiles on 32-bit systems. (tested > on openSUSE 10.3, 32-bit) > It compiles on 32-bit systems. It doesn't compile on 32-bit non-pae systems. -- error compiling committee.c: too many arguments to function -

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Alexey Eremenko
Hi Pelle! Yes, You're right, KVM-56 doesn't compiles on 32-bit systems. (tested on openSUSE 10.3, 32-bit) -Alexey Technologov - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Pelle
Yes, unfortunately that's not it. Alexey Eremenko wrote: > > > > -Original Message- > From: [EMAIL PROTECTED] on behalf of Pelle > Sent: Thu 12/13/2007 6:19 AM > To: Avi Kivity > Cc: kvm-devel > Subject: Re: [kvm-devel] [ANNOUNCE] kvm-56 release >

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Avi Kivity
Pelle wrote: I get the following error when modprobing the new module: WARNING: Error inserting kvm (/lib/modules/2.6.22-14-generic/extra/kvm.ko): Unknown symbol in module, or unknown parameter (see dmesg) kvm: Unknown symbol cmpxchg64 Ubuntu 7.10 32-bits, C2D E6300 Please try the atta

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Alexey Eremenko
-Original Message- From: [EMAIL PROTECTED] on behalf of Pelle Sent: Thu 12/13/2007 6:19 AM To: Avi Kivity Cc: kvm-devel Subject: Re: [kvm-devel] [ANNOUNCE] kvm-56 release >I get the following error when modprobing the new module: I hope you did rmmod first. You need to do: rmmod

Re: [kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Pelle
I get the following error when modprobing the new module: WARNING: Error inserting kvm (/lib/modules/2.6.22-14-generic/extra/kvm.ko): Unknown symbol in module, or unknown parameter (see dmesg) kvm: Unknown symbol cmpxchg64 Ubuntu 7.10 32-bits, C2D E6300 Pelle. Avi Kivity wrote: > This restore

[kvm-devel] [ANNOUNCE] kvm-56 release

2007-12-13 Thread Avi Kivity
This restores live migration support which has been broken for a couple of releases. Also, if you had Java problems please test kvm-56, as it has some nx related permission fixes. Changes from kvm-55: - Generalize exception handling mechanism - fix x86 emulator eflags handling - avoid exit to u