<div dir="ltr"><div><div>I already mailed about this in January but it did not get fixed:<br><a href="https://www.redhat.com/archives/libvirt-users/2015-January/msg00068.html">https://www.redhat.com/archives/libvirt-users/2015-January/msg00068.html</a><br></div><br>CentOS bug which confirms there is an issue in qemu-kvm that causes this: <a href="https://bugs.centos.org/view.php?id=8152">https://bugs.centos.org/view.php?id=8152</a><br><br></div>Franky<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 23, 2015 at 3:50 PM, Daniel P. Berrange <span dir="ltr"><<a href="mailto:berrange@redhat.com" target="_blank">berrange@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, Jun 23, 2015 at 03:41:45PM +0200, Michal Privoznik wrote:<br>
> On 23.06.2015 14:16, Ivo Hora wrote:<br>
> > Dear Sir,<br>
> ><br>
> > I am facing the same problem you were discussing here:<br>
> > <a href="https://www.redhat.com/archives/libvirt-users/2015-January/msg00070.html" rel="noreferrer" target="_blank">https://www.redhat.com/archives/libvirt-users/2015-January/msg00070.html</a><br>
> ><br>
> > I am getting this error:<br>
> > Starting install...<br>
> > ERROR    internal error: unable to execute QEMU command 'qom-list': The<br>
> > command qom-list has not been found<br>
> > Domain installation does not appear to have been successful.<br>
> > If it was, you can restart your domain by running:<br>
> >   virsh --connect qemu:///system start myguest<br>
> > otherwise, please restart your installation.<br>
> > [root@server-topcon horai]#<br>
> ><br>
> > my virtual machine creation script is:<br>
> > #OS="--os-variant=winxp --disk<br>
> > path=/var/lib/libvirt/mages/Windows.iso,device=cdrom"<br>
> > OS="--os-variant=winxp --disk<br>
> > path=/var/lib/libvirt/images/virtio-win-0.1.96.iso"<br>
> > Net="--network model=virtio,bridge=virbr0"<br>
> > Disk="--disk<br>
> > /var/lib/libvirt/images/Name.qcow2,sparse=false,bus=virtio,size=8"<br>
> > Src="--cdrom=/var/lib/libvirt/images/Windows.iso"<br>
> ><br>
> > #Gr="--graphics none"<br>
> > Gr="--graphics vnc"<br>
> > Cpu="--vcpus=1"<br>
> > Ram="--ram=768"<br>
> > Name="myguest"<br>
> > virt-install $OS $Net $Disk $Src $Gr $Cpu $Ram --name=$Name<br>
> ><br>
> ><br>
> > I would kindly like to ask you whether you found a solution for this<br>
> > problem or whether you could help me fixing it.<br>
><br>
> This is likely a result of commit d94b78177 (v1.2.0). I'm not sure if<br>
> there are any attempts to make libvirt work with ancient qemus (pre 1.1<br>
> - the qom_list command was added in b4b12c62). So the only option I can<br>
> think of right now is to update qemu.<br>
<br>
</div></div>We should not be depending on qom-list existing unless the feature being<br>
used only exists in a QEMU which has qom-list. In general we expect to<br>
be able to work with any historical QEMU, so if we've regressed in that<br>
regard we must fix it.<br>
<br>
<br>
Regards,<br>
Daniel<br>
<span class="HOEnZb"><font color="#888888">--<br>
|: <a href="http://berrange.com" rel="noreferrer" target="_blank">http://berrange.com</a>      -o-    <a href="http://www.flickr.com/photos/dberrange/" rel="noreferrer" target="_blank">http://www.flickr.com/photos/dberrange/</a> :|<br>
|: <a href="http://libvirt.org" rel="noreferrer" target="_blank">http://libvirt.org</a>              -o-             <a href="http://virt-manager.org" rel="noreferrer" target="_blank">http://virt-manager.org</a> :|<br>
|: <a href="http://autobuild.org" rel="noreferrer" target="_blank">http://autobuild.org</a>       -o-         <a href="http://search.cpan.org/~danberr/" rel="noreferrer" target="_blank">http://search.cpan.org/~danberr/</a> :|<br>
|: <a href="http://entangle-photo.org" rel="noreferrer" target="_blank">http://entangle-photo.org</a>       -o-       <a href="http://live.gnome.org/gtk-vnc" rel="noreferrer" target="_blank">http://live.gnome.org/gtk-vnc</a> :|<br>
</font></span></blockquote></div><br></div>