From 1a898961d7c65f3ea386646ddc403804bbf5b1d2 Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Tue, 14 Feb 2023 01:25:21 -0800 Subject: [PATCH] vmtest.config: add s390x definition Signed-off-by: Omar Sandoval --- vmtest/config.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vmtest/config.py b/vmtest/config.py index 08ff061e..54756cd6 100644 --- a/vmtest/config.py +++ b/vmtest/config.py @@ -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",