The resume of Dom0 should always follow Xen's resume. This is done by unblocking the first vCPU of Dom0.
Signed-off-by: Mirela Simonovic <mirela.simono...@aggios.com> Signed-off-by: Saeed Nowshadi <saeed.nowsh...@xilinx.com> --- xen/arch/arm/suspend.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xen/arch/arm/suspend.c b/xen/arch/arm/suspend.c index 423d9c0e90..a05aea9c25 100644 --- a/xen/arch/arm/suspend.c +++ b/xen/arch/arm/suspend.c @@ -189,6 +189,9 @@ resume_nonboot_cpus: system_state = SYS_STATE_active; dsb(sy); + /* Wake-up hardware domain (should always resume after Xen) */ + vcpu_unblock(hardware_domain->vcpu[0]); + return status; } -- 2.13.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel