Skip to content

Commit f909532

Browse files
committed
qemu: enable ACPI for SMP
It turns out that by having CONFIG_ACPI=n, we've been failing to boot additional CPUs, and so these systems were functionally UP. The code bloat is unfortunate for build times, but I don't see an alternative. So this commit sets CONFIG_ACPI=y for x86_64 and i686 configs. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
1 parent ec89ca6 commit f909532

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/tests/qemu/arch/i686.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_ACPI=y
12
CONFIG_SERIAL_8250=y
23
CONFIG_SERIAL_8250_CONSOLE=y
34
CONFIG_CMDLINE_BOOL=y

src/tests/qemu/arch/x86_64.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_ACPI=y
12
CONFIG_SERIAL_8250=y
23
CONFIG_SERIAL_8250_CONSOLE=y
34
CONFIG_CMDLINE_BOOL=y

0 commit comments

Comments
 (0)