commit | 5bbc5936bb5b973848cbcabcc19346ffa812ae06 | [log] [tgz] |
---|---|---|
author | John Snow <jsnow@redhat.com> | Wed May 17 12:34:05 2023 -0400 |
committer | John Snow <jsnow@redhat.com> | Wed May 31 16:25:35 2023 -0400 |
tree | 3e84ebdd7026086d673e19ad8ea1485d9022e1c7 | |
parent | 7f5f3ae7d589d9297b2903e79cba1492807883d4 [diff] |
python/qmp/legacy: remove open_with_socket() calls Favor using connect() when passing a socket instead of open_with_socket(). Simultaneously, update constructor calls to use the combined address argument for QEMUMonitorProtocol(). Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20230517163406.2593480-5-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>