From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] xmexample: fix cpuid example Date: Fri, 20 Mar 2009 11:28:52 +0100 Message-ID: <200903201128.52242.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_k/2wJ0ysALdDDyR" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --Boundary-00=_k/2wJ0ysALdDDyR Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, attached patch fixes cpuid example to make it work for real Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Jochen Polster, Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --Boundary-00=_k/2wJ0ysALdDDyR Content-Type: text/x-diff; charset="us-ascii"; name="xmexample.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xmexample.diff" diff -r 115c164721dc tools/examples/xmexample.hvm --- a/tools/examples/xmexample.hvm Fri Mar 20 09:36:57 2009 +0000 +++ b/tools/examples/xmexample.hvm Fri Mar 20 11:26:26 2009 +0100 @@ -268,8 +268,8 @@ serial='pty' # Look like a generic 686 : # cpuid = [ '0:eax=0x3,ebx=0x0,ecx=0x0,edx=0x0', # '1:eax=0x06b1, -# ecx=xxxxxxxxxx0000xx00xxx0000000xx0, -# edx=xx00000xxxxxxx0xxxxxxxxx0xxxxxx', +# ecx=xxxxxxxxxxx0000xx00xxx0000000xx0, +# edx=xxx00000xxxxxxx0xxxxxxxxx0xxxxxx', # '4:eax=0x3,ebx=0x0,ecx=0x0,edx=0x0', # '0x80000000:eax=0x3,ebx=0x0,ecx=0x0,edx=0x0'] # with the highest leaf --Boundary-00=_k/2wJ0ysALdDDyR Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_k/2wJ0ysALdDDyR--