Skip to content

Commit

Permalink
Revert "qemu: disable ACPI"
Browse files Browse the repository at this point in the history
This reverts commit c39a472.
  • Loading branch information
astro committed Jan 1, 2024
1 parent b1bb1db commit d5553b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/runners/qemu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ let
"pit=off"
"pic=off"
"mem-merge=on"

This comment has been minimized.

Copy link
@Mic92

Mic92 Feb 20, 2024

Contributor

Why is mem-merge added twice?

This comment has been minimized.

Copy link
@astro

astro Feb 20, 2024

Author Owner

Thanks for catching! Removed in c3f2eb5.

# ACPI breaks boot with 2GB mem
"acpi=off"
"acpi=on"
"pcie=${if requirePci then "on" else "off"}"
"usb=${if requireUsb then "on" else "off"}"
];
Expand Down

0 comments on commit d5553b1

Please sign in to comment.