Re: [PATCH v10 04/12] migration/qemu-file: Add qemu_file_get_to_fd()

2023-02-14 Thread Juan Quintela
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 > Reviewed-by: Cédric Le

Re: [PATCH v10 04/12] migration/qemu-file: Add qemu_file_get_to_fd()

2023-02-09 Thread Alex Williamson
Hey Juan, I think we're close, please ack this if it looks ok. Thanks, Alex On Thu, 9 Feb 2023 21:20:35 +0200 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

[PATCH v10 04/12] migration/qemu-file: Add qemu_file_get_to_fd()

2023-02-09 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 Reviewed-by: Cédric Le Goater --- migration/qemu-file.h