summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/hypervisor/1217339
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/1217339')
-rw-r--r--results/classifier/gemma3:12b/hypervisor/12173398
1 files changed, 8 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/1217339 b/results/classifier/gemma3:12b/hypervisor/1217339
new file mode 100644
index 000000000..3b971f9d7
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/1217339
@@ -0,0 +1,8 @@
+
+SIGQUIT to send ACPI-shutdown to Guest
+
+When qemu receives SIGQUIT, it should first try to run system_powerdown (giving the guest an ACPI signal to begin the shutdown process), before ending the whole qemu process.
+
+At this point there is no way to do a graceful shutdown if you do not have access to the monitor and you do not use any wrapper like libvirt.
+
+If, for some reason SIGQUIT would not be accepted as the signal, take any free to use signal, like SIGUSR1. There should be a way to get ACPI shutdown sent to the guest.
\ No newline at end of file