Re: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2014-04-01 Thread David Vrabel
On 31/03/14 21:33, Konrad Rzeszutek Wilk wrote: > > Subject: [PATCH] xen/xenbus: Avoid synchronous wait on XenBus stalling > shutdown/restart. > > The 'read_reply' works with 'process_msg' to read of a reply in XenBus. > 'process_msg' is running from within the 'xenbus' thread. Whenever > a

Re: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2014-04-01 Thread David Vrabel
On 31/03/14 21:33, Konrad Rzeszutek Wilk wrote: Subject: [PATCH] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart. The 'read_reply' works with 'process_msg' to read of a reply in XenBus. 'process_msg' is running from within the 'xenbus' thread. Whenever a message

Re: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2014-03-31 Thread Konrad Rzeszutek Wilk
On Mon, Dec 02, 2013 at 11:41:57AM +, David Vrabel wrote: > On 26/11/13 16:50, Konrad Rzeszutek Wilk wrote: > > On Thu, Nov 21, 2013 at 05:52:28PM +, David Vrabel wrote: > >> On 08/11/13 17:38, Konrad Rzeszutek Wilk wrote: > >>> The 'read_reply' works with 'process_msg' to read of a reply

Re: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2014-03-31 Thread Konrad Rzeszutek Wilk
On Mon, Dec 02, 2013 at 11:41:57AM +, David Vrabel wrote: On 26/11/13 16:50, Konrad Rzeszutek Wilk wrote: On Thu, Nov 21, 2013 at 05:52:28PM +, David Vrabel wrote: On 08/11/13 17:38, Konrad Rzeszutek Wilk wrote: The 'read_reply' works with 'process_msg' to read of a reply in XenBus.

RE: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2014-01-25 Thread Konrad Rzeszutek Wilk
"Zhang, Yang Z" wrote: >Konrad Rzeszutek Wilk wrote on 2013-11-09: >> The 'read_reply' works with 'process_msg' to read of a reply in >XenBus. >> 'process_msg' is running from within the 'xenbus' thread. Whenever a >> message shows up in XenBus it is put on a xs_state.reply_list list >and >>

RE: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2014-01-25 Thread Zhang, Yang Z
Konrad Rzeszutek Wilk wrote on 2013-11-09: > The 'read_reply' works with 'process_msg' to read of a reply in XenBus. > 'process_msg' is running from within the 'xenbus' thread. Whenever a > message shows up in XenBus it is put on a xs_state.reply_list list and > 'read_reply' picks it up. > > The

RE: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2014-01-25 Thread Zhang, Yang Z
Konrad Rzeszutek Wilk wrote on 2013-11-09: The 'read_reply' works with 'process_msg' to read of a reply in XenBus. 'process_msg' is running from within the 'xenbus' thread. Whenever a message shows up in XenBus it is put on a xs_state.reply_list list and 'read_reply' picks it up. The

RE: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2014-01-25 Thread Konrad Rzeszutek Wilk
Zhang, Yang Z yang.z.zh...@intel.com wrote: Konrad Rzeszutek Wilk wrote on 2013-11-09: The 'read_reply' works with 'process_msg' to read of a reply in XenBus. 'process_msg' is running from within the 'xenbus' thread. Whenever a message shows up in XenBus it is put on a xs_state.reply_list list

Re: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2013-12-02 Thread David Vrabel
On 26/11/13 16:50, Konrad Rzeszutek Wilk wrote: > On Thu, Nov 21, 2013 at 05:52:28PM +, David Vrabel wrote: >> On 08/11/13 17:38, Konrad Rzeszutek Wilk wrote: >>> The 'read_reply' works with 'process_msg' to read of a reply in XenBus. >>> 'process_msg' is running from within the 'xenbus'

Re: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2013-12-02 Thread David Vrabel
On 26/11/13 16:50, Konrad Rzeszutek Wilk wrote: On Thu, Nov 21, 2013 at 05:52:28PM +, David Vrabel wrote: On 08/11/13 17:38, Konrad Rzeszutek Wilk wrote: The 'read_reply' works with 'process_msg' to read of a reply in XenBus. 'process_msg' is running from within the 'xenbus' thread.

Re: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2013-11-26 Thread Konrad Rzeszutek Wilk
On Thu, Nov 21, 2013 at 05:52:28PM +, David Vrabel wrote: > On 08/11/13 17:38, Konrad Rzeszutek Wilk wrote: > > The 'read_reply' works with 'process_msg' to read of a reply in XenBus. > > 'process_msg' is running from within the 'xenbus' thread. Whenever > > a message shows up in XenBus it is

Re: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2013-11-26 Thread Konrad Rzeszutek Wilk
On Thu, Nov 21, 2013 at 05:52:28PM +, David Vrabel wrote: On 08/11/13 17:38, Konrad Rzeszutek Wilk wrote: The 'read_reply' works with 'process_msg' to read of a reply in XenBus. 'process_msg' is running from within the 'xenbus' thread. Whenever a message shows up in XenBus it is put on

Re: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2013-11-22 Thread Ian Campbell
graft 8 <20130528152156.gb3...@phenom.dumpdata.com> prune 8 <20130528181149.ga27...@phenom.dumpdata.com> thanks On Thu, 2013-11-21 at 17:52 +, David Vrabel wrote: > > Fixes-Bug: http://bugs.xenproject.org/xen/bug/8 > > This bug link has no useful information in it. Looks like the intention

Re: [Xen-devel] [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.

2013-11-22 Thread Ian Campbell
graft 8 20130528152156.gb3...@phenom.dumpdata.com prune 8 20130528181149.ga27...@phenom.dumpdata.com thanks On Thu, 2013-11-21 at 17:52 +, David Vrabel wrote: Fixes-Bug: http://bugs.xenproject.org/xen/bug/8 This bug link has no useful information in it. Looks like the intention was for