On 6/14/26 08:56, Roman Bogorodskiy wrote: > Implement domain reboot using the guest agent. > Implementation is very similar to the domain shutdown > added earlier. > > Also, change the VIR_DOMAIN_REBOOT_ACPI_POWER_BTN flag > to VIR_DOMAIN_REBOOT_SIGNAL. Even though bhyve emulates > the ACPI button, it's triggered by sending a signal to the > bhyve process, so VIR_DOMAIN_REBOOT_SIGNAL looks like > a more accurate description of communication between > libvirt and bhyve. > > Signed-off-by: Roman Bogorodskiy <[email protected]> > --- > src/bhyve/bhyve_driver.c | 38 +++++++++++++++++++++++++++++++++++--- > 1 file changed, 35 insertions(+), 3 deletions(-)
Reviewed-by: Michal Privoznik <[email protected]> Michal
