Re: [Qemu-devel] [PATCH 1/1] backend: multi-client-socket

2016-04-08 Thread Baptiste Reynal
I wasn't aware of this new framework when I started the development of this socket. For sure I'll have a deeper look and see what can be shared for the next version. On Thu, Mar 31, 2016 at 11:08 AM, Stefan Hajnoczi wrote: > On Fri, Mar 18, 2016 at 10:12:46AM +0100, Baptiste Reynal wrote: >> This

Re: [Qemu-devel] [PATCH 1/1] backend: multi-client-socket

2016-03-31 Thread Stefan Hajnoczi
On Fri, Mar 18, 2016 at 10:12:46AM +0100, Baptiste Reynal wrote: > This patch introduces a new socket for QEMU, called multi-client-socket. This > socket allows multiple QEMU instances to communicate by sharing messages > and file descriptors. > > A socket can be instantiated with the following pa

[Qemu-devel] [PATCH 1/1] backend: multi-client-socket

2016-03-19 Thread Baptiste Reynal
This patch introduces a new socket for QEMU, called multi-client-socket. This socket allows multiple QEMU instances to communicate by sharing messages and file descriptors. A socket can be instantiated with the following parameters: -object multi-socket-backend,id=,path=,listen= If listen is set,