repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
tools
/
testing
/
kunit
/
qemu_configs
/
alpha.py
blob
3ac846e03a6b79c03827bc0e05b1e5fbc1195b8d
1
from
..
qemu_config
import
QemuArchParams
2
3
QEMU_ARCH
=
QemuArchParams
(
linux_arch
=
'alpha'
,
4
kconfig
=
'''
5
CONFIG_SERIAL_8250=y
6
CONFIG_SERIAL_8250_CONSOLE=y'''
,
7
qemu_arch
=
'alpha'
,
8
kernel_path
=
'arch/alpha/boot/vmlinux'
,
9
kernel_command_line
=
'console=ttyS0'
,
10
extra_qemu_params
=[])