Hi,<br><br>My C application is using libvirt to operate domains, but I found when I started a domain with my application, there was no qemu-dm for this running VM, and I can not access this domain with the graphic console provided by virt-manager. But if I started the same domain with virsh which linked with the libvirt shipped in OS, everything was OK, there will be a qemu-dm process for the running domain, and the graphic console provided by virt-manager worked well.<br>
<br>The libvirt used by my application is libvirt-0.6.4, I just downloaded libvirt-0.6.4.tar.gz from <a href="http://libvirt.org/sources/old/libvirt-0.6.4.tar.gz">http://libvirt.org/sources/old/libvirt-0.6.4.tar.gz</a>, and I built it by running "<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 11"><meta name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5Cqzhang%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:ËÎÌå;
        panose-1:2 1 6 0 3 1 1 1 1 1;
        mso-font-alt:SimSun;
        mso-font-charset:134;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 135135232 16 0 262145 0;}
@font-face
        {font-family:"\@ËÎÌå";
        panose-1:2 1 6 0 3 1 1 1 1 1;
        mso-font-charset:134;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 135135232 16 0 262145 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        mso-pagination:none;
        font-size:10.5pt;
        mso-bidi-font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:ËÎÌå;
        mso-font-kerning:1.0pt;}
 /* Page Definitions */
 @page
        {mso-page-border-surround-header:no;
        mso-page-border-surround-footer:no;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;
        mso-header-margin:36.0pt;
        mso-footer-margin:36.0pt;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style><span style="font-size: 10.5pt; font-family: "Times New Roman";" lang="EN-US">./configure --prefix=/usr && make</span>". Here are the details of my machine:<br><br># cat /etc/redhat-release <br>
Scientific Linux SL release 5.4 (Boron)<br><br># uname -an <br>Linux ib06b07 2.6.18-164.11.1.el5xen #1 SMP Wed Jan 20 08:53:10 EST 2010 i686 i686 i386 GNU/Linux<br><br><br>Was there anything wrong when I built libvirt-0.6.4? Should I enable some compilation options for launching qemu-dm process for running domains?<br>
Any suggestions will be really appreciated, thanks in advance!<br><br><br><br>Regards,<br>Qian <br>