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>, "Cleber Rosa" <crosa@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: Re: [Qemu-devel] [RFC PATCH v2 0/3] python: refactor qemu/__init__.py
Date: Thu, 27 Jun 2019 17:32:17 -0400 [thread overview]
Message-ID: <002c8b04-250e-0f33-b623-7e3fd14e7b80@redhat.com> (raw)
In-Reply-To: <20190627212816.27298-1-jsnow@redhat.com>
I didn't actually mean to retain the RFC tag, but oh well.
On 6/27/19 5:28 PM, John Snow wrote:
> 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
>
next prev parent reply other threads:[~2019-06-27 21:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-27 21:28 [Qemu-devel] [RFC PATCH v2 0/3] python: refactor qemu/__init__.py John Snow
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 ` John Snow [this message]
2019-07-01 21:27 ` [Qemu-devel] [RFC PATCH v2 0/3] python: refactor qemu/__init__.py 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=002c8b04-250e-0f33-b623-7e3fd14e7b80@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).