qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 9e654e: Merge remote-tracking branch 'remotes


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 9e654e: Merge remote-tracking branch 'remotes/vsementsov/t...
Date: Mon, 28 Jun 2021 10:59:00 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 9e654e10197f5a014eccd71de5ea633c1b0f4303
      
https://github.com/qemu/qemu/commit/9e654e10197f5a014eccd71de5ea633c1b0f4303
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-06-28 (Mon, 28 Jun 2021)

  Changed paths:
    M block/block-copy.c
    M block/meson.build
    A block/progress_meter.c
    M blockjob.c
    M include/block/block-copy.h
    M include/qemu/co-shared-resource.h
    M include/qemu/progress_meter.h
    M include/qemu/ratelimit.h
    M job-qmp.c
    M job.c
    M qemu-img.c
    M util/qemu-co-shared-resource.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-06-25' 
into staging

block: Make block-copy API thread-safe

# gpg: Signature made Fri 25 Jun 2021 13:40:24 BST
# gpg:                using RSA key 8B9C26CDB2FD147C880E86A1561F24C1F19F79FB
# gpg: Good signature from "Vladimir Sementsov-Ogievskiy 
<vsementsov@virtuozzo.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 8B9C 26CD B2FD 147C 880E  86A1 561F 24C1 F19F 79FB

* remotes/vsementsov/tags/pull-jobs-2021-06-25:
  block-copy: atomic .cancelled and .finished fields in BlockCopyCallState
  block-copy: add CoMutex lock
  block-copy: move progress_set_remaining in block_copy_task_end
  block-copy: streamline choice of copy_range vs. read/write
  block-copy: small refactor in block_copy_task_entry and block_copy_common
  co-shared-resource: protect with a mutex
  progressmeter: protect with a mutex
  blockjob: let ratelimit handle a speed of 0
  block-copy: let ratelimit handle a speed of 0
  ratelimit: treat zero speed as unlimited

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]