From patchwork Wed Jan 23 22:57:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 1030230 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="B9OSu6f+"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43lLZ33p4jz9sCX for ; Thu, 24 Jan 2019 10:08:42 +1100 (AEDT) Received: from localhost ([127.0.0.1]:43322 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmRdO-0005pP-Kp for incoming@patchwork.ozlabs.org; Wed, 23 Jan 2019 18:08:38 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmRSl-00064Q-8R for qemu-devel@nongnu.org; Wed, 23 Jan 2019 17:57:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmRSk-0004Jg-BK for qemu-devel@nongnu.org; Wed, 23 Jan 2019 17:57:39 -0500 Received: from mail-pl1-x643.google.com ([2607:f8b0:4864:20::643]:39886) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gmRSj-0004Dx-T9 for qemu-devel@nongnu.org; Wed, 23 Jan 2019 17:57:38 -0500 Received: by mail-pl1-x643.google.com with SMTP id 101so1905450pld.6 for ; Wed, 23 Jan 2019 14:57:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=chBVMwzjNPannioQJTQaKUW8hZTcHq/vz45yGlCAQkY=; b=B9OSu6f+yRBG5eo5ICQw63LqHfoDnzFw/evOA2gTQk07WjNvBDgeVJ7PheaFXDLKbP UjAPGEb7Cw8a9tXY+19jP6/df9Ei0ywDlylsaWiIA8lS4IEYqRTfLAEKouaKMIflWH8p /XRUkYXS0iOzvArVvSF8f0oN88ocKG7bZ7mn4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=chBVMwzjNPannioQJTQaKUW8hZTcHq/vz45yGlCAQkY=; b=nhZG/mk9bwRe7AGA5GdSwzEHZeNtFw6+Ty5NHX+ebC8jFDqg4LPZ9Xj+oQDWXj2pUR 8C2SJQlAe5NWMWCYtxxxkHJqCguSVp6tKHFLP1iofY1VDO13R2DKDQfpZ/MlnvHWC4/q mJhrHMqGTHoEY7KknIWf9sxtuXsLFRzsKMOpwD511fXeFUOcXMP74wG8LMGCLIwqR90X QLGG3GexK93VbSx0Vuff2GmR9Aa+tTiFHatAuaGdeJhRcu2QUWxR+ivovmmDDuK/2agZ Ds4PiK8myRz7GLq9u8voCUY6mzlT6fauwWgY1ptFLMeNijITjA2Wnmnfh8IbUYrseXUu MGgA== X-Gm-Message-State: AJcUukdRbcik+0cx857S0x+BkpZhHFNvZOznaPbc77284hm2K31pbEBG o7V5JHpqFg4LkxWTPPbL1IXC90FXddo= X-Google-Smtp-Source: ALg8bN5A92CFmGjsZxXhNojK75KqCQyQasTcGvtf2QX+GXdCb084QYaK2383xzsF0j0/hFu6wMlKrA== X-Received: by 2002:a17:902:2a0a:: with SMTP id i10mr4071167plb.323.1548284243021; Wed, 23 Jan 2019 14:57:23 -0800 (PST) Received: from cloudburst.twiddle.net (97-126-115-157.tukw.qwest.net. [97.126.115.157]) by smtp.gmail.com with ESMTPSA id y9sm23858132pfi.74.2019.01.23.14.57.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 23 Jan 2019 14:57:22 -0800 (PST) From: Richard Henderson To: qemu-devel@nongnu.org Date: Wed, 23 Jan 2019 14:57:04 -0800 Message-Id: <20190123225705.28963-13-richard.henderson@linaro.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20190123225705.28963-1-richard.henderson@linaro.org> References: <20190123225705.28963-1-richard.henderson@linaro.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::643 Subject: [Qemu-devel] [PATCH 12/13] tcg/tci: enable dynamic TLB sizing X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: cota@braap.org, alex.bennee@linaro.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" This is automatic due to TCI using the other softtlb macros. Signed-off-by: Richard Henderson --- tcg/tci/tcg-target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcg/tci/tcg-target.h b/tcg/tci/tcg-target.h index 816dc4697c..d9a28752c1 100644 --- a/tcg/tci/tcg-target.h +++ b/tcg/tci/tcg-target.h @@ -43,7 +43,7 @@ #define TCG_TARGET_INTERPRETER 1 #define TCG_TARGET_INSN_UNIT_SIZE 1 #define TCG_TARGET_TLB_DISPLACEMENT_BITS 32 -#define TCG_TARGET_IMPLEMENTS_DYN_TLB 0 +#define TCG_TARGET_IMPLEMENTS_DYN_TLB 1 #if UINTPTR_MAX == UINT32_MAX # define TCG_TARGET_REG_BITS 32