[Qemu-devel] [PULL 00/10] Block layer fixes for 2.11.0-rc3

Kevin Wolf posted 10 patches 6 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171129152628.14906-1-kwolf@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
qapi/block-core.json                   |  6 +++
include/block/blockjob.h               |  8 +++-
include/block/blockjob_int.h           |  7 ++-
block/backup.c                         |  4 +-
block/commit.c                         |  2 +-
block/io.c                             |  8 ++--
block/mirror.c                         |  6 +--
block/nfs.c                            |  7 ++-
block/stream.c                         |  2 +-
blockjob.c                             | 84 +++++++++++++++++++++++++++-------
tests/test-blockjob-txn.c              |  2 +-
docs/interop/live-block-operations.rst | 50 ++++++++++++--------
docs/qemu-block-drivers.texi           | 36 +++++++++++++++
qemu-doc.texi                          |  1 +
qemu-options.hx                        |  4 ++
tests/qemu-iotests/075                 | 18 ++++----
tests/qemu-iotests/078                 | 14 +++---
17 files changed, 187 insertions(+), 72 deletions(-)
[Qemu-devel] [PULL 00/10] Block layer fixes for 2.11.0-rc3
Posted by Kevin Wolf 6 years, 3 months ago
The following changes since commit e7b47c22e2df14d55e3e4426688c929bf8e3f7fb:

  osdep.h: Make TIME_MAX handle different time_t types (2017-11-24 13:23:36 +0000)

are available in the git repository at:

  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to 5591c001a1056910afd903df3fc3c03f30746623:

  Merge remote-tracking branch 'mreitz/tags/pull-block-2017-11-29' into queue-block (2017-11-29 15:37:31 +0100)

----------------------------------------------------------------
Block layer patches for 2.11.0-rc3

----------------------------------------------------------------
Alberto Garcia (1):
      blockjob: Remove the job from the list earlier in block_job_unref()

Fam Zheng (2):
      docs: Add image locking subsection
      qemu-options: Mention locking option of file driver

John Snow (1):
      iotests: fix 075 and 078

Kashyap Chamarthy (1):
      QAPI & interop: Clarify events emitted by 'block-job-cancel'

Kevin Wolf (2):
      block: Expect graph changes in bdrv_parent_drained_begin/end
      Merge remote-tracking branch 'mreitz/tags/pull-block-2017-11-29' into queue-block

Paolo Bonzini (3):
      blockjob: remove clock argument from block_job_sleep_ns
      blockjob: introduce block_job_do_yield
      blockjob: reimplement block_job_sleep_ns to allow cancellation

Peter Lieven (1):
      block/nfs: fix nfs_client_open for filesize greater than 1TB

 qapi/block-core.json                   |  6 +++
 include/block/blockjob.h               |  8 +++-
 include/block/blockjob_int.h           |  7 ++-
 block/backup.c                         |  4 +-
 block/commit.c                         |  2 +-
 block/io.c                             |  8 ++--
 block/mirror.c                         |  6 +--
 block/nfs.c                            |  7 ++-
 block/stream.c                         |  2 +-
 blockjob.c                             | 84 +++++++++++++++++++++++++++-------
 tests/test-blockjob-txn.c              |  2 +-
 docs/interop/live-block-operations.rst | 50 ++++++++++++--------
 docs/qemu-block-drivers.texi           | 36 +++++++++++++++
 qemu-doc.texi                          |  1 +
 qemu-options.hx                        |  4 ++
 tests/qemu-iotests/075                 | 18 ++++----
 tests/qemu-iotests/078                 | 14 +++---
 17 files changed, 187 insertions(+), 72 deletions(-)

Re: [Qemu-devel] [PULL 00/10] Block layer fixes for 2.11.0-rc3
Posted by Peter Maydell 6 years, 3 months ago
On 29 November 2017 at 15:26, Kevin Wolf <kwolf@redhat.com> wrote:
> The following changes since commit e7b47c22e2df14d55e3e4426688c929bf8e3f7fb:
>
>   osdep.h: Make TIME_MAX handle different time_t types (2017-11-24 13:23:36 +0000)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 5591c001a1056910afd903df3fc3c03f30746623:
>
>   Merge remote-tracking branch 'mreitz/tags/pull-block-2017-11-29' into queue-block (2017-11-29 15:37:31 +0100)
>
> ----------------------------------------------------------------
> Block layer patches for 2.11.0-rc3
>

Applied, thanks.

-- PMM