Re: [PATCH 16/20] migration: remove the QEMUFileOps 'close' callback

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

[PATCH 16/20] migration: remove the QEMUFileOps 'close' callback

2022-05-24 Thread Daniel P . Berrangé
This directly implements the close logic using QIOChannel APIs. Signed-off-by: Daniel P. Berrangé --- migration/qemu-file-channel.c | 12 migration/qemu-file.c | 12 ++-- migration/qemu-file.h | 10 -- 3 files changed, 6 insertions(+), 28