Re: [PATCH v4 03/34] tests/qtest/migration: Add a fd + file test

2024-02-22 Thread Peter Xu
On Tue, Feb 20, 2024 at 07:41:07PM -0300, Fabiano Rosas wrote: > The fd URI supports an fd that is backed by a file. The code should > select between QIOChannelFile and QIOChannelSocket, depending on the > type of the fd. Add a test for that. > > Signed-off-by: Fabiano Rosas Reviewed-by: Peter X

[PATCH v4 03/34] tests/qtest/migration: Add a fd + file test

2024-02-20 Thread Fabiano Rosas
The fd URI supports an fd that is backed by a file. The code should select between QIOChannelFile and QIOChannelSocket, depending on the type of the fd. Add a test for that. Signed-off-by: Fabiano Rosas --- tests/qtest/migration-test.c | 41 1 file changed, 4