Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-devel

[Xen-devel] [Patch][VMX] Fix the 2nd argument of cpuid_count() in vmx_cp

To: "Keir Fraser" <Keir.Fraser@xxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [Patch][VMX] Fix the 2nd argument of cpuid_count() in vmx_cpuid_intercept()
From: "Cui, Dexuan" <dexuan.cui@xxxxxxxxx>
Date: Sat, 29 Dec 2007 14:43:16 +0800
Delivery-date: Fri, 28 Dec 2007 22:43:46 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcbdYwbNGhrtsCv8Sb22LrlQzW22glsf1VLg
Thread-topic: [Patch][VMX] Fix the 2nd argument of cpuid_count() in vmx_cpuid_intercept()
For input=0x00000004, the value of "*ecx" has been overwritten by the
cpuid() in hvm_cpuid(), causing a bad value passed to cpuid_count().

Signed-off-by: Dexuan Cui <dexuan.cui@xxxxxxxxx>

Attachment: fix_cpuid.patch
Description: fix_cpuid.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [Patch][VMX] Fix the 2nd argument of cpuid_count() in vmx_cpuid_intercept(), Cui, Dexuan <=