On Tue, Jun 21, 2016 at 7:19 AM, Jason Wang <jasow...@redhat.com> wrote: > > > On 2016年06月20日 23:09, Peter Maydell wrote: >> >> On 20 June 2016 at 15:55, Paolo Bonzini <pbonz...@redhat.com> 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 <ashijeetacha...@gmail.com> >>> >>> Reviewed-by: Paolo Bonzini <pbonz...@redhat.com> >>> >>> 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