Where is QMP shell?

How can I use QMP shell?
I was unable to find qmp-shell command anywhere in the system…

Thanks.

I haven’t a clue what qmp-shell is, or why it would be part of a default installation.

I suspect you’d need to install it.

tumbleweed ~ % zypper se qmp
Loading repository data...
Reading installed packages...

S | Name                 | Summary                                          | Type
--+----------------------+--------------------------------------------------+-----------
  | qmp3gain             | Qt frontend for mp3gain                          | package
  | qmp3gain             | Qt frontend for mp3gain                          | srcpackage
  | qmp3gain-debuginfo   | Debug information for package qmp3gain           | package
  | qmp3gain-debugsource | Debug sources for package qmp3gain               | package
  | qmp3gain-lang        | Translations for package qmp3gain                | package
  | QMPlay2              | A Qt based media player, streamer and downloader | package
  | QMPlay2-devel        | QMPlay2 development files                        | package
[sfalken@pkg ~]$ osc se qmp-shell
No matches found for 'qmp-shell' in projects
No matches found for 'qmp-shell' in packages

What is it? We might be able to help if you can tell us that.

@F_style I don’t think it’s part of the openSUSE qemu build… I see this man page man qemu-qmp-ref, that’s about it…

@F_style Ahh a python script…
https://wiki.qemu.org/Documentation/QMP (can use telnet…)
https://pypi.org/project/qemu.qmp/

Yes, that first mentioned URL, as well as this one
https://www.qemu.org/docs/master/interop/qemu-qmp-ref.html

EDIT: Wait, after reviewing the manual for qemu-qmp-ref, it has many same commands as qemu monitor!
Can it be that all stuff for QMP may also be used on qemu monitor?
(I’m not at the PC right now…)