Re: [kvm-devel] boot stops after console handover?

Previous thread: [PATCH 2/2] irda: avoid potential memory leak in irda_setsockopt() by Jesper Juhl on Saturday, January 12, 2008 - 8:34 pm. (1 message)

Next thread: [PATCH] Documentation: Add 00-INDEX file for AoE by Jesper Juhl on Saturday, January 12, 2008 - 9:44 pm. (4 messages)
To: Carlo Marcelo Arenas Belon <carenas@...>
Cc: Avi Kivity <avi@...>, <kvm-devel@...>, Linux Kernel Development <linux-kernel@...>
Date: Saturday, January 12, 2008 - 9:19 pm

cp .config ../config-2.6.24-rc7-git4
make mrproper
cp ../config-2.6.24-rc7-git4 .config
make -j 4
(...)
MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0x2cb657): Section mismatch: reference to
.init.text:register_cpu_notifier (between 'kvm_init_x86' and 'kvm_sched_in')
WARNING: vmlinux.o(.text.head+0xe4): Section mismatch: reference to
.init.data.2:trampoline_level4_pgt (between 'ident_complete' and
'secondary_startup_64')
WARNING: vmlinux.o(.text.head+0xeb): Section mismatch: reference to
.init.data.2:trampoline_level4_pgt (between 'ident_complete' and
'secondary_startup_64')
LD vmlinux
SYSMAP System.map
SYSMAP .tmp_System.map

You can grab the .config here:
http://194.145.196.85/kvm/config-2.6.24-rc7-git4

Antoine
--

To: Antoine Martin <antoine@...>
Cc: Avi Kivity <avi@...>, <kvm-devel@...>, Linux Kernel Development <linux-kernel@...>
Date: Saturday, January 12, 2008 - 11:10 pm

replicated with your configuration, but can't still reproduce it with mine
even when forcing as you do

CONFIG_KVM=y
CONFIG_KVM_INTEL=y

available from :

is this the configuration for the host kernel?

if you want to use the last code for kvm you should have CONFIG_KVM disabled
and instead use the external module as instructed in (HINT: you don't have a
patched kernel) :

http://kvm.qumranet.com/kvmwiki/HOWTO1

not sure which version will be part of 2.6.24 but I suspect it might not be
kvm 59.

Carlo
--

Previous thread: [PATCH 2/2] irda: avoid potential memory leak in irda_setsockopt() by Jesper Juhl on Saturday, January 12, 2008 - 8:34 pm. (1 message)

Next thread: [PATCH] Documentation: Add 00-INDEX file for AoE by Jesper Juhl on Saturday, January 12, 2008 - 9:44 pm. (4 messages)