diff options
author | Wainer dos Santos Moschetta | 2020-02-04 15:11:10 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2020-02-07 15:12:48 +0100 |
commit | 07608e807d4e7bd2daa7fe154bd9dc2235c1a323 (patch) | |
tree | 38a24e66e3b91d3e5985ff50d03659d7a37d6bd5 /python/qemu/accel.py | |
parent | python/qemu: qmp: Make accept()'s timeout configurable (diff) | |
download | qemu-07608e807d4e7bd2daa7fe154bd9dc2235c1a323.tar.gz qemu-07608e807d4e7bd2daa7fe154bd9dc2235c1a323.tar.xz qemu-07608e807d4e7bd2daa7fe154bd9dc2235c1a323.zip |
python/qemu: qmp: Make QEMUMonitorProtocol a context manager
This implement the __enter__ and __exit__ functions on
QEMUMonitorProtocol class so that it can be used on 'with'
statement and the resources will be free up on block end:
with QEMUMonitorProtocol(socket_path) as qmp:
qmp.connect()
qmp.command('query-status')
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20200204141111.3207-5-wainersm@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'python/qemu/accel.py')
0 files changed, 0 insertions, 0 deletions