diff options
author | John Snow | 2021-09-15 18:29:48 +0200 |
---|---|---|
committer | John Snow | 2021-09-27 18:10:29 +0200 |
commit | e0fea0b3ac85aefacbecf732d18f6d7ba438fa69 (patch) | |
tree | 59491810225ef56a608f4fe00ea83e64766f5d93 /python/qemu/aqmp/util.py | |
parent | python/aqmp: Add message routing to QMP protocol (diff) | |
download | qemu-e0fea0b3ac85aefacbecf732d18f6d7ba438fa69.tar.gz qemu-e0fea0b3ac85aefacbecf732d18f6d7ba438fa69.tar.xz qemu-e0fea0b3ac85aefacbecf732d18f6d7ba438fa69.zip |
python/aqmp: add execute() interfaces
Add execute() and execute_msg().
_execute() is split into _issue() and _reply() halves so that
hypothetical subclasses of QMP that want to support different execution
paradigms can do so.
I anticipate a synchronous interface may have need of separating the
send/reply phases. However, I do not wish to expose that interface here
and want to actively discourage it, so they remain private interfaces.
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210915162955.333025-21-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/qemu/aqmp/util.py')
0 files changed, 0 insertions, 0 deletions