Peter Xu <pet...@redhat.com> wrote: > On Mon, Jun 20, 2022 at 02:39:45AM -0300, Leonardo Bras wrote: >> When originally implemented, zero_copy_send was designed as a Migration >> paramenter. >> >> But taking into account how is that supposed to work, and how >> the difference between a capability and a parameter, it only makes sense >> that zero-copy-send would work better as a capability. >> >> Taking into account how recently the change got merged, it was decided >> that it's still time to make it right, and convert zero_copy_send into >> a Migration capability. >> >> Signed-off-by: Leonardo Bras <leob...@redhat.com> > > I assume this is a request from Libvirt? We don't have a release yet so > yeah probably we still have time.. > > Acked-by: Peter Xu <pet...@redhat.com>
Livirt already have a concept of migration capabilities (bools) that lets layered products to check/discover/etc. Putting it there instead of one parameter makes their life much easier (i.e. more common code). As this code hasn't been in a stable release yet, I think it is ok. Later, Juan.