<div class="gmail_quote">Hi, all.<br><br>When I trying to create a kvm machine using virt-manager, I get the following error message:<br><br>Unable to complete install '<class 'libvirt.libvirtError'> internal error unable to start guest: Supported machines are:<br>

pc         Standard PC (default)<br>isapc      ISA-only PC<br><br>The problem is that virt-manager uses "M=pc-0.11" parameter in kvm command line, while<br>  # virsh -c qemu:///system capabilities<br>  ...<br>      <domain type='kvm'><br>

        <emulator>/usr/bin/kvm</emulator><br>        <machine>pc</machine><br>        <machine>isapc</machine><br>      </domain><br>  ...<br>so it should be "M=pc" there.<br>

<br>The similar problem was in libvirt recenlty, but it was solved in 0.7.1. See the following<br>discussion: <a href="http://www.mail-archive.com/libvir-list@redhat.com/msg16154.html" target="_blank">http://www.mail-archive.com/libvir-list@redhat.com/msg16154.html</a><br>

</div>