Re: [PATCH v3 02/16] migration: Fix file migration with fdset

2024-06-23 Thread Peter Xu
On Sat, Jun 22, 2024 at 07:21:52AM +0300, Michael Tokarev wrote: > 17.06.2024 21:57, Fabiano Rosas wrote: > > When the "file:" migration support was added we missed the special > > case in the qemu_open_old implementation that allows for a particular > > file name format to be used to refer to a se

Re: [PATCH v3 02/16] migration: Fix file migration with fdset

2024-06-21 Thread Michael Tokarev
17.06.2024 21:57, Fabiano Rosas wrote: When the "file:" migration support was added we missed the special case in the qemu_open_old implementation that allows for a particular file name format to be used to refer to a set of file descriptors that have been previously provided to QEMU via the add-

[PATCH v3 02/16] migration: Fix file migration with fdset

2024-06-17 Thread Fabiano Rosas
When the "file:" migration support was added we missed the special case in the qemu_open_old implementation that allows for a particular file name format to be used to refer to a set of file descriptors that have been previously provided to QEMU via the add-fd QMP command. When using this fdset fe