>>> On 08.05.15 at 11:07, <[email protected]> wrote: > 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. This tasklet will be used in later patch in this > series. > > Signed-off-by: Feng Wu <[email protected]> > --- > xen/common/domain.c | 11 +++++++++++ > xen/include/xen/sched.h | 3 +++ > 2 files changed, 14 insertions(+)
What is the rationale for doing this in common code, modifying common structures? Jan _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
