From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9LwC-0003ze-4L for qemu-devel@nongnu.org; Sun, 07 Oct 2018 23:10:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9LiZ-0001f1-4E for qemu-devel@nongnu.org; Sun, 07 Oct 2018 22:56:28 -0400 Received: from mail-pl1-x62a.google.com ([2607:f8b0:4864:20::62a]:46979) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9LiS-0001cc-Fu for qemu-devel@nongnu.org; Sun, 07 Oct 2018 22:56:19 -0400 Received: by mail-pl1-x62a.google.com with SMTP id v5-v6so9342160plz.13 for ; Sun, 07 Oct 2018 19:56:14 -0700 (PDT) References: <20181006214508.5331-1-cota@braap.org> <20181006214508.5331-5-cota@braap.org> From: Richard Henderson Message-ID: Date: Sun, 7 Oct 2018 19:56:10 -0700 MIME-Version: 1.0 In-Reply-To: <20181006214508.5331-5-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 4/6] tcg: define TCG_TARGET_TLB_MAX_INDEX_BITS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Pranith Kumar , =?UTF-8?Q?Alex_Benn=c3=a9e?= On 10/6/18 2:45 PM, Emilio G. Cota wrote: > From: Pranith Kumar > > This paves the way for implementing a dynamically-sized softmmu. > > Signed-off-by: Pranith Kumar > Signed-off-by: Emilio G. Cota > --- There's no point in this, since the original constraint was due to encoding immediates in the and instruction. Now we're using tlb_mask. r~