Re: [RFC PATCH v2 22/22] i386/xen: implement HYPERVISOR_sched_op

2022-12-12 Thread Paul Durrant
On 09/12/2022 09:56, David Woodhouse wrote: From: Joao Martins It allows to shutdown itself via hypercall with any of the 3 reasons: 1) self-reboot 2) shutdown 3) crash Implementing SCHEDOP_shutdown sub op let us handle crashes gracefully rather than leading to triple faults if it rem

[RFC PATCH v2 22/22] i386/xen: implement HYPERVISOR_sched_op

2022-12-09 Thread David Woodhouse
From: Joao Martins It allows to shutdown itself via hypercall with any of the 3 reasons: 1) self-reboot 2) shutdown 3) crash Implementing SCHEDOP_shutdown sub op let us handle crashes gracefully rather than leading to triple faults if it remains unimplemented. Signed-off-by: Joao Martins