<div>No. You can't use KVM in a guest since it requires hardware virtualization. Instead you need to use qemu in emulation mode. Refer to the devstack code for how to set this up, since devatack will work in Amazon EC2.</div><br><br><div class="gmail_quote"><p>On Thu, Jun 13, 2013 at 4:54 PM, Daniel Ellison <span dir="ltr"><<a href="mailto:daniel@syrinx.net" target="_blank">daniel@syrinx.net</a>></span> wrote:<br></p><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><p>On Jun 13, 2013, at 4:36 PM, Daniel Ellison <daniel@syrinx.net> wrote:
<br>> libvirtd is already running on the guest.
<br><br>One more data point: the guest does have the vmx capability enabled:
<br><br><cpu match='exact'>
<br>  <model>Penryn</model>
<br>  <vendor>Intel</vendor>
<br>  <feature policy='require' name='hypervisor'/>
<br>  <feature policy='require' name='vmx'/>
<br>  <feature policy='require' name='ss'/>
<br>  <feature policy='require' name='vme'/>
<br>  <feature policy='disable' name='sse4.1'/>
<br></cpu>
<br><br>Dan
<br><br>_______________________________________________
<br>Mailing list: https://launchpad.net/~openstack
<br>Post to     : openstack@lists.launchpad.net
<br>Unsubscribe : https://launchpad.net/~openstack
<br>More help   : https://help.launchpad.net/ListHelp
<br></p></blockquote></div><br>