]> git.ipfire.org Git - thirdparty/qemu.git/commit
python/machine: use socketpair() for qtest connection
authorJohn Snow <jsnow@redhat.com>
Thu, 28 Sep 2023 04:49:42 +0000 (00:49 -0400)
committerJohn Snow <jsnow@redhat.com>
Wed, 11 Oct 2023 20:02:02 +0000 (16:02 -0400)
commitd39673781361ed528c2afba7197f26481caab482
treef7c4a84c229924f0bb9533fa4272eae99bc5ea4c
parent1d4796cd008373a1c1657473f7c7e82eaf32ea1b
python/machine: use socketpair() for qtest connection

Like the QMP and console sockets, begin using socketpairs for the qtest
connection, too. After this patch, we'll be able to remove the vestigial
sock_dir argument, but that cleanup is best done in its own patch.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20230928044943.849073-6-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/machine/qtest.py