From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh63n-0007iM-0h for qemu-devel@nongnu.org; Mon, 05 Sep 2016 22:24:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bh63j-00020y-SA for qemu-devel@nongnu.org; Mon, 05 Sep 2016 22:24:26 -0400 Date: Tue, 6 Sep 2016 05:24:21 +0300 From: "Michael S. Tsirkin" Message-ID: <20160906052359-mutt-send-email-mst@kernel.org> References: <1472842784-15399-1-git-send-email-ehabkost@redhat.com> <20160905190130.GO1151@thinpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160905190130.GO1151@thinpad.lan.raisama.net> Subject: Re: [Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Paolo Bonzini , mprivozn@redhat.com, qemu-stable@nongnu.org, qemu-devel@nongnu.org, Bandan Das , Markus Armbruster On Mon, Sep 05, 2016 at 04:01:30PM -0300, Eduardo Habkost wrote: > On Mon, Sep 05, 2016 at 02:26:30PM +0200, Paolo Bonzini wrote: > > On 02/09/2016 20:59, Eduardo Habkost wrote: > > > 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. > > > > > > Eduardo Habkost (2): > > > vhost-user-test: Use libqos instead of pxe-virtio.rom > > > vl: Delay initialization of memory backends > > > > > > tests/Makefile.include | 2 +- > > > tests/vhost-user-test.c | 37 ++++++++++++++++++++++++++++++++++--- > > > vl.c | 13 +++++++++++++ > > > 3 files changed, 48 insertions(+), 4 deletions(-) > > > > > > > Acked-by: Paolo Bonzini > > > > for whoever wants to pick this up... > > I will commit it. Thanks! Feel free to commit if you didn't already. Belatedly: Acked-by: Michael S. Tsirkin > -- > Eduardo