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: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2] Change net/socket.c to use socket_*() functions
Date: Mon, 20 Jun 2016 16:09:01 +0100

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



reply via email to

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