[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 06/10] python/aqmp: refactor _do_accept() into two distinct s
|
From: |
Daniel P . Berrangé |
|
Subject: |
Re: [PATCH 06/10] python/aqmp: refactor _do_accept() into two distinct steps |
|
Date: |
Fri, 4 Mar 2022 17:57:21 +0000 |
|
User-agent: |
Mutt/2.1.5 (2021-12-30) |
On Fri, Feb 25, 2022 at 03:59:44PM -0500, John Snow wrote:
> Refactor _do_accept() into _do_start_server() and _do_accept(). As of
> this commit, the former calls the latter, but in subsequent commits
> they'll be split apart.
>
> (So please forgive the misnomer for _do_start_server(); it will live up
> to its name shortly, and the docstring will be updated then too. I'm
> just cutting down on some churn.)
>
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
> python/qemu/aqmp/protocol.py | 29 ++++++++++++++++++++++++-----
> python/tests/protocol.py | 4 ++--
> 2 files changed, 26 insertions(+), 7 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
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 :|
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 06/10] python/aqmp: refactor _do_accept() into two distinct steps,
Daniel P . Berrangé <=