On Thu, Jun 12, 2025 at 02:41:15PM +0100, Daniel P. Berrangé wrote: > On Wed, Jun 11, 2025 at 03:56:10PM -0500, Jaehoon Kim wrote: > > Extend cpr_transfer_input to handle SOCKET_ADDRESS_TYPE_FD alongside > > SOCKET_ADDRESS_TYPE_UNIX. This change supports the use of pre-listened > > socket file descriptors for cpr migration channels. > > > > This change is particularly useful in qtest environments, where the > > socket may be created externally and passed via fd. > > > > Reviewed-by: Jason J. Herne <jjhe...@linux.ibm.com> > > Reviewed-by: Steve Sistare <steven.sist...@oracle.com> > > Signed-off-by: Jaehoon Kim <jh...@linux.ibm.com> > > --- > > migration/cpr-transfer.c | 7 +++++-- > > 1 file changed, 5 insertions(+), 2 deletions(-) > > This patch *MUST* be first in the series, otherwise 'git bisect' > will hit test failures on the former patch.
Yes. I fixed both issues and queued the series, thanks all. For the other patch I did null-initialize for the var. https://gitlab.com/peterx/qemu/-/commits/migration-staging -- Peter Xu