Searched hist:"7 f5f3ae7" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 7f5f3ae7 Wed May 17 11:34:04 CDT 2023 John Snow <jsnow@redhat.com> 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>
|