diff options
author | John Snow | 2021-09-15 18:29:49 +0200 |
---|---|---|
committer | John Snow | 2021-09-27 18:10:29 +0200 |
commit | 41f4f92260da1c45f6b68f5965a30e503f394269 (patch) | |
tree | 62331ef0b75f9aceaaf3516cdcb2b22dbdc5a69a /python/qemu/aqmp/models.py | |
parent | python/aqmp: add execute() interfaces (diff) | |
download | qemu-41f4f92260da1c45f6b68f5965a30e503f394269.tar.gz qemu-41f4f92260da1c45f6b68f5965a30e503f394269.tar.xz qemu-41f4f92260da1c45f6b68f5965a30e503f394269.zip |
python/aqmp: add _raw() execution interface
This is added in anticipation of wanting it for a synchronous wrapper
for the iotest interface. Normally, execute() and execute_msg() both
raise QMP errors in the form of Python exceptions.
Many iotests expect the entire reply as-is. To reduce churn there, add a
private execution interface that will ease transition churn. However, I
do not wish to encourage its use, so it will remain a private interface.
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210915162955.333025-22-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/qemu/aqmp/models.py')
0 files changed, 0 insertions, 0 deletions