Re: [PATCH 1/2] api: remote: introduce virDomainBlockRebaseParams API

2025-09-11 Thread Peter Krempa via Devel
On Thu, Sep 11, 2025 at 18:27:42 +0300, Nikolai Barybin via Devel wrote: > This new API is a combination of virDomainBlockPull and > virDomainBlockRebase (without copy mode) which supports extendable > list of virTypedParameterPtr params. > > It is designed to allow more configurable use of underl

[PATCH 1/2] api: remote: introduce virDomainBlockRebaseParams API

2025-09-11 Thread Nikolai Barybin via Devel
This new API is a combination of virDomainBlockPull and virDomainBlockRebase (without copy mode) which supports extendable list of virTypedParameterPtr params. It is designed to allow more configurable use of underlying 'block-stream' QMP command. If "base" == NULL and flags == 0 it is equivalent