On 10/6/21 11:38, Paolo Bonzini wrote: > qemu-iotests run qemu-storage-daemon, make sure it is up to date. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > tests/Makefile.include | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/Makefile.include b/tests/Makefile.include > index 7426522bbe..b42fd06462 100644 > --- a/tests/Makefile.include > +++ b/tests/Makefile.include > @@ -152,6 +152,7 @@ QEMU_IOTESTS_HELPERS-$(CONFIG_LINUX) = > tests/qemu-iotests/socket_scm_helper$(EXE > check: check-block > export PYTHON > check-block: $(SRC_PATH)/tests/check-block.sh qemu-img$(EXESUF) \ > + storage-daemon/qemu-storage-daemon$(EXESUF) \
Finally, thanks. https://www.mail-archive.com/qemu-devel@nongnu.org/msg747467.html Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>