xen: add new cpu notifier action CPU_RESUME_FAILED
authorJuergen Gross <jgross@suse.com>
Tue, 2 Apr 2019 05:34:54 +0000 (07:34 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 4 Apr 2019 10:10:12 +0000 (11:10 +0100)
commit51c79e943fb3f9a746181f8b8415cf2baa5d26bd
tree91e1606e995ce02f4995bcf78345716318a96e91
parent8d88eacb3b390984e2c483d75d8f40b3ec4be67c
xen: add new cpu notifier action CPU_RESUME_FAILED

Add a new cpu notifier action CPU_RESUME_FAILED which is called for all
cpus which failed to come up at resume. The calls will be done after
all other cpus are already up in order to know which resources are
available then.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
xen/common/cpu.c
xen/include/xen/cpu.h