Re: [Qemu-devel] [PATCH] Modify net/socket.c to use socket_* functions from include/qemu/sockets.h

2016-05-31 Thread Ashi
On Monday 16 May 2016 10:11 PM, Stefan Hajnoczi wrote: On Thu, May 12, 2016 at 10:33:05PM +0530, Ashijeet Acharya wrote: Changed the listen(),connect(),parse_host_port() in net/socket.c with the socket_*()functions in include/qemu/sockets.h. What is the rationale for this change? Please ex

Re: [Qemu-devel] [PATCH] Modify net/socket.c to use functions from include/qemu/sockets.h

2016-05-12 Thread Ashi
On Wednesday 04 May 2016 02:09 PM, Daniel P. Berrange wrote: On Tue, May 03, 2016 at 11:43:58PM +0530, Ashi wrote: On Tuesday 03 May 2016 07:31 PM, Daniel P. Berrange wrote: On Tue, May 03, 2016 at 07:04:17PM +0530, Ashijeet Acharya wrote: From: Ashijeet Replaced connect()/listen

Re: [Qemu-devel] [PATCH] Modify net/socket.c to use functions from include/qemu/sockets.h

2016-05-03 Thread Ashi
On Tuesday 03 May 2016 07:31 PM, Daniel P. Berrange wrote: On Tue, May 03, 2016 at 07:04:17PM +0530, Ashijeet Acharya wrote: From: Ashijeet Replaced connect()/listen()/parse_host_port() in net/socket.c with inet_connect()/inet_listen/inet_parse() in include/qemu/sockets.h. If you're going

[Qemu-devel] GSoC Application 2016 (Postcopy Migration: Recovery from a broken network connection)

2016-03-19 Thread Ashi
Hi all, I have completed my GSoC Application for the project idea regarding postcopy migration. I would like to get views from the qemu community before I finally post it. Proposal Timeline: The progress will be tracked through weekly email updates and blog posts documenting the work. -> B