Eduardo Habkost <ehabk...@redhat.com> writes: > While trying to fix the original bug in v1, another bug was fixed > by accident: TCG initialization of dirty_log_mask was broken when > using memory backends. > > The fix, on the other hand, broke vhost-user-test because it > relied on TCG, even though TCG is incompatible with vhost. > > This new version changes vhost-user-test to not rely on TCG, so > we can finally fix the initialization ordering of memory > backends.
Series Reviewed-by: Markus Armbruster <arm...@redhat.com>