python/qmp/legacy: allow using sockets for connect()
authorJohn Snow <jsnow@redhat.com>
Wed, 17 May 2023 16:34:03 +0000 (12:34 -0400)
committerJohn Snow <jsnow@redhat.com>
Wed, 31 May 2023 20:25:35 +0000 (16:25 -0400)
commitb8d4ca18233dbd7c215c67b00fd3eb7887cf2b82
treedda01e77b54dd707ce828589bec570e36f370f19
parent9341b2a6b99bd4ba6516cc5d69fc3424dcf7023c
python/qmp/legacy: allow using sockets for connect()

Instead of asserting that we have an address, allow the use of sockets
instead of addresses during a call to connect().

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