On Wed, Oct 06, 2021 at 05:18:42 -0500, Or Ozeri wrote: > The post parse callback is part of the real (non-test) processing flow. > This commit adds it (for disks) to the qemublocktest flow as well. > Specifically, this will be needed for tests that use luks encryption, > so that the default encryption engine (which is added in an upcoming commit) > will be overridden by qemu. > > Signed-off-by: Or Ozeri <oro@xxxxxxxxxx> > --- > src/qemu/qemu_domain.c | 2 +- > src/qemu/qemu_domain.h | 3 +++ > tests/qemublocktest.c | 3 +++ > 3 files changed, 7 insertions(+), 1 deletion(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>