Re: [PATCH 19/20] migration: remove the QEMUFileOps 'get_return_path' callback

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

[PATCH 19/20] migration: remove the QEMUFileOps 'get_return_path' callback

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