[PATCH 0/3] Add qemu-img checksum command using blkhash

Nir Soffer posted 3 patches 3 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220901143223.201295-1-nsoffer@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
There is a newer version of this series
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
[PATCH 0/3] Add qemu-img checksum command using blkhash
Posted by Nir Soffer 3 years, 5 months ago
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
Re: [PATCH 0/3] Add qemu-img checksum command using blkhash
Posted by Nir Soffer 3 years, 4 months ago
ping

Kevin, Hanna, I hope you have time to take a look.

https://lists.nongnu.org/archive/html/qemu-block/2022-09/msg00021.html


On Thu, Sep 1, 2022 at 5:32 PM Nir Soffer <nsoffer@redhat.com> wrote:
>
> 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
>
Re: [PATCH 0/3] Add qemu-img checksum command using blkhash
Posted by Nir Soffer 3 years, 3 months ago
On Sun, Sep 18, 2022 at 12:35 PM Nir Soffer <nsoffer@redhat.com> wrote:

> ping
>
> Kevin, Hanna, I hope you have time to take a look.
>
> https://lists.nongnu.org/archive/html/qemu-block/2022-09/msg00021.html


Ping again, hopefully someone has time to look at this :-)


>
>
>
> On Thu, Sep 1, 2022 at 5:32 PM Nir Soffer <nsoffer@redhat.com> wrote:
> >
> > 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
> >
>