Re: [PATCH v3 4/4] src: don't hide error in VIR_DRV_SUPPORTS_FEATURE

2021-01-06 Thread Daniel P . Berrangé
On Fri, Dec 18, 2020 at 09:56:48AM +0300, Nikolay Shirokovskiy wrote: > Otherwise we can get misleading error messages. One example is when connection > is broken we got "this function is not supported by the connection driver: > virDomainMigrate3" from virDomainMigrate3. > > Signed-off-by:

[PATCH v3 4/4] src: don't hide error in VIR_DRV_SUPPORTS_FEATURE

2020-12-18 Thread Nikolay Shirokovskiy
Otherwise we can get misleading error messages. One example is when connection is broken we got "this function is not supported by the connection driver: virDomainMigrate3" from virDomainMigrate3. Signed-off-by: Nikolay Shirokovskiy --- src/driver.h | 9 +++-- 1 file changed, 3