<html>
<head>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<tt>Hello everybody,</tt><tt><br>
</tt><tt>I'm trying to enable nested virtualization on a physical
ovirt node v2.5.5. What I want is to run L1 ovirt guest vms that
expose intel's vmx feature. I've enabled nested virtualization via
</tt><code class="plain">kvm-intel nested=1 on my physical node,
yet, when I create and run a guest vm on that node, there's no vmx
extension/feature on the virtualized cpu. I've also fiddled a bit
with the vdc_options table, </code><code class="plain"><span
style="color: rgb(0, 0, 0);">ServerCPUList option, to no avail.
I just need to tell ovirt to add the vmx extension to the
virtualized cpu features when it creates a guest, is there a way
to do this?<br>
<br>
In libvirt terms:</span></code><tt><br>
</tt>
<pre> <cpu match='exact'>
<model>Penryn</model>
<vendor>Intel</vendor>
<feature policy='require' name='vmx'/>
</cpu></pre>
<code>Thanks</code><tt>,</tt><tt><br>
</tt><tt>Daniele Pavia</tt><tt><br>
</tt><code class="plain"></code><tt>
</tt>
<meta name="qrichtext" content="1">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
</body>
</html>