From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org
Subject: [PULL v3 0/4] Block layer patches
Date: Fri, 4 Oct 2019 11:59:55 +0200 [thread overview]
Message-ID: <20191004095959.22891-1-kwolf@redhat.com> (raw)
The following changes since commit 4f59102571fce49af180cfc6d4cdd2b5df7bdb14:
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-01-2019' into staging (2019-10-01 16:21:42 +0100)
are available in the Git repository at:
git://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to 7e693a0500455edab21754573c32b7146138cffd:
iotests: Remove Python 2 compatibility code (2019-10-04 11:59:16 +0200)
----------------------------------------------------------------
Block layer patches:
- Fix internal snapshots with typical -blockdev setups
- iotests: Require Python 3.6 or later
----------------------------------------------------------------
Kevin Wolf (4):
block/snapshot: Restrict set of snapshot nodes
iotests: Test internal snapshots with -blockdev
iotests: Require Python 3.6 or later
iotests: Remove Python 2 compatibility code
block/snapshot.c | 26 ++++--
tests/qemu-iotests/044 | 3 -
tests/qemu-iotests/163 | 3 -
tests/qemu-iotests/267 | 168 ++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/267.out | 182 +++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/check | 13 ++-
tests/qemu-iotests/common.filter | 11 ++-
tests/qemu-iotests/group | 1 +
tests/qemu-iotests/iotests.py | 13 +--
9 files changed, 392 insertions(+), 28 deletions(-)
create mode 100755 tests/qemu-iotests/267
create mode 100644 tests/qemu-iotests/267.out
next reply other threads:[~2019-10-04 11:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-04 9:59 Kevin Wolf [this message]
2019-10-04 9:59 ` [PULL v3 1/4] block/snapshot: Restrict set of snapshot nodes Kevin Wolf
2019-10-04 9:59 ` [PULL v3 2/4] iotests: Test internal snapshots with -blockdev Kevin Wolf
2019-10-04 9:59 ` [PULL v3 3/4] iotests: Require Python 3.6 or later Kevin Wolf
2019-10-04 9:59 ` [PULL v3 4/4] iotests: Remove Python 2 compatibility code Kevin Wolf
2019-10-07 15:33 ` [PULL v3 0/4] Block layer patches Peter Maydell
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=20191004095959.22891-1-kwolf@redhat.com \
--to=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--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).