aboutsummaryrefslogtreecommitdiff
path: root/io/channel-util.c
diff options
context:
space:
mode:
authorWainer dos Santos Moschetta <wainersm@redhat.com>2020-02-04 11:11:10 -0300
committerPhilippe Mathieu-Daudé <philmd@redhat.com>2020-02-07 15:12:48 +0100
commit07608e807d4e7bd2daa7fe154bd9dc2235c1a323 (patch)
tree38a24e66e3b91d3e5985ff50d03659d7a37d6bd5 /io/channel-util.c
parent54aafc2fc65231871e744308705c4aa6d283a22d (diff)
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 'io/channel-util.c')
0 files changed, 0 insertions, 0 deletions