From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1albvK-00030u-LQ for qemu-devel@nongnu.org; Thu, 31 Mar 2016 08:42:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1albvH-00014R-Fv for qemu-devel@nongnu.org; Thu, 31 Mar 2016 08:42:06 -0400 Received: from mail-lf0-x235.google.com ([2a00:1450:4010:c07::235]:34550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1albvH-00014J-7c for qemu-devel@nongnu.org; Thu, 31 Mar 2016 08:42:03 -0400 Received: by mail-lf0-x235.google.com with SMTP id c62so58634802lfc.1 for ; Thu, 31 Mar 2016 05:42:03 -0700 (PDT) References: <56FC0818.10002@linaro.org> <874mbmhqii.fsf@linaro.org> From: Sergey Fedorov Message-ID: <56FD1B18.1040809@gmail.com> Date: Thu, 31 Mar 2016 15:42:00 +0300 MIME-Version: 1.0 In-Reply-To: <874mbmhqii.fsf@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] tcg: reworking tb_invalidated_flag List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , Sergey Fedorov Cc: Paolo Bonzini , Peter Crosthwaite , QEMU Developers , Richard Henderson On 31/03/16 13:48, Alex Bennée wrote: > I know we are system focused at the moment but does linux-user ever > flush groups of TBs, say when mappings change? Or does this trigger a > whole tb_flush? Yes, e.g. target_mmap() calls tb_invalidate_phys_range(). Kind regards, Sergey