Re: [PATCH 00/10] Unify argument name of migration APIs

2025-07-01 Thread Ján Tomko via Devel
On a Thursday in 2025, Michal Privoznik via Devel wrote: Some of our APIs have 'bandwidth' argument but then, at internal impl level it's renamed to 'resource', inconsistently. Since it's really describing bandwidth that the migration can use, let's rename it. Michal Prívozník (10): src: Unify

[PATCH 00/10] Unify argument name of migration APIs

2025-06-05 Thread Michal Privoznik via Devel
Some of our APIs have 'bandwidth' argument but then, at internal impl level it's renamed to 'resource', inconsistently. Since it's really describing bandwidth that the migration can use, let's rename it. Michal Prívozník (10): src: Unify argument name of virDomainMigratePrepare() src: Unify ar