mbox

[PULL,0/5] Block patches for 2.7.0-rc1

Message ID 20160726171838.21672-1-mreitz@redhat.com
State New
Headers show

Pull-request

git://github.com/XanClic/qemu.git tags/pull-block-2016-07-26

Message

Max Reitz July 26, 2016, 5:18 p.m. UTC
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(-)

Comments

Peter Maydell July 27, 2016, 3:30 p.m. UTC | #1
On 26 July 2016 at 18:18, Max Reitz <mreitz@redhat.com> wrote:
> 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(-)

Applied, thanks.

-- PMM