Comments

13 Comments

Did something similar:

$ podman run --rm -ti fedora:37
$ dnf install qemu-system-s390x https://kojipkgs.fedoraproject.org//packages/python-qemu-qmp/0.0.2/1.fc37/noarch/python3-qemu-qmp-0.0.2-1.fc37.noarch.rpm
$ qmp-shell-wrap qemu-system-s390x -display none -S
Welcome to the QMP low-level shell!
Connected
(QEMU) query-cpus-fast
{"return": [{"thread-id": 613, "props": {"core-id": 0}, "cpu-state": "operating", "qom-path": "/machine/unattached/device[0]", "cpu-index": 0, "target": "s390x"}]}

Works for me! Tested both "minimal" and "default" profile.

karma
BZ#1441601 thunderbird: No longer accepts TLS server certificate

avij: you're correct. I missed checking the '-server' package. I'm now working on resolving the issue.