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-devel

[Xen-devel] [PATCH] VPMU: Add the Intel CPU X7542 to the vpmu list of su

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] VPMU: Add the Intel CPU X7542 to the vpmu list of supported prcocessors
From: Dietmar Hahn <dietmar.hahn@xxxxxxxxxxxxxx>
Date: Fri, 19 Nov 2010 11:20:23 +0100
Delivery-date: Fri, 19 Nov 2010 02:25:03 -0800
Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=ts.fujitsu.com; i=dietmar.hahn@xxxxxxxxxxxxxx; q=dns/txt; s=s1536b; t=1290162028; x=1321698028; h=from:to:date:mime-version:subject: content-transfer-encoding:message-id; z=From:=20Dietmar=20Hahn=20<dietmar.hahn@xxxxxxxxxxxxxx> |To:=20"xen-devel@xxxxxxxxxxxxxxxxxxx"=20<xen-devel@lists .xensource.com>|Date:=20Fri,=2019=20Nov=202010=2011:20:23 =20+0100|MIME-Version:=201.0|Subject:=20[PATCH]=20VPMU: =20Add=20the=20Intel=20CPU=20X7542=20to=20the=20vpmu=20li st=20of=20supported=20prcocessors |Content-Transfer-Encoding:=207bit|Message-Id:=20<2010111 91120.24043.dietmar.hahn@xxxxxxxxxxxxxx>; bh=b1w34BtO8sCMoDnwSPztWreQFFRYsLZvx7KsGgtlwzE=; b=s903yXm5Jl1z4r8DVMgxv/ki04d8rP7MHBwWU4tvrNbDp30mNAZkSXZT fTVohqfDaWCpl//00B3daTat+HvpVvucxZn4/mHXNcHt7p7mGSoYFjRQy Ctohhalns5Tt9qVw5M1Wsm0//XMuv/MZM/kZ8EeOtHo2P4KC7qju1BqcQ E2xiC+fyX982/1SffQb9xGj7E649fbbjlkUN1UaZr0NBSIY/5L3aiUWgy FZwHGbHeyXHp5Brg5+D3cLeePhyki;
Domainkey-signature: s=s1536a; d=ts.fujitsu.com; c=nofws; q=dns; h=X-SBRSScore:X-IronPort-AV:Received:X-IronPort-AV: Received:Received:From:To:Date:User-Agent:X-KMail-Markup: MIME-Version:Subject:Content-Type: Content-Transfer-Encoding:Message-Id; b=vlOAgO4Dw96NtpQieNWC+CdpyebiWSJXtVrMuJA2es1ry+tY/3mgxAyW NrYT9coldU3n5EfOMzDf6ZKAlMhPSqkfENznPK3N3coZRwWJ4hUkU6fBE 2kN18MLKbBKYbPl3aSglsTxNpF1Gd8HYxuhxMzi18voIti3v452ObHd/1 4Q3q81GEfD2B75fcWcDL0fTJetbrQESb4N5DGPRVrpMDJaGROJjBozJe+ p/uTSZ1BnWj2XN81a5uLIc8vJeae0;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.13.5 (Linux/2.6.34.7-0.5-xen; KDE/4.5.3; x86_64; ; )

Add the Intel CPU X7542 to the vpmu list of supported prcocessors.

Signed-off-by: Dietmar Hahn <dietmar.hahn@xxxxxxxxxxxxxx>

diff -r 7d2fdc083c9c -r 022e325f71c6 xen/arch/x86/hvm/vpmu.c

--- a/xen/arch/x86/hvm/vpmu.c Thu Nov 18 12:28:31 2010 +0000

+++ b/xen/arch/x86/hvm/vpmu.c Fri Nov 19 11:16:00 2010 +0100

@@ -120,6 +120,7 @@

case 23:

case 26:

case 29:

+ case 46:

vpmu->arch_vpmu_ops = &core2_vpmu_ops;

break;

}

--

Company details: http://ts.fujitsu.com/imprint.html

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] VPMU: Add the Intel CPU X7542 to the vpmu list of supported prcocessors, Dietmar Hahn <=