From: Robert Foley <robert.foley@linaro.org>
To: qemu-devel@nongnu.org
Cc: alex.bennee@linaro.org, jsnow@redhat.com,
robert.foley@linaro.org, peter.puhov@linaro.org
Subject: [PATCH 0/2] python/qemu: follow-up changes for ConsoleSocket
Date: Wed, 15 Jul 2020 16:48:12 -0400 [thread overview]
Message-ID: <20200715204814.2630-1-robert.foley@linaro.org> (raw)
This patch series introduces a few follow-up changes after the introduction of
ConsoleSocket.
The first patch introduces cleanup changes for pylint and flake8.
The second patch allows machine.py to use a single type for the console_socket,
a ConsoleSocket.
Since machine.py will use ConsoleSocket for both the draining and non-draining
cases, we changed ConsoleSocket to handle the case where it does not drain the
socket at all and essentially behaves like a socket.
Robert Foley (2):
python/qemu: Cleanup changes to ConsoleSocket
python/qemu: Change ConsoleSocket to optionally drain socket.
python/qemu/console_socket.py | 133 +++++++++++++++++++---------------
python/qemu/machine.py | 14 ++--
python/qemu/pylintrc | 2 +-
3 files changed, 82 insertions(+), 67 deletions(-)
--
2.17.1
next reply other threads:[~2020-07-15 20:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-15 20:48 Robert Foley [this message]
2020-07-15 20:48 ` [PATCH 1/2] python/qemu: Cleanup changes to ConsoleSocket Robert Foley
2020-07-16 11:07 ` Alex Bennée
2020-07-16 12:50 ` Robert Foley
2020-07-16 13:13 ` Alex Bennée
2020-07-16 13:42 ` Philippe Mathieu-Daudé
2020-07-15 20:48 ` [PATCH 2/2] python/qemu: Change ConsoleSocket to optionally drain socket Robert Foley
2020-07-16 13:42 ` Alex Bennée
2020-07-16 17:05 ` Robert Foley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200715204814.2630-1-robert.foley@linaro.org \
--to=robert.foley@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=jsnow@redhat.com \
--cc=peter.puhov@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).