qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Nir Soffer <nsoffer@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org, Kevin Wolf <kwolf@redhat.com>,
	Hanna Reitz <hreitz@redhat.com>, Nir Soffer <nsoffer@redhat.com>
Subject: [PATCH 0/3] Add qemu-img checksum command using blkhash
Date: Thu,  1 Sep 2022 17:32:20 +0300	[thread overview]
Message-ID: <20220901143223.201295-1-nsoffer@redhat.com> (raw)

Since blkhash is available only via copr now, the new command is added as
optional feature, built only if blkhash-devel package is installed.

Nir Soffer (3):
  qemu-img: Add checksum command
  iotests: Test qemu-img checksum
  qemu-img: Speed up checksum

 docs/tools/qemu-img.rst                       |  22 +
 meson.build                                   |  10 +-
 meson_options.txt                             |   2 +
 qemu-img-cmds.hx                              |   8 +
 qemu-img.c                                    | 388 ++++++++++++++++++
 tests/qemu-iotests/tests/qemu-img-checksum    | 149 +++++++
 .../qemu-iotests/tests/qemu-img-checksum.out  |  74 ++++
 7 files changed, 652 insertions(+), 1 deletion(-)
 create mode 100755 tests/qemu-iotests/tests/qemu-img-checksum
 create mode 100644 tests/qemu-iotests/tests/qemu-img-checksum.out

-- 
2.37.2



             reply	other threads:[~2022-09-01 14:55 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01 14:32 Nir Soffer [this message]
2022-09-01 14:32 ` [PATCH 1/3] qemu-img: Add checksum command Nir Soffer
2022-10-26 13:00   ` Hanna Reitz
2022-10-30 17:37     ` Nir Soffer
2022-11-07 10:20       ` Hanna Reitz
2022-11-28 10:37         ` Nir Soffer
2022-09-01 14:32 ` [PATCH 2/3] iotests: Test qemu-img checksum Nir Soffer
2022-10-26 13:30   ` Hanna Reitz
2022-10-30 17:38     ` Nir Soffer
2022-11-07 11:41       ` Hanna Reitz
2022-11-28 10:46         ` Nir Soffer
2022-09-01 14:32 ` [PATCH 3/3] qemu-img: Speed up checksum Nir Soffer
2022-10-26 13:54   ` Hanna Reitz
2022-10-30 17:38     ` Nir Soffer
2022-10-30 19:15       ` Nir Soffer
2022-11-07 10:38       ` Hanna Reitz
2022-09-18  9:35 ` [PATCH 0/3] Add qemu-img checksum command using blkhash Nir Soffer
2022-10-18 17:49   ` Nir Soffer

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=20220901143223.201295-1-nsoffer@redhat.com \
    --to=nsoffer@redhat.com \
    --cc=hreitz@redhat.com \
    --cc=kwolf@redhat.com \
    --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).