[Qemu-devel] [PULL 00/11] Block patches for rc1

Max Reitz posted 11 patches 4 years, 9 months ago
Test docker-clang@ubuntu passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190715142905.9078-1-mreitz@redhat.com
Maintainers: Fam Zheng <fam@euphon.net>, Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>, John Snow <jsnow@redhat.com>
include/block/block_int.h     |   3 +
block.c                       |  42 +++++++---
block/commit.c                |   4 +
block/gluster.c               |  12 ++-
block/mirror.c                |   4 +
block/nvme.c                  |   2 +-
block/stream.c                |   4 +-
tests/qemu-iotests/030        | 150 +++++++++++++++++++++++++++-------
tests/qemu-iotests/030.out    |   4 +-
tests/qemu-iotests/iotests.py |  18 ++--
10 files changed, 193 insertions(+), 50 deletions(-)
[Qemu-devel] [PULL 00/11] Block patches for rc1
Posted by Max Reitz 4 years, 9 months ago
The following changes since commit b9404bf592e7ba74180e1a54ed7a266ec6ee67f2:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20190715' into staging (2019-07-15 12:22:07 +0100)

are available in the Git repository at:

  https://github.com/XanClic/qemu.git tags/pull-block-2019-07-15

for you to fetch changes up to 0b1847bbc2b4f50e7497cb05c4540bf7b016c9c6:

  gluster: fix .bdrv_reopen_prepare when backing file is a JSON object (2019-07-15 15:48:41 +0200)

----------------------------------------------------------------
Block patches for 4.1-rc1:
- Fixes for the NVMe block driver, the gluster block driver, and for
  running multiple block jobs concurrently on a single chain

----------------------------------------------------------------
Max Reitz (9):
  block: Add BDS.never_freeze
  block/stream: Fix error path
  block/stream: Swap backing file change order
  block: Deep-clear inherits_from
  iotests: Fix throttling in 030
  iotests: Compare error messages in 030
  iotests: Add @use_log to VM.run_job()
  iotests: Add new case to 030
  iotests: Add read-only test case to 030

Michal Privoznik (1):
  nvme: Set number of queues later in nvme_init()

Stefano Garzarella (1):
  gluster: fix .bdrv_reopen_prepare when backing file is a JSON object

 include/block/block_int.h     |   3 +
 block.c                       |  42 +++++++---
 block/commit.c                |   4 +
 block/gluster.c               |  12 ++-
 block/mirror.c                |   4 +
 block/nvme.c                  |   2 +-
 block/stream.c                |   4 +-
 tests/qemu-iotests/030        | 150 +++++++++++++++++++++++++++-------
 tests/qemu-iotests/030.out    |   4 +-
 tests/qemu-iotests/iotests.py |  18 ++--
 10 files changed, 193 insertions(+), 50 deletions(-)

-- 
2.21.0


Re: [Qemu-devel] [PULL 00/11] Block patches for rc1
Posted by Peter Maydell 4 years, 9 months ago
On Mon, 15 Jul 2019 at 15:29, Max Reitz <mreitz@redhat.com> wrote:
>
> The following changes since commit b9404bf592e7ba74180e1a54ed7a266ec6ee67f2:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20190715' into staging (2019-07-15 12:22:07 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/XanClic/qemu.git tags/pull-block-2019-07-15
>
> for you to fetch changes up to 0b1847bbc2b4f50e7497cb05c4540bf7b016c9c6:
>
>   gluster: fix .bdrv_reopen_prepare when backing file is a JSON object (2019-07-15 15:48:41 +0200)
>
> ----------------------------------------------------------------
> Block patches for 4.1-rc1:
> - Fixes for the NVMe block driver, the gluster block driver, and for
>   running multiple block jobs concurrently on a single chain
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM