[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 5/6] python/machine: use socketpair() for qtest connection
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 5/6] python/machine: use socketpair() for qtest connection |
Date: |
Tue, 25 Jul 2023 19:24:35 +0100 |
User-agent: |
Mutt/2.2.9 (2022-11-12) |
On Tue, Jul 25, 2023 at 02:03:36PM -0400, John Snow wrote:
> 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>
> ---
> python/qemu/machine/qtest.py | 49 +++++++++++++++++++++++++++++-------
> 1 file changed, 40 insertions(+), 9 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- Re: [PATCH v2 6/6] python/machine: remove unused sock_dir argument, (continued)
[PATCH v2 2/6] python/machine: close sock_pair in cleanup path, John Snow, 2023/07/25
[PATCH v2 3/6] python/console_socket: accept existing FD in initializer, John Snow, 2023/07/25
[PATCH v2 5/6] python/machine: use socketpair() for qtest connection, John Snow, 2023/07/25
- Re: [PATCH v2 5/6] python/machine: use socketpair() for qtest connection,
Daniel P . Berrangé <=
[PATCH v2 4/6] python/machine: use socketpair() for console connections, John Snow, 2023/07/25
Re: [PATCH v2 0/6] python/machine: use socketpair() for console socket, Peter Maydell, 2023/07/27