Re: [PATCH v2 3/3] python/qemu/machine: use socketpair() for QMP by default

2022-07-25 Thread Daniel P . Berrangé
On Thu, Jun 30, 2022 at 04:34:19PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > When no monitor address is given, establish the QMP communication through > a socketpair() (API is also supported on Windows since Python 3.5) > > Signed-off-by: Marc-André Lureau > --- >

[PATCH v2 3/3] python/qemu/machine: use socketpair() for QMP by default

2022-06-30 Thread marcandre . lureau
From: Marc-André Lureau When no monitor address is given, establish the QMP communication through a socketpair() (API is also supported on Windows since Python 3.5) Signed-off-by: Marc-André Lureau --- python/qemu/machine/machine.py | 24 1 file changed, 16 insertions(