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.
WFM. Definetely fixes https://bugzilla.redhat.com/show_bug.cgi?id=1441601
avij: you're correct. I missed checking the '-server' package. I'm now working on resolving the issue.
Did something similar: