[Qemu-devel] [PULL 0/2] NBD patches through 2018-02-09

Eric Blake posted 2 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180209190824.32221-1-eblake@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
include/block/block.h         | 11 -----------
block.c                       |  8 +-------
block/crypto.c                |  1 -
block/file-posix.c            |  3 +--
block/iscsi.c                 |  6 ++++--
block/nbd.c                   | 11 -----------
block/qcow2.c                 |  3 +--
block/qed.c                   |  1 -
tests/qemu-iotests/205        |  4 ++--
tests/qemu-iotests/iotests.py | 31 +++++++++++++++++++++++++++++++
10 files changed, 40 insertions(+), 39 deletions(-)
[Qemu-devel] [PULL 0/2] NBD patches through 2018-02-09
Posted by Eric Blake 6 years, 2 months ago
The following changes since commit c7b02d7d032d6022060e4b393827c963c93ce63f:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-speedup-090218-1' into staging (2018-02-09 16:12:34 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-02-09

for you to fetch changes up to e24d813b29d3a478a9309078487efc8ce8599f22:

  block: Simplify bdrv_can_write_zeroes_with_unmap() (2018-02-09 12:32:44 -0600)

----------------------------------------------------------------
nbd patches for 2018-02-09

- Vladimir Sementsov-Ogievskiy: iotests: 205: support luks format
- Eric Blake: block: Simplify bdrv_can_write_zeroes_with_unmap()

----------------------------------------------------------------
Eric Blake (1):
      block: Simplify bdrv_can_write_zeroes_with_unmap()

Vladimir Sementsov-Ogievskiy (1):
      iotests: 205: support luks format

 include/block/block.h         | 11 -----------
 block.c                       |  8 +-------
 block/crypto.c                |  1 -
 block/file-posix.c            |  3 +--
 block/iscsi.c                 |  6 ++++--
 block/nbd.c                   | 11 -----------
 block/qcow2.c                 |  3 +--
 block/qed.c                   |  1 -
 tests/qemu-iotests/205        |  4 ++--
 tests/qemu-iotests/iotests.py | 31 +++++++++++++++++++++++++++++++
 10 files changed, 40 insertions(+), 39 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/2] NBD patches through 2018-02-09
Posted by Peter Maydell 6 years, 2 months ago
On 9 February 2018 at 19:08, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit c7b02d7d032d6022060e4b393827c963c93ce63f:
>
>   Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-speedup-090218-1' into staging (2018-02-09 16:12:34 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-02-09
>
> for you to fetch changes up to e24d813b29d3a478a9309078487efc8ce8599f22:
>
>   block: Simplify bdrv_can_write_zeroes_with_unmap() (2018-02-09 12:32:44 -0600)
>
> ----------------------------------------------------------------
> nbd patches for 2018-02-09
>
> - Vladimir Sementsov-Ogievskiy: iotests: 205: support luks format
> - Eric Blake: block: Simplify bdrv_can_write_zeroes_with_unmap()
>

Applied, thanks.

-- PMM