[PULL 15/25] migration: stop passing 'opaque' parameter to QEMUFile hooks

2022-06-23 Thread Dr. David Alan Gilbert (git)
From: Daniel P. Berrangé The only user of the hooks is RDMA which provides a QIOChannel backed impl of QEMUFile. It can thus use the qemu_file_get_ioc() method. Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Daniel P. Berrangé Reviewed-by: Juan Quintela Signed-off-by: Juan Quintela Signe

[PULL 15/25] migration: stop passing 'opaque' parameter to QEMUFile hooks

2022-06-21 Thread Juan Quintela
From: Daniel P. Berrangé The only user of the hooks is RDMA which provides a QIOChannel backed impl of QEMUFile. It can thus use the qemu_file_get_ioc() method. Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Daniel P. Berrangé Reviewed-by: Juan Quintela Signed-off-by: Juan Quintela ---