Re: [Xen-devel] [RFC v1 09/15] Add a new per-vCPU tasklet to wakeup the blocked vCPU

2015-04-02 Thread Wu, Feng
> -Original Message- > From: Tian, Kevin > Sent: Thursday, April 02, 2015 1:53 PM > To: Wu, Feng; xen-devel@lists.xen.org > Cc: jbeul...@suse.com; k...@xen.org; Zhang, Yang Z > Subject: RE: [RFC v1 09/15] Add a new per-vCPU tasklet to wakeup the blocked > vCPU > > > From: Wu, Feng > > Se

Re: [Xen-devel] [RFC v1 09/15] Add a new per-vCPU tasklet to wakeup the blocked vCPU

2015-04-01 Thread Tian, Kevin
> From: Wu, Feng > Sent: Wednesday, March 25, 2015 8:32 PM > > This patch adds a new per-vCPU tasklet to wakeup the blocked > vCPU. It can be used in the case vcpu_unblock cannot be called > directly. could you elaborate under which scenario vcpu_unblock can't be called directly? > > Signed-off

[Xen-devel] [RFC v1 09/15] Add a new per-vCPU tasklet to wakeup the blocked vCPU

2015-03-25 Thread Feng Wu
This patch adds a new per-vCPU tasklet to wakeup the blocked vCPU. It can be used in the case vcpu_unblock cannot be called directly. Signed-off-by: Feng Wu --- xen/common/domain.c | 11 +++ xen/include/xen/sched.h | 3 +++ 2 files changed, 14 insertions(+) diff --git a/xen/common/