From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHTmi-0000LK-6h for qemu-devel@nongnu.org; Wed, 22 Nov 2017 07:05:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHTmf-0000wg-3f for qemu-devel@nongnu.org; Wed, 22 Nov 2017 07:05:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42884) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eHTme-0000wX-Ti for qemu-devel@nongnu.org; Wed, 22 Nov 2017 07:05:41 -0500 From: Juan Quintela In-Reply-To: (Peter Maydell's message of "Wed, 22 Nov 2017 12:01:55 +0000") References: <20171122084157.11480-1-quintela@redhat.com> Reply-To: quintela@redhat.com Date: Wed, 22 Nov 2017 13:05:36 +0100 Message-ID: <877euiplgv.fsf@secure.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] tcg: Fix complilation with TCG List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Laurent Vivier , "Dr. David Alan Gilbert" , Peter Xu Peter Maydell wrote: > On 22 November 2017 at 08:41, Juan Quintela wrote: >> This commit started use tb_unlock() and tlb_set_dirty() on non TCG >> code. Add the function as stubs. >> >> commit 27266271977c5a30f2f7d493e042be1897827bdd >> Author: Peter Maydell >> Date: Mon Nov 20 18:08:27 2017 +0000 >> >> exec.c: Factor out before/after actions for notdirty memory writes >> .... >> >> Signed-off-by: Juan Quintela > > Subject seems confusing -- do you mean "without TCG" ? yeap, sorry about that. > > thanks > -- PMM