]> git.proxmox.com Git - mirror_qemu.git/commit
python/qmp: allow sockets to be passed to connect()
authorJohn Snow <jsnow@redhat.com>
Wed, 17 May 2023 16:34:02 +0000 (12:34 -0400)
committerJohn Snow <jsnow@redhat.com>
Wed, 31 May 2023 20:25:35 +0000 (16:25 -0400)
commit9341b2a6b99bd4ba6516cc5d69fc3424dcf7023c
tree5a15da36f485a824e0f1b09a03300039d9beb83f
parentab7252279727da51c01cdaf41c5fe563bbded3a6
python/qmp: allow sockets to be passed to connect()

Allow existing sockets to be passed to connect(). The changes are pretty
minimal, and this allows for far greater flexibility in setting up
communications with an endpoint.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20230517163406.2593480-2-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/qmp/protocol.py