Re: [PATCH 18/20] migration: remove the QEMUFileOps 'writev_buffer' callback

2022-06-09 Thread Dr. David Alan Gilbert
* Daniel P. Berrangé (berra...@redhat.com) wrote: > This directly implements the writev_buffer logic using QIOChannel APIs. > > Signed-off-by: Daniel P. Berrangé > --- > migration/qemu-file-channel.c | 43 --- > migration/qemu-file.c | 24

[PATCH 18/20] migration: remove the QEMUFileOps 'writev_buffer' callback

2022-05-24 Thread Daniel P . Berrangé
This directly implements the writev_buffer logic using QIOChannel APIs. Signed-off-by: Daniel P. Berrangé --- migration/qemu-file-channel.c | 43 --- migration/qemu-file.c | 24 +++ migration/qemu-file.h | 9 3 files