mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-24 18:03:07 +00:00
vmtest.config: add s390x definition
Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
parent
3b7b6273ab
commit
1a898961d7
@ -240,6 +240,16 @@ ARCHITECTURES = {
|
||||
qemu_options=(),
|
||||
qemu_console="hvc0",
|
||||
),
|
||||
Architecture(
|
||||
name="s390x",
|
||||
kernel_arch="s390",
|
||||
kernel_srcarch="s390",
|
||||
kernel_config="",
|
||||
kernel_flavor_configs={},
|
||||
kernel_org_compiler_name="s390-linux",
|
||||
qemu_options=(),
|
||||
qemu_console="ttysclp0",
|
||||
),
|
||||
Architecture(
|
||||
name="x86_64",
|
||||
kernel_arch="x86_64",
|
||||
|
Loading…
Reference in New Issue
Block a user