[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] rdmsr general protection error
I want to test if my processor support VMFUNC which is described as:
So in order to do that, I need to use rdmsr as follows: //IA32_VMX_PROCBASED_CTLS //IA32_VMX_PROCBASED_CTLS 2 __asm__ __volatile__("rdmsr" : "=a" (eax), "=d" (edx) : "c" (0x48B)); But both the rdmsr instruction would cause a #GP, even when I run it from the native linux as a root user and without xen running. So is there a way to use the rdmsr in dom0? _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |