All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add qemu-img checksum command using blkhash
@ 2022-09-01 14:32 Nir Soffer
  2022-09-01 14:32 ` [PATCH 1/3] qemu-img: Add checksum command Nir Soffer
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Nir Soffer @ 2022-09-01 14:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, Kevin Wolf, Hanna Reitz, Nir Soffer

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



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-11-28 10:47 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01 14:32 [PATCH 0/3] Add qemu-img checksum command using blkhash Nir Soffer
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

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.