From: Max Reitz <mreitz@redhat.com>
To: qemu-devel@nongnu.org
Cc: Max Reitz <mreitz@redhat.com>, Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] [PULL 0/5] Block patches for 2.7.0-rc1
Date: Tue, 26 Jul 2016 19:18:33 +0200 [thread overview]
Message-ID: <20160726171838.21672-1-mreitz@redhat.com> (raw)
The following changes since commit f49ee630d73729ecaeecf4b38a8df11bc613914d:
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160726' into staging (2016-07-26 11:53:47 +0100)
are available in the git repository at:
git://github.com/XanClic/qemu.git tags/pull-block-2016-07-26
for you to fetch changes up to 4c44b4a4c816a0450b80feb14d692c9c8b80fbd2:
iotest: fix python based IO tests (2016-07-26 18:28:40 +0200)
----------------------------------------------------------------
Block patches for 2.7.0-rc1
----------------------------------------------------------------
Cao jin (1):
AioContext: correct comments
Daniel P. Berrange (3):
crypto: add support for querying parameters for block encryption
block: export LUKS specific data to qemu-img info
iotest: fix python based IO tests
Vladimir Sementsov-Ogievskiy (1):
qcow2: do not allocate extra memory
block/crypto.c | 49 ++++++++++++++++++++++++
block/qcow.c | 2 +-
block/qcow2.c | 2 +-
crypto/block-luks.c | 67 +++++++++++++++++++++++++++++++++
crypto/block.c | 17 +++++++++
crypto/blockpriv.h | 4 ++
include/block/aio.h | 2 +-
include/crypto/block.h | 16 ++++++++
qapi/block-core.json | 6 ++-
qapi/crypto.json | 87 +++++++++++++++++++++++++++++++++++++++++++
scripts/qemu.py | 32 +++++++++++++---
scripts/qtest.py | 19 ++++++----
tests/qemu-iotests/iotests.py | 24 ++----------
13 files changed, 290 insertions(+), 37 deletions(-)
--
2.9.0
next reply other threads:[~2016-07-26 17:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-26 17:18 Max Reitz [this message]
2016-07-26 17:18 ` [Qemu-devel] [PULL 1/5] qcow2: do not allocate extra memory Max Reitz
2016-07-26 17:18 ` [Qemu-devel] [PULL 2/5] AioContext: correct comments Max Reitz
2016-07-26 17:18 ` [Qemu-devel] [PULL 3/5] crypto: add support for querying parameters for block encryption Max Reitz
2016-07-26 17:18 ` [Qemu-devel] [PULL 4/5] block: export LUKS specific data to qemu-img info Max Reitz
2016-07-26 17:18 ` [Qemu-devel] [PULL 5/5] iotest: fix python based IO tests Max Reitz
2016-07-27 15:30 ` [Qemu-devel] [PULL 0/5] Block patches for 2.7.0-rc1 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=20160726171838.21672-1-mreitz@redhat.com \
--to=mreitz@redhat.com \
--cc=peter.maydell@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).