Re: [PATCH v5 06/14] migration/qemu-file: Add qemu_file_get_to_fd()

2023-01-09 Thread Avihai Horon
On 09/01/2023 13:20, Cédric Le Goater wrote: External email: Use caution opening links or attachments On 12/29/22 12:03, Avihai Horon wrote: Add new function qemu_file_get_to_fd() that allows reading data from QEMUFile and writing it straight into a given fd. This will be used later in

Re: [PATCH v5 06/14] migration/qemu-file: Add qemu_file_get_to_fd()

2023-01-09 Thread Cédric Le Goater
On 12/29/22 12:03, Avihai Horon wrote: Add new function qemu_file_get_to_fd() that allows reading data from QEMUFile and writing it straight into a given fd. This will be used later in VFIO migration code. Signed-off-by: Avihai Horon Reviewed-by: Vladimir Sementsov-Ogievskiy ---

[PATCH v5 06/14] migration/qemu-file: Add qemu_file_get_to_fd()

2022-12-29 Thread Avihai Horon
Add new function qemu_file_get_to_fd() that allows reading data from QEMUFile and writing it straight into a given fd. This will be used later in VFIO migration code. Signed-off-by: Avihai Horon Reviewed-by: Vladimir Sementsov-Ogievskiy --- migration/qemu-file.h | 1 + migration/qemu-file.c