UI: Added signal handling for stopped and started vm.

This commit is contained in:
Qubasa
2024-01-19 18:52:51 +01:00
parent 2768695be2
commit f4ccb09406
7 changed files with 111 additions and 48 deletions

View File

@@ -72,7 +72,7 @@ def qemu_command(
kernel_cmdline.append("console=tty0")
# fmt: off
command = [
"qemu-kvm",
"qemu-kvms",
"-name", vm.flake_attr,
"-m", f'{nixos_config["memorySize"]}M',
"-smp", str(nixos_config["cores"]),