[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 09/17] tools/libvchan: notify server when client is connected
On Mon, Jan 28, 2019 at 10:30:26PM +0100, Marek Marczykowski-Górecki wrote: > Let the server know when the client is connected. Otherwise server will > notice only when client send some data. > This change does not break existing clients, as libvchan user should > handle spurious notifications anyway (for example acknowledge of remote > side reading the data). > > Signed-off-by: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx> > --- > I had this patch in Qubes for a long time and totally forgot it wasn't > upstream thing... > --- > tools/libvchan/init.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tools/libvchan/init.c b/tools/libvchan/init.c > index 180833d..50a64c1 100644 > --- a/tools/libvchan/init.c > +++ b/tools/libvchan/init.c > @@ -447,6 +447,9 @@ struct libxenvchan *libxenvchan_client_init(struct > xentoollog_logger *logger, > ctrl->ring->cli_live = 1; > ctrl->ring->srv_notify = VCHAN_NOTIFY_WRITE; > > + /* wake up the server */ > + xenevtchn_notify(ctrl->event, ctrl->event_port); > + Indentation is wrong. Fix it and: Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |