Re: [PATCH 2/2] qemu: implement driver support for domainBlockRebaseParams API

2025-09-11 Thread Peter Krempa via Devel
On Thu, Sep 11, 2025 at 18:27:43 +0300, Nikolai Barybin via Devel wrote: > Parse params list and pass arguments to underlying call to > qemuDomainBlockPullCommon. > > Now bandwidth unit of messurement is passed as param and passed further > with a use of VIR_DOMAIN_BLOCK_PULL_BANDWIDTH_BYTES flag.

[PATCH 2/2] qemu: implement driver support for domainBlockRebaseParams API

2025-09-11 Thread Nikolai Barybin via Devel
Parse params list and pass arguments to underlying call to qemuDomainBlockPullCommon. Now bandwidth unit of messurement is passed as param and passed further with a use of VIR_DOMAIN_BLOCK_PULL_BANDWIDTH_BYTES flag. virDomainBlockRebase2 doesn't use equavivalent external flag. Signed-off-by: Niko