From 4b927bc37359dec23f67d3427fc982945f24f404 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Wed, 21 May 2025 21:21:26 +0200 Subject: add gitlab issues in toml format --- .../host_missing/accel_missing/1398.toml | 16 ++ .../host_missing/accel_missing/1668.toml | 57 ++++ .../host_missing/accel_missing/1854.toml | 26 ++ .../host_missing/accel_missing/197.toml | 15 + .../host_missing/accel_missing/2704.toml | 310 +++++++++++++++++++++ .../host_missing/accel_missing/449.toml | 76 +++++ .../host_missing/accel_missing/457.toml | 15 + .../host_missing/accel_missing/572.toml | 15 + .../host_missing/accel_missing/893.toml | 15 + .../host_missing/accel_missing/897.toml | 15 + .../host_missing/accel_missing/906.toml | 15 + 11 files changed, 575 insertions(+) create mode 100644 gitlab/issues/target_s390x/host_missing/accel_missing/1398.toml create mode 100644 gitlab/issues/target_s390x/host_missing/accel_missing/1668.toml create mode 100644 gitlab/issues/target_s390x/host_missing/accel_missing/1854.toml create mode 100644 gitlab/issues/target_s390x/host_missing/accel_missing/197.toml create mode 100644 gitlab/issues/target_s390x/host_missing/accel_missing/2704.toml create mode 100644 gitlab/issues/target_s390x/host_missing/accel_missing/449.toml create mode 100644 gitlab/issues/target_s390x/host_missing/accel_missing/457.toml create mode 100644 gitlab/issues/target_s390x/host_missing/accel_missing/572.toml create mode 100644 gitlab/issues/target_s390x/host_missing/accel_missing/893.toml create mode 100644 gitlab/issues/target_s390x/host_missing/accel_missing/897.toml create mode 100644 gitlab/issues/target_s390x/host_missing/accel_missing/906.toml (limited to 'gitlab/issues/target_s390x/host_missing/accel_missing') diff --git a/gitlab/issues/target_s390x/host_missing/accel_missing/1398.toml b/gitlab/issues/target_s390x/host_missing/accel_missing/1398.toml new file mode 100644 index 00000000..00fa7d67 --- /dev/null +++ b/gitlab/issues/target_s390x/host_missing/accel_missing/1398.toml @@ -0,0 +1,16 @@ +id = 1398 +title = "Kernel Fault in primary space mode while using user ASCE emulating s390x with AlmaLinux release 9.1 (Lime Lynx)" +state = "opened" +created_at = "2022-12-27T20:40:31.393Z" +closed_at = "n/a" +labels = ["target: s390x", "workflow::Needs Info"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1398" +host-os = "Ubuntu 22.10 (Kinetic Kudu)" +host-arch = "x86_64" +qemu-version = "QEMU emulator version 7.0.0 (Debian 1:7.0+dfsg-7ubuntu2.1) Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers" +guest-os = "AlmaLinux release 9.1 (Lime Lynx)" +guest-arch = "s390x" +description = """Happens twice during startup, however the system keeps running.""" +reproduce = """1. Install Alma Linux s390x on in KVM on x86_64 +2. Start KVM""" +additional = "n/a" diff --git a/gitlab/issues/target_s390x/host_missing/accel_missing/1668.toml b/gitlab/issues/target_s390x/host_missing/accel_missing/1668.toml new file mode 100644 index 00000000..ed94039f --- /dev/null +++ b/gitlab/issues/target_s390x/host_missing/accel_missing/1668.toml @@ -0,0 +1,57 @@ +id = 1668 +title = "Fedora 38 build of clang 16 fails when run under s390x emulation (both system & linux-user)" +state = "closed" +created_at = "2023-05-26T09:54:17.554Z" +closed_at = "2023-11-20T09:08:04.777Z" +labels = ["kind::Bug", "target: s390x"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1668" +host-os = "Fedora 38" +host-arch = "x86_64" +qemu-version = "7.2.1" +guest-os = "n/a" +guest-arch = "n/a" +description = """Spawn a Fedora 38 container using `s390x` linux-user based emulation + +``` +$ podman run -it --platform linux/s390x fedora:latest +``` + +Install clang inside it + +``` +sh-5.2# dnf -y install clang +``` + +Try to run clang + +``` +sh-5.2# clang --version +clang version 16.0.4 (Fedora 16.0.4-1.fc38) +Target: s390x-redhat-linux-gnu +Thread model: posix +InstalledDir: /usr/bin +sh-5.2# clang --help +clang-16: error: unsupported option '--help'; did you mean '--help'? +clang-16: error: no input files +``` + +Notice the nonsense error message when requesting `--help`. With Fedora 37 build of clang 15 (compiled with gcc 12), under s390x emulation, `--help` will correctly print the help. In fact all options except for `--version` appear to be broken: + +``` +sh-5.2# echo "void foo(void) {}" > foo.c +sh-5.2# clang -c foo.c +clang-16: error: unknown argument: '-c' +``` + + +IOW, there appears to be something in the clang 16 (compiled with gcc 13) in Fedora 38 that is tripping up s390x emulation. + +It is unclear whether the trigger was from building clang 16 with a newer gcc 13, or whether something changed from clang 15 -> 16. + +Originally reported with qemu-user-static-7.2.1-1.fc38.x86_64, but I've reproduced with QEMU upstream 7.1.0 release and QEMU upstream git master (v8.0.0-394-gc2b7158455) + +This was originally reported in Fedora at + + https://bugzilla.redhat.com/show_bug.cgi?id=2209635""" +reproduce = "n/a" +additional = "n/a" diff --git a/gitlab/issues/target_s390x/host_missing/accel_missing/1854.toml b/gitlab/issues/target_s390x/host_missing/accel_missing/1854.toml new file mode 100644 index 00000000..956dcf67 --- /dev/null +++ b/gitlab/issues/target_s390x/host_missing/accel_missing/1854.toml @@ -0,0 +1,26 @@ +id = 1854 +title = "s390x: qemu-user: ERROR:../linux-user/elfload.c:2239:zero_bss: code should not be reached" +state = "closed" +created_at = "2023-08-30T15:37:27.087Z" +closed_at = "2023-10-19T18:50:49.895Z" +labels = ["Closed::Fixed", "linux-user", "target: s390x"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1854" +host-os = "ArchLinux" +host-arch = "x86_64" +qemu-version = "qemu-s390x version 8.1.50 (v8.1.0-192-g4f84c2b3aa3e)" +guest-os = "Linux" +guest-arch = "s390x" +description = """The nolibc-test program from the Linux kernel crashes since 5f4e5b34092556ab1577e25d1262bd5975b26980 . +Reverting that commit fixes the issue.""" +reproduce = """1. Build `nolibc-test` for s390x from Linux kernel tree. (from `tools/testing/selftests/nolibc/`). EDIT: compiled binary is uploaded below. +2. Run it under qemu-s390x. + +``` + ./qemu-s390x nolibc-test +** +ERROR:../linux-user/elfload.c:2239:zero_bss: code should not be reached +Bail out! ERROR:../linux-user/elfload.c:2239:zero_bss: code should not be reached +Aborted (core dumped) + +```""" +additional = """""" diff --git a/gitlab/issues/target_s390x/host_missing/accel_missing/197.toml b/gitlab/issues/target_s390x/host_missing/accel_missing/197.toml new file mode 100644 index 00000000..cf0a3e8a --- /dev/null +++ b/gitlab/issues/target_s390x/host_missing/accel_missing/197.toml @@ -0,0 +1,15 @@ +id = 197 +title = "Unpredictable behaviour resulting in User process faults" +state = "opened" +created_at = "2021-05-06T11:38:45.352Z" +closed_at = "n/a" +labels = ["Launchpad", "target: s390x"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/197" +host-os = "n/a" +host-arch = "n/a" +qemu-version = "n/a" +guest-os = "n/a" +guest-arch = "n/a" +description = "n/a" +reproduce = "n/a" +additional = "n/a" diff --git a/gitlab/issues/target_s390x/host_missing/accel_missing/2704.toml b/gitlab/issues/target_s390x/host_missing/accel_missing/2704.toml new file mode 100644 index 00000000..f15d9c9a --- /dev/null +++ b/gitlab/issues/target_s390x/host_missing/accel_missing/2704.toml @@ -0,0 +1,310 @@ +id = 2704 +title = "Error when migrating s390x VM from QEMU 9.0 to 9.1: Unknown savevm section or instance 's390_css'" +state = "closed" +created_at = "2024-11-29T22:34:42.565Z" +closed_at = "2025-01-12T12:23:51.408Z" +labels = ["Migration", "Regression", "target: s390x"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2704" +host-os = "Ubuntu 24.10 (Oracular) and 25.04 (Plucky, development version)" +host-arch = "s390x" +qemu-version = "QEMU emulator version 9.1.1 (Debian 1:9.1.1+ds-5ubuntu1~ppa8)` and `QEMU emulator version 9.0.2 (Debian 1:9.0.2+ds-4ubuntu5.1)" +guest-os = "Ubuntu 24.10 Oracular" +guest-arch = "s390x" +description = """I have been working on merging QEMU 9.1.1 (directly from Debian unstable), and I'm seeing this problem when trying to migrate an s390x VM from an Oracular host (which runs QEMU 9.0.2) to a Plucky host (which runs QEMU 9.1.1). + +The problem only happens on s390x (host and guest), and only when attempting to migrate from Oracular to Plucky. Migrations between Oracular guests work fine, as well as migrations between Plucky guests. + +This is the error I see after invoking `virsh migrate`: + +``` +error: internal error: QEMU unexpectedly closed the monitor (vm='kvmguest-jammy-normal'): +2024-11-27T21:13:43.745625Z qemu-system-s390x: Unknown savevm section or instance 's390_css' 0. Make sure that your current VM setup matches your saved VM setup, including any hotplugged devices +2024-11-27T21:13:43.746914Z qemu-system-s390x: load of migration failed: Invalid argument +```""" +reproduce = """I only have one s390x machine available, so I am resorting to creating two LXD containers that are KVM-capable. One of the containers runs Oracular, the other runs Plucky. Please let me know if you would instructions on how to create such containers. + +Inside the Oracular container, using `uvt-kvm` to simplify the process of creating the VM: + +``` +# uvt-simplestreams-libvirt --verbose sync --source http://cloud-images.ubuntu.com/daily arch=s390x label=daily release=oracular +# cat > guesttemplate.xml << _EOF_ + + + hvm + + + + + + + + + + + + + + + + + +_EOF_ +# uvt-kvm create --template /root/guesttemplate.xml --machine-type s390-ccw-virtio-9.0 --password=ubuntu --ssh-public-key-file /home/ubuntu/.ssh/authorized_keys kvmguest-oracular-upstream-cpu release=oracular arch=s390x label=daily +``` + +Wait a moment for the VM to boot, use `virsh list` to make sure it's running. Note that we force the machine type to be `s390-ccw-virtio-9.0`; this is necessary because Ubuntu overrides the default machine type with its own definition, and we want to make sure to use upstream's type here. + +Make sure you're running QEMU 9.1.1 at least on the Plucky container. Plucky currently ships with QEMU 9.0.2, which doesn't have the problem. If needed, my QEMU 9.1.1 build can be found at https://launchpad.net/~sergiodj/+archive/ubuntu/qemu. + +After everything is in place, try to migrate the machine: + +``` +# virsh migrate --unsafe --live kvmguest-oracular-upstream-cpu qemu+ssh://plucky-container-IP-here/system +error: internal error: QEMU unexpectedly closed the monitor (vm='kvmguest-oracular-upstream-cpu'): 2024-11-29T22:28:21.417201Z qemu-system-s390x: Unknown savevm section or instance 's390_css' 0. Make sure that your current VM setup matches your saved VM setup, including any hotplugged devices +2024-11-29T22:28:21.417496Z qemu-system-s390x: load of migration failed: Invalid argument +```""" +additional = """libvirt log from Oracular (QEMU 9.0.2): + +``` +LC_ALL=C \\ [2/1817] +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin \\ +USER=root \\ +HOME=/var/lib/libvirt/qemu/domain-3-kvmguest-oracular-up \\ +XDG_DATA_HOME=/var/lib/libvirt/qemu/domain-3-kvmguest-oracular-up/.local/share \\ +XDG_CACHE_HOME=/var/lib/libvirt/qemu/domain-3-kvmguest-oracular-up/.cache \\ +XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain-3-kvmguest-oracular-up/.config \\ +/usr/bin/qemu-system-s390x \\ +-name guest=kvmguest-oracular-upstream-cpu,debug-threads=on \\ +-S \\ +-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain-3-kvmguest-oracular-up/master-key.aes"}' \\ +-machine s390-ccw-virtio-9.0,usb=off,dump-guest-core=off,memory-backend=s390.ram \\ +-accel kvm \\ +-cpu z13.2-base,aen=on,aefsi=on,diag318=on,msa5=on,msa4=on,msa3=on,msa2=on,msa1=on,sthyi=on,edat=on,ri=on,edat2=on,vx=on,ipter=on,cei=on,ap=on,gpereh=on,esop=on,ib=on,siif=on,ibs=on,apqi=on,apft=on,els=on,sief2=on,apqci=on,cte=on,ais=on,bpb=on,64bscao=on,ctop=on,ppa15=on,zpci=on,sea_esop2=on,te=on,cmm=on,gsls=on \\ +-m size=524288k \\ +-object '{"qom-type":"memory-backend-ram","id":"s390.ram","size":536870912}' \\ +-overcommit mem-lock=off \\ +-smp 1,sockets=1,cores=1,threads=1 \\ +-uuid fa8bcf1a-8982-47ab-9766-ebbb695008e3 \\ +-display none \\ +-no-user-config \\ +-nodefaults \\ +-chardev socket,id=charmonitor,fd=38,server=on,wait=off \\ +-mon chardev=charmonitor,id=monitor,mode=control \\ +-rtc base=utc \\ +-no-shutdown \\ +-boot strict=on \\ +-device '{"driver":"virtio-serial-ccw","id":"virtio-serial0","devno":"fe.0.0003"}' \\ +-blockdev '{"driver":"file","filename":"/var/lib/uvtool/libvirt/images/x-uvt-b64-Y29tLnVidW50dS5jbG91ZC5kYWlseTpzZXJ2ZXI6MjQuMTA6czM5MHggMjAyNDExMjY=","node-name":"libvirt-3-storage","auto-read-only":true,"discard":"unmap"}' \\ +-blockdev '{"node-name":"libvirt-3-format","read-only":true,"driver":"qcow2","file":"libvirt-3-storage","backing":null}' \\ +-blockdev '{"driver":"file","filename":"/var/lib/uvtool/libvirt/images/kvmguest-oracular-upstream-cpu.qcow","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}' \\ +-blockdev '{"node-name":"libvirt-2-format","read-only":false,"driver":"qcow2","file":"libvirt-2-storage","backing":"libvirt-3-format"}' \\ +-device '{"driver":"virtio-blk-ccw","devno":"fe.0.0000","drive":"libvirt-2-format","id":"virtio-disk0","bootindex":1}' \\ +-blockdev '{"driver":"file","filename":"/var/lib/uvtool/libvirt/images/kvmguest-oracular-upstream-cpu-ds.qcow","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \\ +-blockdev '{"node-name":"libvirt-1-format","read-only":false,"driver":"qcow2","file":"libvirt-1-storage","backing":null}' \\ +-device '{"driver":"virtio-blk-ccw","devno":"fe.0.0001","drive":"libvirt-1-format","id":"virtio-disk1"}' \\ +-netdev '{"type":"tap","fd":"39","id":"hostnet0"}' \\ +-device '{"driver":"virtio-net-ccw","netdev":"hostnet0","id":"net0","mac":"52:54:00:d8:f0:5c","devno":"fe.0.0002"}' \\ +-chardev socket,id=charchannel0,fd=36,server=on,wait=off \\ +-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":1,"chardev":"charchannel0","id":"channel0","name":"org.qemu.guest_agent.0"}' \\ +-chardev pty,id=charconsole0 \\ +-device '{"driver":"sclpconsole","chardev":"charconsole0","id":"console0"}' \\ +-audiodev '{"id":"audio1","driver":"none"}' \\ +-device '{"driver":"virtio-balloon-ccw","id":"balloon0","devno":"fe.0.0004"}' \\ +-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \\ +-msg timestamp=on +char device redirected to /dev/pts/3 (label charconsole0) +2024-11-28 20:56:00.522+0000: initiating migration +2024-11-28T20:56:01.114894Z qemu-system-s390x: Sibling indicated error 1 +warning: old compression is deprecated; use multifd compression methods instead +warning: old compression is deprecated; use multifd compression methods instead +warning: old compression is deprecated; use multifd compression methods instead +warning: block migration is deprecated; use blockdev-mirror with NBD instead +``` + +libvirt log from Plucky (QEMU 9.1.1): + +``` +LC_ALL=C \\ +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin \\ +USER=root \\ +HOME=/var/lib/libvirt/qemu/domain-4-kvmguest-oracular-up \\ +XDG_DATA_HOME=/var/lib/libvirt/qemu/domain-4-kvmguest-oracular-up/.local/share \\ +XDG_CACHE_HOME=/var/lib/libvirt/qemu/domain-4-kvmguest-oracular-up/.cache \\ +XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain-4-kvmguest-oracular-up/.config \\ +/usr/bin/qemu-system-s390x \\ +-name guest=kvmguest-oracular-upstream-cpu,debug-threads=on \\ +-S \\ +-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain-4-kvmguest-oracular-up/master-key.aes"}' \\ +-machine s390-ccw-virtio-9.0,usb=off,dump-guest-core=off,memory-backend=s390.ram \\ +-accel kvm \\ +-cpu z13.2-base,aen=on,aefsi=on,diag318=on,msa5=on,msa4=on,msa3=on,msa2=on,msa1=on,sthyi=on,edat=on,ri=on,edat2=on,vx=on,ipter=on,cei=on,ap=on,gpereh=on,esop=on,ib=on,siif=on,ibs=on,apqi=on,apft=on,els=on,sief2=on,apqci=on,cte=on,ais=on,bpb=on,64bscao=on,ctop=on,ppa15=on,zpci=on,sea_esop2=on,te=on,cmm=on,gsls=on \\ +-m size=524288k \\ +-object '{"qom-type":"memory-backend-ram","id":"s390.ram","size":536870912}' \\ +-overcommit mem-lock=off \\ +-smp 1,sockets=1,cores=1,threads=1 \\ +-uuid fa8bcf1a-8982-47ab-9766-ebbb695008e3 \\ +-display none \\ +-no-user-config \\ +-nodefaults \\ +-chardev socket,id=charmonitor,fd=35,server=on,wait=off \\ +-mon chardev=charmonitor,id=monitor,mode=control \\ +-rtc base=utc \\ +-no-shutdown \\ +-boot strict=on \\ +-device '{"driver":"virtio-serial-ccw","id":"virtio-serial0","devno":"fe.0.0003"}' \\ +-blockdev '{"driver":"file","filename":"/var/lib/uvtool/libvirt/images/x-uvt-b64-Y29tLnVidW50dS5jbG91ZC5kYWlseTpzZXJ2ZXI6MjQuMTA6czM5MHggMjAyNDExMjY=","node-name":"libvirt-3-storage","auto-read-only":true,"discard":"unmap"}' \\ +-blockdev '{"node-name":"libvirt-3-format","read-only":true,"driver":"qcow2","file":"libvirt-3-storage","backing":null}' \\ +-blockdev '{"driver":"file","filename":"/var/lib/uvtool/libvirt/images/kvmguest-oracular-upstream-cpu.qcow","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}' \\ +-blockdev '{"node-name":"libvirt-2-format","read-only":false,"driver":"qcow2","file":"libvirt-2-storage","backing":"libvirt-3-format"}' \\ +-device '{"driver":"virtio-blk-ccw","devno":"fe.0.0000","drive":"libvirt-2-format","id":"virtio-disk0","bootindex":1}' \\ +-blockdev '{"driver":"file","filename":"/var/lib/uvtool/libvirt/images/kvmguest-oracular-upstream-cpu-ds.qcow","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \\ +-blockdev '{"node-name":"libvirt-1-format","read-only":false,"driver":"qcow2","file":"libvirt-1-storage","backing":null}' \\ +-device '{"driver":"virtio-blk-ccw","devno":"fe.0.0001","drive":"libvirt-1-format","id":"virtio-disk1"}' \\ +-netdev '{"type":"tap","fd":"36","id":"hostnet0"}' \\ +-device '{"driver":"virtio-net-ccw","netdev":"hostnet0","id":"net0","mac":"52:54:00:d8:f0:5c","devno":"fe.0.0002"}' \\ +-chardev socket,id=charchannel0,fd=34,server=on,wait=off \\ +-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":1,"chardev":"charchannel0","id":"channel0","name":"org.qemu.guest_agent.0"}' \\ +-chardev pty,id=charconsole0 \\ +-device '{"driver":"sclpconsole","chardev":"charconsole0","id":"console0"}' \\ +-audiodev '{"id":"audio1","driver":"none"}' \\ +-incoming defer \\ +-device '{"driver":"virtio-balloon-ccw","id":"balloon0","devno":"fe.0.0004"}' \\ +-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \\ +-msg timestamp=on +char device redirected to /dev/pts/3 (label charconsole0) +2024-11-29T22:28:21.417201Z qemu-system-s390x: Unknown savevm section or instance 's390_css' 0. Make sure that your current VM setup matches your saved VM setup, including any hotplugged devices +2024-11-29T22:28:21.417496Z qemu-system-s390x: load of migration failed: Invalid argument +``` + +Domain XML: + +```xml + + kvmguest-oracular-upstream-cpu + fa8bcf1a-8982-47ab-9766-ebbb695008e3 + + ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhWPh2Wfm2Ouh/W+H9IXJGFHfH4UVCB6+EBI0PwuDXR2Ocl4hTTSNPSX2LVS4MfVn9pgl5BK9MUVsMPfFjhmEhpNNt+rmaCelrDT8A7v/RoBY4IGEBFMhAkiwlI7pk3BrFoHEKtiijNLEWczdjMigZvhTs2amn8cUotFIsQSTpM7+7IX+m7clxfe6p59mVPjfMzBhwDG0GyV7CXdMpvsGlE2mPSacWWZ/baWIoFjKcmyQtTjSQleH1qSthI8rD5F7EyYd1Oa8Bo7vZ9j1/DPeGQRJPkebO81hPjm/1x1H5pTITIzARdNuBkM0yuDyqMQLP/u65WGinvXJYm20gEvMbiHGaT3il1QKKNEGmNGtY/SedRE8XQ58n090IBLz/3WJtjgQCY/SRgHUv7nMYYenmshvBfdue9kExJTjwWTRtT2R2UdkxS5UVye4vvDAY0DFuqX13wyvIeCU28MU+HpmnE31m9uXlVXXZxDuqGUBJ1PrDc4a40bvj9yTZTn9NEOs= root@localhost +ssh-dss AAAAB3NzaC1kc3MAAACBAKqzgDKUGk6P/h6N5X4nJoHPr+MQzzXkotN8XEihvtWwvV1KYK+ioT69nA7ThEAZ6rPEjWPt7X4Sy6BcNd4j3kzlaXYLkrMJm3nohqbqQBDxCv8bhozy6HS/VDu95vrpnNFSiMRCfbBye0zyKfZsuRaPaKfHQ+8MnsBqSPxKajFrAAAAFQDuG3ZoanC+oZwMRYZ/am0vhfD+EwAAAIEAixSzoZr03kYZE+LcusyrasvZIqKF3P4M2vtzvFBPpPccFB5XoaqhWI4PvSxGYxZxlj9vRmSc8Yv56jdn8oDPIhFfgZVbDIkvpB2jQdb5VaRVWj7XwUcHB7B117Dr9qA6+6HJtBLRTDdTXzMQ+NhdFp42XCF+1qRefH9VPL9FoxwAAACAJa+u/YvaiGwT0DXBtTz4PgyFYmNHPvXBOVhDAw0likajBiuOdn8oL4KuWTafCq5ReDxXFaMML0OuT86+lSVt2naX0idyHjuSPkgmatozlpcz0kWYhuBl1B1sa3kr8xjDOUJlxkybqpdGJ5aoW+kRO+bpJLEzuXtu6Xshw5fOBZw= root@localhost +ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHI8u/wAvZLJqIpAd5YSpu9VEaRQOxy0FKzyryeb3kjahkryKPhSX65miZ9Lx7oz5nORFsdeS2xR56ZQj+8HpqM= root@localhost +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDXY+MW1SikusLdkhPrni76LlaZB042p/DVItVeHRCCa root@localhost + + + 524288 + 524288 + 1 + + /machine + + + hvm + + + + z13.2-base + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-s390x + + + + + + + + + + +
+ + + + + + + +
+ + + + + + +
+ + + + + + + +
+ + + + + + + + + + +
+ +