diff options
author | John Snow <jsnow@redhat.com> | 2021-09-15 12:29:48 -0400 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2021-09-27 12:10:29 -0400 |
commit | e0fea0b3ac85aefacbecf732d18f6d7ba438fa69 (patch) | |
tree | 59491810225ef56a608f4fe00ea83e64766f5d93 /python/tests | |
parent | 577737be55a3e9e5d592ad31d4b7c71ebccf3dc8 (diff) | |
download | qemu-e0fea0b3ac85aefacbecf732d18f6d7ba438fa69.zip qemu-e0fea0b3ac85aefacbecf732d18f6d7ba438fa69.tar.gz qemu-e0fea0b3ac85aefacbecf732d18f6d7ba438fa69.tar.bz2 |
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/tests')
0 files changed, 0 insertions, 0 deletions