From d5553b1388f2947915c4cec6249b89474046573a Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 1 Jan 2024 15:45:50 +0100 Subject: [PATCH] Revert "qemu: disable ACPI" This reverts commit c39a472523d3c99ddfa88df62223a21b19793490. --- lib/runners/qemu.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/runners/qemu.nix b/lib/runners/qemu.nix index 22ba37a2..59131d2a 100644 --- a/lib/runners/qemu.nix +++ b/lib/runners/qemu.nix @@ -82,8 +82,7 @@ let "pit=off" "pic=off" "mem-merge=on" - # ACPI breaks boot with 2GB mem - "acpi=off" + "acpi=on" "pcie=${if requirePci then "on" else "off"}" "usb=${if requireUsb then "on" else "off"}" ];