Q: To see my machine’s virtualization capabilities, I’m trying to run Coreinfo -v on my Hyper-V server, but I'm not getting detailed information. Why not?

If Hyper-V is already enabled, it might be intercepting access to the CPU.

John Savill

October 16, 2011

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A: Coreinfo -v  gives information on the processor capabilities, but if Hyper-V is already enabled, then the parent partition where you run Coreinfo may not be able to get full information because the hypervisor is intercepting access to the CPU and potentially limiting the program’s view of the hardware.

If so, you need to disable the hypervisor and reboot to get full information, which is done via the CPUID and RDMSR instructions.

To see what the output looks like when Coreinfo –v works, see the FAQ I previously wrote (“Q: How can I easily check if my hardware supports virtualization features such as Second Level Address Translation?”).

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like