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 00/10] Block layer fixes for 8.0-rc4
Date: Tue, 11 Apr 2023 17:01:37 +0200	[thread overview]
Message-ID: <20230411150147.318637-1-kwolf@redhat.com> (raw)

At the first sight, this one probably looks huge for -rc4. But it's
mainly because Paolo split his fix into many very small patches. As you
can see in the diffstat below, it's not all that bad (and half of the
insertions there are for a new test case for the VHDX corruption bug).

The following changes since commit dda860b9c031d6a2768f75e5e622545d41d4b688:

  Merge tag 'pull-tcg-20230410' of https://gitlab.com/rth7680/qemu into staging (2023-04-10 19:46:09 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 81f730d4d0e8af9c0211c3fedf406df0046341a9:

  block, block-backend: write some hot coroutine wrappers by hand (2023-04-11 16:46:49 +0200)

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

- Fix VHDX image corruption bug
- Fix for performance regression: Remove bdrv_co_get_geometry coroutines
  from I/O hot path

----------------------------------------------------------------
Kevin Wolf (1):
      iotests: Regression test for vhdx log corruption

Lukas Tschoke (1):
      block/vhdx: fix dynamic VHDX BAT corruption

Paolo Bonzini (8):
      block: move has_variable_length to BlockLimits
      block: remove has_variable_length from filters
      block: refresh bs->total_sectors on reopen
      block: remove has_variable_length from BlockDriver
      migration/block: replace uses of blk_nb_sectors that do not check result
      block-backend: inline bdrv_co_get_geometry
      block-backend: ignore inserted state in blk_co_nb_sectors
      block, block-backend: write some hot coroutine wrappers by hand

 include/block/block-io.h                         |  5 +-
 include/block/block_int-common.h                 | 10 +++-
 include/sysemu/block-backend-io.h                |  5 +-
 block.c                                          | 35 ++++++++-----
 block/block-backend.c                            | 42 ++++++++++++----
 block/copy-on-read.c                             |  1 -
 block/file-posix.c                               | 12 +++--
 block/file-win32.c                               |  2 +-
 block/filter-compress.c                          |  1 -
 block/io.c                                       |  4 ++
 block/preallocate.c                              |  1 -
 block/raw-format.c                               |  3 +-
 block/replication.c                              |  1 -
 block/vhdx-log.c                                 |  2 +-
 migration/block.c                                |  5 +-
 tests/qemu-iotests/tests/regression-vhdx-log     | 62 ++++++++++++++++++++++++
 tests/qemu-iotests/tests/regression-vhdx-log.out | 14 ++++++
 17 files changed, 162 insertions(+), 43 deletions(-)
 create mode 100755 tests/qemu-iotests/tests/regression-vhdx-log
 create mode 100644 tests/qemu-iotests/tests/regression-vhdx-log.out



             reply	other threads:[~2023-04-11 15:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-11 15:01 Kevin Wolf [this message]
2023-04-11 15:01 ` [PULL 01/10] block/vhdx: fix dynamic VHDX BAT corruption Kevin Wolf
2023-04-11 15:01 ` [PULL 02/10] iotests: Regression test for vhdx log corruption Kevin Wolf
2023-04-11 15:01 ` [PULL 03/10] block: move has_variable_length to BlockLimits Kevin Wolf
2023-04-11 15:01 ` [PULL 04/10] block: remove has_variable_length from filters Kevin Wolf
2023-04-11 15:01 ` [PULL 05/10] block: refresh bs->total_sectors on reopen Kevin Wolf
2023-04-11 15:01 ` [PULL 06/10] block: remove has_variable_length from BlockDriver Kevin Wolf
2023-04-11 15:01 ` [PULL 07/10] migration/block: replace uses of blk_nb_sectors that do not check result Kevin Wolf
2023-04-11 15:01 ` [PULL 08/10] block-backend: inline bdrv_co_get_geometry Kevin Wolf
2023-04-11 15:01 ` [PULL 09/10] block-backend: ignore inserted state in blk_co_nb_sectors Kevin Wolf
2023-04-11 15:01 ` [PULL 10/10] block, block-backend: write some hot coroutine wrappers by hand Kevin Wolf
2023-04-12 11:40 ` [PULL 00/10] Block layer fixes for 8.0-rc4 Peter Maydell

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=20230411150147.318637-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).