]> git.proxmox.com Git - mirror_qemu.git/commit
python/qmp/legacy: make QEMUMonitorProtocol accept a socket
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 11 Jan 2023 08:01:00 +0000 (12:01 +0400)
committerJohn Snow <jsnow@redhat.com>
Tue, 24 Jan 2023 18:37:13 +0000 (13:37 -0500)
commit603a3bad4b9a95b524dc8d6a41b1be4d5c5cacdf
tree8a1c1123be2b0472cdc7e527d5bb0334a5ff5b5a
parenta3cfea92e2030926e00a2519d299384ea648e36e
python/qmp/legacy: make QEMUMonitorProtocol accept a socket

Teach QEMUMonitorProtocol to accept an exisiting socket.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20230111080101.969151-3-marcandre.lureau@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/qmp/legacy.py