Re: [PATCH 01/10] src: Unify argument name of virDomainMigratePrepare()

2025-07-01 Thread Ján Tomko via Devel
On a Thursday in 2025, Michal Privoznik via Devel wrote: From: Michal Privoznik The virDomainMigratePrepare() API declares its last argument as 'bandwidth', though throughout various typedefs, RPC and callback implementations the name is changed to 'resource'. This creates a confusing. Unify th

[PATCH 01/10] src: Unify argument name of virDomainMigratePrepare()

2025-06-05 Thread Michal Privoznik via Devel
From: Michal Privoznik The virDomainMigratePrepare() API declares its last argument as 'bandwidth', though throughout various typedefs, RPC and callback implementations the name is changed to 'resource'. This creates a confusing. Unify the name. Signed-off-by: Michal Privoznik --- src/driver-h