We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16b3d0 commit 8fe34daCopy full SHA for 8fe34da
tools/testing/kunit/qemu_configs/sparc64.py
@@ -0,0 +1,16 @@
1
+# SPDX-License-Identifier: GPL-2.0
2
+
3
+from ..qemu_config import QemuArchParams
4
5
+QEMU_ARCH = QemuArchParams(linux_arch='sparc',
6
+ kconfig='''
7
+CONFIG_64BIT=y
8
+CONFIG_SPARC64=y
9
+CONFIG_PCI=y
10
+CONFIG_SERIAL_SUNSU=y
11
+CONFIG_SERIAL_SUNSU_CONSOLE=y
12
+''',
13
+ qemu_arch='sparc64',
14
+ kernel_path='arch/sparc/boot/image',
15
+ kernel_command_line='console=ttyS0 kunit_shutdown=poweroff',
16
+ extra_qemu_params=[])
0 commit comments