Re: [Xen-devel] [PATCH] xen, fbfront: fix connecting to backend

2017-04-07 Thread Bartlomiej Zolnierkiewicz
On Thursday, March 23, 2017 10:11:12 AM Boris Ostrovsky wrote: > On 03/23/2017 08:52 AM, Juergen Gross wrote: > > Connecting to the backend isn't working reliably in xen-fbfront: in > > case XenbusStateInitWait of the backend has been missed the backend > > transition to XenbusStateConnected will t

Re: [Xen-devel] [PATCH] xen, fbfront: fix connecting to backend

2017-04-05 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday, April 05, 2017 10:18:21 AM Juergen Gross wrote: > On 23/03/17 13:52, Juergen Gross wrote: > > Connecting to the backend isn't working reliably in xen-fbfront: in > > case XenbusStateInitWait of the backend has been missed the backend > > transition to XenbusStateConnected will t

Re: [Xen-devel] [PATCH] xen, fbfront: fix connecting to backend

2017-04-05 Thread Juergen Gross
On 23/03/17 13:52, Juergen Gross wrote: > Connecting to the backend isn't working reliably in xen-fbfront: in > case XenbusStateInitWait of the backend has been missed the backend > transition to XenbusStateConnected will trigger the connected state > only without doing the actions required when th

Re: [Xen-devel] [PATCH] xen, fbfront: fix connecting to backend

2017-03-23 Thread Jan Beulich
>>> On 23.03.17 at 14:56, wrote: > On 23/03/17 14:37, Jan Beulich wrote: > On 23.03.17 at 13:52, wrote: >>> Connecting to the backend isn't working reliably in xen-fbfront: in >>> case XenbusStateInitWait of the backend has been missed the backend >>> transition to XenbusStateConnected will t

Re: [Xen-devel] [PATCH] xen, fbfront: fix connecting to backend

2017-03-23 Thread Boris Ostrovsky
On 03/23/2017 08:52 AM, Juergen Gross wrote: > Connecting to the backend isn't working reliably in xen-fbfront: in > case XenbusStateInitWait of the backend has been missed the backend > transition to XenbusStateConnected will trigger the connected state > only without doing the actions required wh

Re: [Xen-devel] [PATCH] xen, fbfront: fix connecting to backend

2017-03-23 Thread Juergen Gross
On 23/03/17 14:37, Jan Beulich wrote: On 23.03.17 at 13:52, wrote: >> Connecting to the backend isn't working reliably in xen-fbfront: in >> case XenbusStateInitWait of the backend has been missed the backend >> transition to XenbusStateConnected will trigger the connected state >> only witho

Re: [Xen-devel] [PATCH] xen, fbfront: fix connecting to backend

2017-03-23 Thread Jan Beulich
>>> On 23.03.17 at 13:52, wrote: > Connecting to the backend isn't working reliably in xen-fbfront: in > case XenbusStateInitWait of the backend has been missed the backend > transition to XenbusStateConnected will trigger the connected state > only without doing the actions required when the back

[Xen-devel] [PATCH] xen, fbfront: fix connecting to backend

2017-03-23 Thread Juergen Gross
Connecting to the backend isn't working reliably in xen-fbfront: in case XenbusStateInitWait of the backend has been missed the backend transition to XenbusStateConnected will trigger the connected state only without doing the actions required when the backend has connected. Cc: sta...@vger.kernel