<div class="gmail_extra">Well if I just install qemu-kvm package then it doesn't support hardware vms, it errors out. I think the change is that all hvm support has moved to kvm-qemu-spice package in Ubuntu 12.04 because I didn't explicitly pick that package. This wasn't the case with 11.10.<br>
<br><div class="gmail_quote">On Mon, Apr 23, 2012 at 3:32 PM, Giovanni Toraldo <span dir="ltr"><<a href="mailto:me@gionn.net" target="_blank">me@gionn.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2012/4/23 Shankhadeep Shome <<a href="mailto:shank15217@gmail.com">shank15217@gmail.com</a>>:<br>
<div class="im">> I tried to add some Ubuntu 12.04 hosts into my cluster and had some problems<br>
> deploying VMs on these new hosts.. turns out there was a change from 11.10..<br>
><br>
> Changes to Ubuntu KVM packages...<br>
><br>
> So for some reason Ubuntu 12.04 packages creates two kvm binary links<br>
> breaking backward compatibility with libvirt templates<br>
<br>
</div>This is true if you install the qemu-kvm-spice package instead of the<br>
standard qemu-kvm, since /usr/bin/kvm is provided only in the package<br>
without spice support.<br>
<br>
You can also simply symlink the spiced kvm to /usr/bin/kvm with:<br>
$ sudo ln -s /usr/bin/kvm-spice /usr/bin/kvm<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Giovanni Toraldo<br>
<a href="http://gionn.net/about-me" target="_blank">http://gionn.net/about-me</a><br>
<a href="http://it.linkedin.com/in/giovannitoraldo" target="_blank">http://it.linkedin.com/in/giovannitoraldo</a><br>
</font></span></blockquote></div><br></div>