From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Fam Zheng" <fam@euphon.net>, "Kevin Wolf" <kwolf@redhat.com>,
"Eduardo Habkost" <ehabkost@redhat.com>,
qemu-block@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>,
"Max Reitz" <mreitz@redhat.com>, "John Snow" <jsnow@redhat.com>,
"Cleber Rosa" <crosa@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: [Qemu-devel] [RFC PATCH v2 0/3] python: refactor qemu/__init__.py
Date: Thu, 27 Jun 2019 17:28:13 -0400 [thread overview]
Message-ID: <20190627212816.27298-1-jsnow@redhat.com> (raw)
There's a lot of code hiding in what is ostensibly a package
configuration file. Let's break that out into something more visible.
V2:
- Retain python 2.7+ compatibility :(
- Refactor shutdown a little more aggressively
John Snow (3):
python/qemu: split QEMUMachine out from underneath __init__.py
machine.py: minor delinting
QEMUMachine: Don't suppress stack traces on close
python/qemu/__init__.py | 502 +-------------------
python/qemu/machine.py | 536 ++++++++++++++++++++++
python/qemu/qtest.py | 2 +-
scripts/device-crash-test | 2 +-
scripts/render_block_graph.py | 2 +-
tests/acceptance/avocado_qemu/__init__.py | 2 +-
tests/acceptance/virtio_version.py | 2 +-
tests/migration/guestperf/engine.py | 22 +-
tests/qemu-iotests/235 | 2 +-
tests/vm/basevm.py | 3 +-
10 files changed, 556 insertions(+), 519 deletions(-)
create mode 100644 python/qemu/machine.py
--
2.21.0
next reply other threads:[~2019-06-27 21:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-27 21:28 John Snow [this message]
2019-06-27 21:28 ` [Qemu-devel] [RFC PATCH v2 1/3] python/qemu: split QEMUMachine out from underneath __init__.py John Snow
2019-06-28 16:05 ` Wainer dos Santos Moschetta
2019-07-01 23:20 ` John Snow
2019-06-27 21:28 ` [Qemu-devel] [RFC PATCH v2 2/3] machine.py: minor delinting John Snow
2019-06-27 21:28 ` [Qemu-devel] [RFC PATCH v2 3/3] QEMUMachine: Don't suppress stack traces on close John Snow
2019-06-27 21:32 ` [Qemu-devel] [RFC PATCH v2 0/3] python: refactor qemu/__init__.py John Snow
2019-07-01 21:27 ` Eduardo Habkost
2019-07-01 23:17 ` John Snow
2019-07-01 23:36 ` Eduardo Habkost
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=20190627212816.27298-1-jsnow@redhat.com \
--to=jsnow@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=crosa@redhat.com \
--cc=ehabkost@redhat.com \
--cc=fam@euphon.net \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-block@nongnu.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).