-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wireguard: selftests: use microvm on x86
This makes for faster tests, faster compile time, and allows us to ditch ACPI finally. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
- Loading branch information
Jason A. Donenfeld
authored and
Jakub Kicinski
committed
Jul 7, 2022
1 parent
1a087ee
commit b83fdcd
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
CONFIG_ACPI=y | ||
CONFIG_SERIAL_8250=y | ||
CONFIG_SERIAL_8250_CONSOLE=y | ||
CONFIG_VIRTIO_MENU=y | ||
CONFIG_VIRTIO_MMIO=y | ||
CONFIG_VIRTIO_CONSOLE=y | ||
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y | ||
CONFIG_COMPAT_32BIT_TIME=y | ||
CONFIG_CMDLINE_BOOL=y | ||
CONFIG_CMDLINE="console=ttyS0 wg.success=ttyS1 panic_on_warn=1" | ||
CONFIG_CMDLINE="console=ttyS0 wg.success=vport0p1 panic_on_warn=1 reboot=t" | ||
CONFIG_FRAME_WARN=1024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
CONFIG_ACPI=y | ||
CONFIG_SERIAL_8250=y | ||
CONFIG_SERIAL_8250_CONSOLE=y | ||
CONFIG_VIRTIO_MENU=y | ||
CONFIG_VIRTIO_MMIO=y | ||
CONFIG_VIRTIO_CONSOLE=y | ||
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y | ||
CONFIG_CMDLINE_BOOL=y | ||
CONFIG_CMDLINE="console=ttyS0 wg.success=ttyS1 panic_on_warn=1" | ||
CONFIG_CMDLINE="console=ttyS0 wg.success=vport0p1 panic_on_warn=1 reboot=t" | ||
CONFIG_FRAME_WARN=1280 |