|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] rebased openSUSE Xen dom0 Patches
On Tue, Apr 6, 2010 at 8:37 PM, Andrew Lyon <andrew.lyon@xxxxxxxxx> wrote:
> I've uploaded updated 2.6.31 and 2.6.32 rebased openSUSE Xen dom0
> patches and ebuilds to
> http://code.google.com/p/gentoo-xen-kernel/downloads/list
>
> Notable change is that both include the online resize feature recently
> posted to xen-devel.
I got this when compiling 2.6.32.11 + xen-patches-2.6.32-1.tar.bz2
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/x86/built-in.o: In function `early_init_intel':
intel.c:(.cpuinit.text+0x1685): undefined reference to `check_tsc_unstable'
make: *** [.tmp_vmlinux1] Error 1
as a workaround, I comment-out these lines on arch/x86/kernel/cpu/intel.c
if (!check_tsc_unstable())
sched_clock_stable = 1;
it seems to work fine, wonder if it's a correct workaround. Live
migration works correctly now even with vcpu > 1.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|