Re: [PATCH 15/20] migration: remove the QEMUFileOps 'set_blocking' callback

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

[PATCH 15/20] migration: remove the QEMUFileOps 'set_blocking' callback

2022-05-24 Thread Daniel P . Berrangé
This directly implements the set_blocking logic using QIOChannel APIs. Signed-off-by: Daniel P. Berrangé --- migration/qemu-file-channel.c | 14 -- migration/qemu-file.c | 4 +--- migration/qemu-file.h | 5 - 3 files changed, 1 insertion(+), 22 deletions(-)