Re: [PATCH] migration: Allow pipes to keep working for fd migrations

2024-11-21 Thread Fabiano Rosas
Peter Xu writes: > Libvirt may still use pipes for old file migrations in fd: URI form, > especially when loading old images dumped from Libvirt's compression > algorithms. > > In that case, Libvirt needs to compress / uncompress the images on its own > over the migration binary stream, and pipes

[PATCH] migration: Allow pipes to keep working for fd migrations

2024-11-20 Thread Peter Xu
Libvirt may still use pipes for old file migrations in fd: URI form, especially when loading old images dumped from Libvirt's compression algorithms. In that case, Libvirt needs to compress / uncompress the images on its own over the migration binary stream, and pipes are passed over to QEMU for o