diff options
author | John Snow <jsnow@redhat.com> | 2023-05-17 12:34:04 -0400 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2023-05-31 16:25:35 -0400 |
commit | 7f5f3ae7d589d9297b2903e79cba1492807883d4 (patch) | |
tree | 5f6187105969e9289d40b76fa9f9a7353145a031 /qemu-io-cmds.c | |
parent | b8d4ca18233dbd7c215c67b00fd3eb7887cf2b82 (diff) | |
download | qemu-7f5f3ae7d589d9297b2903e79cba1492807883d4.zip qemu-7f5f3ae7d589d9297b2903e79cba1492807883d4.tar.gz qemu-7f5f3ae7d589d9297b2903e79cba1492807883d4.tar.bz2 |
python/machine: use connect-based interface for existing sockets
Instead of using accept() with sockets (which uses open_with_socket()),
use calls to connect() to utilize existing sockets instead. A benefit of
this is more robust error handling already present within the connect()
call that isn't present in open_with_socket().
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20230517163406.2593480-4-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'qemu-io-cmds.c')
0 files changed, 0 insertions, 0 deletions