WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Small fix for xenoprof problem. xenoprof: Initialization fai

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Small fix for xenoprof problem. xenoprof: Initialization failed. Intel processor model 15 for P6 class family is not supported
From: Wong Louis <mylover01ca@xxxxxxxxx>
Date: Mon, 2 Oct 2006 06:13:34 -0400 (EDT)
Cc: mylover01ca@xxxxxxxxx
Delivery-date: Mon, 02 Oct 2006 03:14:22 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=CDd/SOni6tDuveQDRIdNxuNMzSx7lNrx7nc+VsYYfuzXTYMgNr7ve1nAgRjlhxVlDwF9vwnjphLjwruCz25J6yDt8wzvq6aUews6SV4tzqCujV3vINq2nIUNs7asAwkBqu/ABuBOXoQudNZoVv8mOG2j9HyCbUl0ilvE7mpe0IY= ;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Small fix for xenoprof problem.
(xen/arch/x86/oprofile/nmi_int.c
xen/arch/x86/oprofile/xenoprof.c)

Hi I am using the Core2 E6400 and can't start xen
afterwards.

(xm dmesg)

(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three
times to switch input to Xen).
(XEN) xenoprof: Initialization failed. Intel processor
model 15 for P6 class family is not supported
(XEN) xenoprof: operation 0 failed for dom 0 (status :
-19)

Can anyone tell me how to use mercurial to
download/clone the unstable hg file before Sept 15?
Thanks

Replacing the 2 files does not work
make[6]: Entering directory
`/root/xen-unstable.hg/xen/arch/x86/oprofile'
gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686
-Wall -Wstrict-prototypes
-Wdeclaration-after-statement -nostdinc -fno-builtin
-fno-common -fno-strict-aliasing -iwithprefix include
-Werror -Wno-pointer-arith -pipe
-I/root/xen-unstable.hg/xen/include
-I/root/xen-unstable.hg/xen/include/asm-x86/mach-generic
-I/root/xen-unstable.hg/xen/include/asm-x86/mach-default
-msoft-float -g -D__XEN__ -c xenoprof.c -o xenoprof.o
xenoprof.c: In function 'xenoprof_op_init':
xenoprof.c:461: error: 'struct xenoprof_init' has no
member named 'max_samples'
xenoprof.c:472: error: 'struct xenoprof_init' has no
member named 'nbuf'
xenoprof.c:473: error: 'struct xenoprof_init' has no
member named 'bufsize'
xenoprof.c:474: error: 'struct xenoprof_init' has no
member named 'buf_maddr'
make[6]: *** [xenoprof.o] Error 1
make[6]: Leaving directory
`/root/xen-unstable.hg/xen/arch/x86/oprofile'
make[5]: *** [oprofile/built_in.o] Error 2
make[5]: Leaving directory
`/root/xen-unstable.hg/xen/arch/x86'
make[4]: ***
[/root/xen-unstable.hg/xen/arch/x86/built_in.o] Error
2
make[4]: Leaving directory
`/root/xen-unstable.hg/xen/arch/x86'
make[3]: *** [/root/xen-unstable.hg/xen/xen] Error 2
make[3]: Leaving directory `/root/xen-unstable.hg/xen'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/root/xen-unstable.hg/xen'
make[1]: *** [install-xen] Error 2
make[1]: Leaving directory `/root/xen-unstable.hg'
make: *** [world] Error 2



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Small fix for xenoprof problem. xenoprof: Initialization failed. Intel processor model 15 for P6 class family is not supported, Wong Louis <=