On Thu, Nov 18, 2021 at 5:53 PM John Snow <js...@redhat.com> wrote: > > 3.6 doesn't play keepaway with the socket object, so we don't need to go > fishing for it on this version. In fact, so long as 'sendmsg' is still > available, it's probably preferable to just use that method and only go > fishing for forbidden details when we absolutely have to. > > Reported-by: Thomas Huth <th...@redhat.com> > Signed-off-by: John Snow <js...@redhat.com> > --- > python/qemu/aqmp/qmp_client.py | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>