[Xen-devel] [PATCH v6 05/18] xen/pvcalls: connect to a frontend

2017-07-03 Thread Stefano Stabellini
Introduce a per-frontend data structure named pvcalls_fedata. It contains pointers to the command ring, its event channel, a list of active sockets and a tree of passive sockets (passing sockets need to be looked up from the id on listen, accept and poll commands, while active sockets only on relea

Re: [Xen-devel] [PATCH v6 05/18] xen/pvcalls: connect to a frontend

2017-07-04 Thread Juergen Gross
On 03/07/17 23:08, Stefano Stabellini wrote: > Introduce a per-frontend data structure named pvcalls_fedata. It > contains pointers to the command ring, its event channel, a list of > active sockets and a tree of passive sockets (passing sockets need to be > looked up from the id on listen, accept

Re: [Xen-devel] [PATCH v6 05/18] xen/pvcalls: connect to a frontend

2017-07-05 Thread Stefano Stabellini
On Tue, 4 Jul 2017, Juergen Gross wrote: > On 03/07/17 23:08, Stefano Stabellini wrote: > > Introduce a per-frontend data structure named pvcalls_fedata. It > > contains pointers to the command ring, its event channel, a list of > > active sockets and a tree of passive sockets (passing sockets need