Hi, all.<br><br>I have the following problem: when I creating a guest, libvirt resolves<br>    <type ... machine="pc" ...><br>to<br>    <type ... machine="pc-0.11" ...><br>as provided by <a href="http://www.mail-archive.com/libvir-list@redhat.com/msg15014.html">http://www.mail-archive.com/libvir-list@redhat.com/msg15014.html</a><br>
<br>When <type ... machine="pc-0.11" ...> or <type ... machine="pc-0.10" ...> is set, I get<br>two following  errors (which would happend is unpredictable)<br>  # virsh -c qemu:///system start $d<br>
  error: Failed to start domain Desktop<br>  error: internal error unable to start guest: Supported machines are:<br>  pc         Standard PC (default)<br>  isapc      ISA-only PC<br>and<br>  # virsh -c qemu:///system start $d<br>
  error: Failed to start domain Desktop<br>  error: monitor socket did not show up.: Connection refused<br>When <type ... machine="pc" ...> is set, this guest starts successfully.<br><br>The domain type of this machine is "kvm". But I have <br>

  # qemu --version && kvm --help | head -1<br>
  QEMU PC emulator version 0.11.50, Copyright (c) 2003-2008 Fabrice Bellard<br>
  QEMU PC emulator version 0.10.0 (kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard<br>
on that HN.<br><br> - why does libvirt sets machine to "pc-0.11" even if kvm qemu version is 0.10?<br> - why does an error occure if I set <type ... machine="pc-0.10 ... "><br>
<br><br>