Re: [Xen-devel] [PATCH v6 4/7] xen/9pfs: connect to the backend

2017-03-22 Thread Juergen Gross
On 22/03/17 20:03, Stefano Stabellini wrote: > Implement functions to handle the xenbus handshake. Upon connection, > allocate the rings according to the protocol specification. > > Initialize a work_struct and a wait_queue. The work_struct will be used > to schedule work upon receiving an event c

[Xen-devel] [PATCH v6 4/7] xen/9pfs: connect to the backend

2017-03-22 Thread Stefano Stabellini
Implement functions to handle the xenbus handshake. Upon connection, allocate the rings according to the protocol specification. Initialize a work_struct and a wait_queue. The work_struct will be used to schedule work upon receiving an event channel notification from the backend. The wait_queue wi