7.15. OS Types

Each virtual machine contains an os_type value to define the virtual machine operating system. The default is unassigned.
<capabilities>
    <version major="3" minor="3">
        ...
        <os_types>
		<os_type>windows_2008x64</os_type>
		<os_type>unassigned</os_type>
		<os_type>other</os_type>
		<os_type>other_linux</os_type>
		<os_type>windows_2008r2</os_type>
		<os_type>ubuntu_12_04</os_type>
		<os_type>windows_2008</os_type>
		<os_type>windows_7x64</os_type>
		<os_type>windows_2003x64</os_type>
		<os_type>windows_8x64</os_type>
		<os_type>windows_7</os_type>
		<os_type>rhel_6x64</os_type>
		<os_type>ubuntu_12_10</os_type>
		<os_type>rhel_6</os_type>
		<os_type>rhel_5</os_type>
		<os_type>rhel_4x64</os_type>
		<os_type>rhel_4</os_type>
		<os_type>rhel_3</os_type>
		<os_type>windows_8</os_type>
		<os_type>windows_2008R2x64</os_type>
		<os_type>windows_2012x64</os_type>
		<os_type>windows_xp</os_type>
		<os_type>rhel_3x64</os_type>
		<os_type>windows_2012x64</os_type>
		<os_type>windows_2003</os_type>
		<os_type>ubuntu_13_10</os_type>
		<os_type>rhel_5x64</os_type>
		<os_type>sles_11</os_type>
		<os_type>ubuntu_13_04</os_type>
        </os_types>
        ...
    </version>
</capabilities>