Re: [PATCH v3 1/5] qemu: add disk post parse to qemublocktest

2021-10-07 Thread Peter Krempa
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 encryp

[PATCH v3 1/5] qemu: add disk post parse to qemublocktest

2021-10-06 Thread Or Ozeri
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 overr