aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/qemu_configs/x86_64.py
blob: 77ab1aeee8a37a51de67efb3829340f12fcecaf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
from ..qemu_config import QemuArchParams

QEMU_ARCH = QemuArchParams(linux_arch='x86_64',
			   kconfig='''
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y''',
			   qemu_arch='x86_64',
			   kernel_path='arch/x86/boot/bzImage',
			   kernel_command_line='console=ttyS0',
			   extra_qemu_params=[''])