qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] Change net/socket.c to use socket_*() functi


From: Ashijeet Acharya
Subject: Re: [Qemu-devel] [PATCH v2] Change net/socket.c to use socket_*() functions
Date: Tue, 21 Jun 2016 12:36:28 +0530

On Tue, Jun 21, 2016 at 7:19 AM, Jason Wang <address@hidden> wrote:
>
>
> On 2016年06月20日 23:09, Peter Maydell wrote:
>>
>> On 20 June 2016 at 15:55, Paolo Bonzini <address@hidden> wrote:
>>>
>>>
>>> On 18/06/2016 09:54, Ashijeet Acharya wrote:
>>>>
>>>> Use socket_*() functions from include/qemu/sockets.h instead of
>>>> listen()/bind()/ connect()/parse_host_port(). socket_*() fucntions are
>>>> QAPI based and this patch performs this api conversion since everything
>>>> will be using QAPI based sockets in the future. Also add a helper
>>>> function socket_address_to_string() in util/qemu-sockets.c which returns
>>>> the string representation of socket address. Thetask was listed on
>>>> http://wiki.qemu.org/BiteSizedTasks page.
>>>>
>>>> Signed-off-by: Ashijeet Acharya <address@hidden>
>>>
>>> Reviewed-by: Paolo Bonzini <address@hidden>
>>>
>>> Jason, are you going to take this through the net tree?
>>
>> Can you fix up the long lines/space issues in the commit
>> message if you do, please?
>>
>> thanks
>> -- PMM
>
>
> Fixed and apply in -net.
>
> Thanks
Thanks a lot!

Ashijeet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]