GNU Linux-libre 6.8.9-gnu
[releases.git] / tools / testing / kunit / qemu_configs / x86_64.py
1 from ..qemu_config import QemuArchParams
2
3 QEMU_ARCH = QemuArchParams(linux_arch='x86_64',
4                            kconfig='''
5 CONFIG_SERIAL_8250=y
6 CONFIG_SERIAL_8250_CONSOLE=y''',
7                            qemu_arch='x86_64',
8                            kernel_path='arch/x86/boot/bzImage',
9                            kernel_command_line='console=ttyS0',
10                            extra_qemu_params=[])