qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org
Subject: [PULL 0/5] Block layer patches
Date: Tue, 27 Oct 2020 16:15:10 +0100	[thread overview]
Message-ID: <20201027151515.213565-1-kwolf@redhat.com> (raw)

The following changes since commit d55450df995d6223486db11c66491cbf6c131523:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a' into staging (2020-10-27 10:25:42 +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 1a6d3bd229d429879a85a9105fb84cae049d083c:

  block: End quiescent sections when a BDS is deleted (2020-10-27 15:26:20 +0100)

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

- qcow2: Skip copy-on-write when allocating a zero cluster
- qemu-img: add support for rate limit in qemu-img convert/commit
- Fix deadlock when deleting a block node during drain_all

----------------------------------------------------------------
Alberto Garcia (2):
      qcow2: Report BDRV_BLOCK_ZERO more accurately in bdrv_co_block_status()
      qcow2: Skip copy-on-write when allocating a zero cluster

Greg Kurz (1):
      block: End quiescent sections when a BDS is deleted

Zhengui Li (2):
      qemu-img: add support for rate limit in qemu-img commit
      qemu-img: add support for rate limit in qemu-img convert

 docs/tools/qemu-img.rst | 10 ++++++++--
 include/block/block.h   |  8 ++++++++
 block.c                 |  9 +++++++++
 block/io.c              | 48 ++++++++++++++++++++++++++++++++++++++++++++----
 block/qcow2.c           | 35 +++++++++++++++++++----------------
 qemu-img.c              | 38 +++++++++++++++++++++++++++++++++++---
 tests/test-bdrv-drain.c |  1 +
 qemu-img-cmds.hx        |  8 ++++----
 8 files changed, 128 insertions(+), 29 deletions(-)



             reply	other threads:[~2020-10-27 15:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-27 15:15 Kevin Wolf [this message]
2020-10-27 15:15 ` [PULL 1/5] qemu-img: add support for rate limit in qemu-img commit Kevin Wolf
2020-10-27 15:15 ` [PULL 2/5] qemu-img: add support for rate limit in qemu-img convert Kevin Wolf
2020-10-27 15:15 ` [PULL 3/5] qcow2: Report BDRV_BLOCK_ZERO more accurately in bdrv_co_block_status() Kevin Wolf
2020-10-27 15:15 ` [PULL 4/5] qcow2: Skip copy-on-write when allocating a zero cluster Kevin Wolf
2020-10-27 15:15 ` [PULL 5/5] block: End quiescent sections when a BDS is deleted Kevin Wolf
2020-10-30 15:49 ` [PULL 0/5] Block layer patches Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2025-05-22 18:31 Kevin Wolf
2025-05-23 15:45 ` Stefan Hajnoczi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201027151515.213565-1-kwolf@redhat.com \
    --to=kwolf@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).