[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends
From: |
Markus Armbruster |
Subject: |
Re: [Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends |
Date: |
Mon, 05 Sep 2016 11:03:21 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Eduardo Habkost <address@hidden> 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 <address@hidden>