10 Jun
2026
10 Jun
'26
8:56 a.m.
On 6/4/26 19:35, Roman Bogorodskiy wrote:
Currently, the bhyve driver reboot implementation does not take into account domain's on_reboot action. Update it so it shuts a domain down on reboot when it is configured this way.
Additionally, introduce the bhyveDomainShutdownSignal() helper which shares a common shutdown and reboot implementation using a signal.
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com> --- src/bhyve/bhyve_driver.c | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal