Skip to content

Commit d5553b1

Browse files
committed
Revert "qemu: disable ACPI"
This reverts commit c39a472.
1 parent b1bb1db commit d5553b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/runners/qemu.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ let
8282
"pit=off"
8383
"pic=off"
8484
"mem-merge=on"
85-
# ACPI breaks boot with 2GB mem
86-
"acpi=off"
85+
"acpi=on"
8786
"pcie=${if requirePci then "on" else "off"}"
8887
"usb=${if requireUsb then "on" else "off"}"
8988
];

0 commit comments

Comments
 (0)