commit | 6d79bd6818b17bcfc8245f6f8df482ecb03d8e3e | [log] [tgz] |
---|---|---|
author | Fabiano Rosas <farosas@suse.de> | Tue Feb 20 19:41:07 2024 -0300 |
committer | Peter Xu <peterx@redhat.com> | Wed Feb 28 11:31:28 2024 +0800 |
tree | b8d47acc860c55b2fce50a8a32d20e6179322d37 | |
parent | 85cf9abd865841878c8d6df91b055aea06795fca [diff] |
tests/qtest/migration: Add a fd + file test 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> Link: https://lore.kernel.org/r/20240220224138.24759-4-farosas@suse.de Signed-off-by: Peter Xu <peterx@redhat.com>