Re: [PATCH] do not report generic OPERATION_FAILED error when calling virConnectOpenAuth()

2022-01-07 Thread Michal Prívozník
On 1/6/22 18:07, Ani Sinha wrote: > virConnectOpenAuth() calls virConnectOpenInternal(). This later function > generates fine grained errors arising from various failure conditions that are > more accurate than a "catch all" broader VIR_ERR_OPERATION_FAILED error that > the callers of this function

Re: [PATCH] do not report generic OPERATION_FAILED error when calling virConnectOpenAuth()

2022-01-07 Thread Ani Sinha
Ping ... On Thu, 6 Jan 2022, Ani Sinha wrote: > virConnectOpenAuth() calls virConnectOpenInternal(). This later function > generates fine grained errors arising from various failure conditions that are > more accurate than a "catch all" broader VIR_ERR_OPERATION_FAILED error that > the callers of

[PATCH] do not report generic OPERATION_FAILED error when calling virConnectOpenAuth()

2022-01-06 Thread Ani Sinha
virConnectOpenAuth() calls virConnectOpenInternal(). This later function generates fine grained errors arising from various failure conditions that are more accurate than a "catch all" broader VIR_ERR_OPERATION_FAILED error that the callers of this function generates. Remove the broader error so th