> -Original Message-
> From: Tian, Kevin
> Sent: Tuesday, October 11, 2016 4:38 PM
> To: Wu, Feng ; xen-devel@lists.xen.org
> Cc: jbeul...@suse.com; andrew.coop...@citrix.com;
> george.dun...@eu.citrix.com; dario.faggi...@citrix.com
> Subject: RE: [PATCH v5 7/7] VMX: Fixup PI descriptor w
> From: Wu, Feng
> Sent: Tuesday, October 11, 2016 8:58 AM
>
> When cpu is offline, we need to move all the vcpus in its blocking
> list to another online cpu, this patch handles it.
>
> Signed-off-by: Feng Wu
> ---
> v5:
> - Add some comments to explain why it doesn't cause deadlock
> for the A
When cpu is offline, we need to move all the vcpus in its blocking
list to another online cpu, this patch handles it.
Signed-off-by: Feng Wu
---
v5:
- Add some comments to explain why it doesn't cause deadlock
for the ABBA deadlock scenario.
xen/arch/x86/hvm/vmx/vmcs.c | 1 +
xen/arch/x8