<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Trebuchet MS";
        panose-1:2 11 6 3 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p><b><span style='font-size:9.0pt;font-family:"Trebuchet MS","sans-serif";color:#AAAAAA'>Dell Customer Communication</span></b><o:p></o:p></p><p class=MsoNormal>Hi All,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I am using<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal> Compiled against library: libvirt 1.2.9<o:p></o:p></p><p class=MsoNormal>Using library: libvirt 1.2.9<o:p></o:p></p><p class=MsoNormal>Using API: QEMU 1.2.9<o:p></o:p></p><p class=MsoNormal>Running hypervisor: QEMU 2.1.2<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I want user to provide username and password authentication to virConnectPtr<o:p></o:p></p><p class=MsoNormal><b>virConnectOpenAuth</b>(const char *name,<o:p></o:p></p><p class=MsoNormal>                   <b>virConnectAuthPtr auth</b>,<o:p></o:p></p><p class=MsoNormal>                   unsigned int flags)  to login remotely for the qemu hypervisor.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>But it is not taking user provided username and driver. Because internally it is calling below qemu driver function,<b><o:p></o:p></b></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>static virDrvOpenStatus qemuConnectOpen(virConnectPtr conn,<o:p></o:p></p><p class=MsoNormal>                                        virConnectAuthPtr auth <b>ATTRIBUTE_UNUSED</b>,<o:p></o:p></p><p class=MsoNormal>                                        unsigned int flags)<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>so it is not taking any user provided auth parameters and it is internally calling separate function for prompting password. I don’t want to provide password here.<o:p></o:p></p><p class=MsoNormal>In case of windows HyperV it is working fine as it takes auth parameters  but for Qemu Hypervisor I am facing this issue since here the auth parameters as marked as ATTRIBUTE_UNUSED.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Can anyone help me with this that how can I achieve this?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks & Regards,<o:p></o:p></p><p class=MsoNormal>Dhaval Shah<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>