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
drm/panel: panel-himax-hx83102: support for csot-pna957qt1-1 MIPI-DSI panel
[drm/drm-misc.git]
/
tools
/
testing
/
kunit
/
qemu_configs
/
s390.py
blob
98fa4fb60c0a934dad8db6008a58ae0c57a10868
1
from
..
qemu_config
import
QemuArchParams
2
3
QEMU_ARCH
=
QemuArchParams
(
linux_arch
=
's390'
,
4
kconfig
=
'''
5
CONFIG_EXPERT=y
6
CONFIG_TUNE_ZEC12=y
7
CONFIG_NUMA=y
8
CONFIG_MODULES=y'''
,
9
qemu_arch
=
's390x'
,
10
kernel_path
=
'arch/s390/boot/bzImage'
,
11
kernel_command_line
=
'console=ttyS0'
,
12
extra_qemu_params
=[
13
'-machine'
,
's390-ccw-virtio'
,
14
'-cpu'
,
'qemu'
,])