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: Jason Wang
Subject: Re: [Qemu-devel] [PATCH v2] Change net/socket.c to use socket_*() functions
Date: Tue, 21 Jun 2016 09:49:34 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0



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



reply via email to

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