[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 03/34] tests/qtest/migration: Add a fd + file test
From: |
Peter Xu |
Subject: |
Re: [PATCH v4 03/34] tests/qtest/migration: Add a fd + file test |
Date: |
Fri, 23 Feb 2024 11:08:11 +0800 |
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 <farosas@suse.de>
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Peter Xu
- [PATCH v4 00/34] migration: File based migration with multifd and fixed-ram, Fabiano Rosas, 2024/02/20
- [PATCH v4 01/34] docs/devel/migration.rst: Document the file transport, Fabiano Rosas, 2024/02/20
- [PATCH v4 02/34] tests/qtest/migration: Rename fd_proto test, Fabiano Rosas, 2024/02/20
- [PATCH v4 03/34] tests/qtest/migration: Add a fd + file test, Fabiano Rosas, 2024/02/20
- Re: [PATCH v4 03/34] tests/qtest/migration: Add a fd + file test,
Peter Xu <=
- [PATCH v4 04/34] migration/multifd: Remove p->quit from recv side, Fabiano Rosas, 2024/02/20
- [PATCH v4 05/34] migration/multifd: Release recv sem_sync earlier, Fabiano Rosas, 2024/02/20
- [PATCH v4 06/34] io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel file, Fabiano Rosas, 2024/02/20
- [PATCH v4 07/34] io: Add generic pwritev/preadv interface, Fabiano Rosas, 2024/02/20
- [PATCH v4 08/34] io: implement io_pwritev/preadv for QIOChannelFile, Fabiano Rosas, 2024/02/20
- [PATCH v4 09/34] io: fsync before closing a file channel, Fabiano Rosas, 2024/02/20
- [PATCH v4 10/34] migration/qemu-file: add utility methods for working with seekable channels, Fabiano Rosas, 2024/02/20
- [PATCH v4 11/34] migration/ram: Introduce 'fixed-ram' migration capability, Fabiano Rosas, 2024/02/20