Re: [Xen-devel] [PATCH v1 11/13] xen/pvcalls: implement release command

2017-07-25 Thread Stefano Stabellini
On Mon, 24 Jul 2017, Juergen Gross wrote: > On 22/07/17 02:12, Stefano Stabellini wrote: > > Send PVCALLS_RELEASE to the backend and wait for a reply. Take both > > in_mutex and out_mutex to avoid concurrent accesses. Then, free the > > socket. > > > > Signed-off-by: Stefano Stabellini

Re: [Xen-devel] [PATCH v1 11/13] xen/pvcalls: implement release command

2017-07-24 Thread Juergen Gross
On 22/07/17 02:12, Stefano Stabellini wrote: > Send PVCALLS_RELEASE to the backend and wait for a reply. Take both > in_mutex and out_mutex to avoid concurrent accesses. Then, free the > socket. > > Signed-off-by: Stefano Stabellini > CC: boris.ostrov...@oracle.com > CC:

[Xen-devel] [PATCH v1 11/13] xen/pvcalls: implement release command

2017-07-21 Thread Stefano Stabellini
Send PVCALLS_RELEASE to the backend and wait for a reply. Take both in_mutex and out_mutex to avoid concurrent accesses. Then, free the socket. Signed-off-by: Stefano Stabellini CC: boris.ostrov...@oracle.com CC: jgr...@suse.com --- drivers/xen/pvcalls-front.c | 86