Re: [Xen-devel] [PATCH v5 13/17] vmx: posted-interrupt handling when vCPU is blocked

2015-08-12 Thread Konrad Rzeszutek Wilk
On Wed, Aug 12, 2015 at 10:35:34AM +0800, Feng Wu wrote: > This patch includes the following aspects: > - Add a global vector to wake up the blocked vCPU > when an interrupt is being posted to it (This > part was sugguested by Yang Zhang ). > - Adds a new per-vCPU tasklet to wakeup the blocked

[Xen-devel] [PATCH v5 13/17] vmx: posted-interrupt handling when vCPU is blocked

2015-08-11 Thread Feng Wu
This patch includes the following aspects: - Add a global vector to wake up the blocked vCPU when an interrupt is being posted to it (This part was sugguested by Yang Zhang ). - Adds a new per-vCPU tasklet to wakeup the blocked vCPU. It can be used in the case vcpu_unblock cannot be called