diff options
| author | Jason A. Donenfeld <Jason@zx2c4.com> | 2024-08-29 16:50:09 +0200 |
|---|---|---|
| committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2024-08-29 17:25:38 +0200 |
| commit | 957fbe64308d2ed2d3bdf8da57f92826251da7ed (patch) | |
| tree | a03ea1e01b1212a6c96b1d75e45dbe629f06df1e /tools/testing/selftests/wireguard/qemu/arch/i386.config | |
| parent | 74507e63297b7ed88de6981cd04c2dd4c6ee13c9 (diff) | |
| download | wireguard-linux-update-toolchain.tar.xz wireguard-linux-update-toolchain.zip | |
wireguard: selftests: move from musl.cc to arnd's crosstool compilersupdate-toolchain
Arnd's compilers don't come with a libc, so we have to build this
ourselves, but they are more reliably updated and support an interesting
set of architectures.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tools/testing/selftests/wireguard/qemu/arch/i386.config')
| -rw-r--r-- | tools/testing/selftests/wireguard/qemu/arch/i386.config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/testing/selftests/wireguard/qemu/arch/i386.config b/tools/testing/selftests/wireguard/qemu/arch/i386.config new file mode 100644 index 000000000000..35b06502606f --- /dev/null +++ b/tools/testing/selftests/wireguard/qemu/arch/i386.config @@ -0,0 +1,10 @@ +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=vport0p1 panic_on_warn=1 reboot=t" +CONFIG_FRAME_WARN=1024 |
