[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with migration/rdma
From: |
Zhijian Li (Fujitsu) |
Subject: |
Re: Problem with migration/rdma |
Date: |
Fri, 8 Mar 2024 07:03:56 +0000 |
User-agent: |
Mozilla Thunderbird |
On 08/03/2024 14:55, Peter Xu wrote:
> On Fri, Mar 08, 2024 at 07:27:59AM +0100, Yu Zhang wrote:
>> Hello Zhijian and Peter,
>>
>> Thank you so much for testing and confirming it.
>> I created a patch in the email format, unfortunately got an issue for
>> setting up the
>> "Application-specific Password" in Gmail. It seems that in my gmail
>> account there
>> is no option at all for selecting "mail" before creating the
>> application password.
>>
>> As it's tiny, I attached it in this email at this time (not elegant.),
>
> I ququed it, thanks!
>
> - isock->host = rdma->host;
> + isock->host = g_strdup_printf("%s", rdma->host);
Peter,
g_strdup(rdma->host) is enough i guess.
Thanks
Zhijian
> isock->port = g_strdup_printf("%d", rdma->port);
- [no subject], Yu Zhang, 2024/03/05
- Re: Problem with migration/rdma, Philippe Mathieu-Daudé, 2024/03/06
- Message not available
- Message not available
- Re: Problem with migration/rdma, Yu Zhang, 2024/03/11
- Re: Problem with migration/rdma, Het Gala, 2024/03/11
- Re: Problem with migration/rdma, Peter Xu, 2024/03/11
- Re: Problem with migration/rdma, Het Gala, 2024/03/11
- Re: Problem with migration/rdma, Yu Zhang, 2024/03/11