[Qemu-devel] [PULL 0/9] Block layer patches for 2.12.0-rc2

Kevin Wolf posted 9 patches 6 years ago
Failed in applying to current master (apply log)
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
block/file-posix.c               | 19 +++++++--
block/gluster.c                  | 21 ++++++++--
tests/qemu-iotests/051.pc.out    | 20 ----------
tests/qemu-iotests/106           | 24 ++++++++++++
tests/qemu-iotests/106.out       | 10 +++++
tests/qemu-iotests/122           | 47 ++++++++++++++++++++++
tests/qemu-iotests/122.out       | 33 ++++++++++++++++
tests/qemu-iotests/186           |  6 +--
tests/qemu-iotests/186.out       | 84 ++++++++++++++--------------------------
tests/qemu-iotests/208           |  2 +-
tests/qemu-iotests/check         |  4 +-
tests/qemu-iotests/common.config |  1 +
tests/qemu-iotests/common.filter |  5 +++
13 files changed, 184 insertions(+), 92 deletions(-)
[Qemu-devel] [PULL 0/9] Block layer patches for 2.12.0-rc2
Posted by Kevin Wolf 6 years ago
The following changes since commit f184de7553272223d6af731d7d623a7cebf710b5:

  Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.12-critical-fixes' into staging (2018-03-31 09:42:33 +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 9c1386d3ff76c5983529884e3d8420df958c5a29:

  Merge remote-tracking branch 'mreitz/tags/pull-block-2018-04-03' into queue-block (2018-04-03 17:48:45 +0200)

----------------------------------------------------------------
Block layer patches

----------------------------------------------------------------
Alberto Garcia (3):
      iotests: Update 051 and 186 after commit 1454509726719e0933c
      iotests: Update 186 after commit ac64273c66ab136c44043259162
      iotests: Test abnormally large size in compressed cluster descriptor

Jeff Cody (1):
      block: handle invalid lseek returns gracefully

Kevin Wolf (2):
      gluster: Fix blockdev-add with server.N.type=unix
      Merge remote-tracking branch 'mreitz/tags/pull-block-2018-04-03' into queue-block

Lukáš Doktor (1):
      qemu-iotests: Use ppc64 qemu_arch on ppc64le host

Max Reitz (2):
      block/file-posix: Fix fully preallocated truncate
      iotests: Test preallocated truncate of 2G image

Vladimir Sementsov-Ogievskiy (1):
      iotests: fix 208 for luks format

 block/file-posix.c               | 19 +++++++--
 block/gluster.c                  | 21 ++++++++--
 tests/qemu-iotests/051.pc.out    | 20 ----------
 tests/qemu-iotests/106           | 24 ++++++++++++
 tests/qemu-iotests/106.out       | 10 +++++
 tests/qemu-iotests/122           | 47 ++++++++++++++++++++++
 tests/qemu-iotests/122.out       | 33 ++++++++++++++++
 tests/qemu-iotests/186           |  6 +--
 tests/qemu-iotests/186.out       | 84 ++++++++++++++--------------------------
 tests/qemu-iotests/208           |  2 +-
 tests/qemu-iotests/check         |  4 +-
 tests/qemu-iotests/common.config |  1 +
 tests/qemu-iotests/common.filter |  5 +++
 13 files changed, 184 insertions(+), 92 deletions(-)

Re: [Qemu-devel] [PULL 0/9] Block layer patches for 2.12.0-rc2
Posted by Peter Maydell 6 years ago
On 3 April 2018 at 17:33, Kevin Wolf <kwolf@redhat.com> wrote:
> The following changes since commit f184de7553272223d6af731d7d623a7cebf710b5:
>
>   Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.12-critical-fixes' into staging (2018-03-31 09:42:33 +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 9c1386d3ff76c5983529884e3d8420df958c5a29:
>
>   Merge remote-tracking branch 'mreitz/tags/pull-block-2018-04-03' into queue-block (2018-04-03 17:48:45 +0200)
>
> ----------------------------------------------------------------
> Block layer patches
>
> ----------------------------------------------------------------
> Alberto Garcia (3):
>       iotests: Update 051 and 186 after commit 1454509726719e0933c
>       iotests: Update 186 after commit ac64273c66ab136c44043259162
>       iotests: Test abnormally large size in compressed cluster descriptor
>
> Jeff Cody (1):
>       block: handle invalid lseek returns gracefully
>
> Kevin Wolf (2):
>       gluster: Fix blockdev-add with server.N.type=unix
>       Merge remote-tracking branch 'mreitz/tags/pull-block-2018-04-03' into queue-block
>
> Lukáš Doktor (1):
>       qemu-iotests: Use ppc64 qemu_arch on ppc64le host
>
> Max Reitz (2):
>       block/file-posix: Fix fully preallocated truncate
>       iotests: Test preallocated truncate of 2G image
>
> Vladimir Sementsov-Ogievskiy (1):
>       iotests: fix 208 for luks format

Applied, thanks.

-- PMM