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/7] Block layer patches
Date: Fri, 25 Oct 2019 15:46:04 +0200 [thread overview]
Message-ID: <20191025134611.25920-1-kwolf@redhat.com> (raw)
The following changes since commit 7bc8f9734213b76e76631a483be13d6737c2adbc:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191025' into staging (2019-10-25 13:12:16 +0100)
are available in the Git repository at:
git://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to 5e9785505210e2477e590e61b1ab100d0ec22b01:
qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation() (2019-10-25 15:18:55 +0200)
----------------------------------------------------------------
Block layer patches:
- qcow2: Fix data corruption bug that is triggered in partial cluster
allocation with default options
- qapi: add support for blkreplay driver
- doc: Describe missing generic -blockdev options
- iotests: Fix 118 when run as root
- Minor code cleanups
----------------------------------------------------------------
Kevin Wolf (5):
iotests: Skip read-only cases in 118 when run as root
blockdev: Use error_report() in hmp_commit()
doc: Describe missing generic -blockdev options
coroutine: Add qemu_co_mutex_assert_locked()
qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()
Pavel Dovgaluk (1):
qapi: add support for blkreplay driver
Vladimir Sementsov-Ogievskiy (1):
block/backup: drop dead code from backup_job_create
qapi/block-core.json | 18 ++++++++++++++++--
include/qemu/coroutine.h | 15 +++++++++++++++
block/backup.c | 5 +----
block/qcow2-refcount.c | 2 ++
block/qcow2.c | 3 ++-
blockdev.c | 7 +++----
qemu-options.hx | 22 +++++++++++++++++++++-
tests/qemu-iotests/118 | 3 +++
tests/qemu-iotests/iotests.py | 10 ++++++++++
9 files changed, 73 insertions(+), 12 deletions(-)
next reply other threads:[~2019-10-25 13:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-25 13:46 Kevin Wolf [this message]
2019-10-25 13:46 ` [PULL 1/7] qapi: add support for blkreplay driver Kevin Wolf
2019-10-25 13:46 ` [PULL 2/7] iotests: Skip read-only cases in 118 when run as root Kevin Wolf
2019-10-25 13:46 ` [PULL 3/7] blockdev: Use error_report() in hmp_commit() Kevin Wolf
2019-10-25 13:46 ` [PULL 4/7] block/backup: drop dead code from backup_job_create Kevin Wolf
2019-10-25 13:46 ` [PULL 5/7] doc: Describe missing generic -blockdev options Kevin Wolf
2019-10-25 13:46 ` [PULL 6/7] coroutine: Add qemu_co_mutex_assert_locked() Kevin Wolf
2019-10-25 13:46 ` [PULL 7/7] qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation() Kevin Wolf
2019-10-25 14:57 ` [PULL 0/7] Block layer patches Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2020-04-07 14:26 Kevin Wolf
2020-04-07 19:54 ` Peter Maydell
2020-07-03 9:21 Kevin Wolf
2020-07-03 10:14 ` no-reply
2020-07-04 9:23 ` Peter Maydell
2022-08-02 13:37 Kevin Wolf
2022-08-02 15:34 ` Richard Henderson
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=20191025134611.25920-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.