How can I check whether Hardware Virtualization support is running for my virtual environment?

A. If your processor supports AMD-v or Intel-VT, hardware virtualization support is available with Windows 2003 R2 SP1 and Virtual PC 2007. For Virtual PC 2007, you can enable the support via the Options dialog box. If the option isn't available, the processor might not support hardware-assisted virtualization. Check the BIOS to see whether it's disabled. You can also check on a specific virtual machine (VM).

For Virtual Server 2005 R2 SP1, you can enable hardware assistance for each VM by configuring the "Enable hardware-assisted virtualization if available" option on the Configuration page. To enable this support for all VMs, you can modify the options.xml file. Set the value of the <enable_hw_assist> key to true or false. For example, when support is turned on for all VMs, the key is set it to true as follows:

<preferences>
<virtual_server>
<hw_assist>
<enable_hw_assist type="boolean">true</enable_hw_assist>
</hw_assist>
</virtual_server>
</preferences>

To confirm that a VM is running with hardware support, open the VM, start Performance Monitoring on the host OS (not the guest OS), and add the "HVM-VP is in HVM Mode" option from the Virtual Processors group. A value of 1 means hardware assistance is enabled, and a value of 0 means no hardware assistance.

In this figure, I have two virtual processors, one with hardware assistance enabled (which has a value of 1) and one without hardware assistance enabled (which has a value of 0).

Please or Register to post comments.

IT/Dev Connections

Las Vegas
September 30th - October 4th

Paul ThurottYou'll have the opportunity to experience:
• The Microsoft
Technology Roadmap
• Office 365 Implementation
• Hyper-V Optimizing
• Windows 8 Deployment
and much more!

Come See Paul Thurrott & Rod Trent in Person!

Early Registration Now Open

Upcoming Training

Mastering SharePoint 2013: Succeeding, Not Just Surviving

Building on the success of the “Mastering SharePoint 2010” seminars, the presenters have updated the content to cover the latest and greatest SharePoint product: SharePoint 2013. While SharePoint 2013 is relatively new on the marketplace, the presenters have been working with SharePoint 2013 for well over a year, and have implemented it with a number of clients in production environments.

Register Now

Current Issue

May 2013 - The NameTranslate object is useful when you need to translate Active Directory object names between different formats, but it's awkward to use from PowerShell. Here's a PowerShell script that eliminates the awkwardness.

CURRENT ISSUE / ARCHIVE / SUBSCRIBE

Windows Forums

Get answers to questions, share tips, and engage with the Windows Community in our Forums.