From patchwork Thu Oct 25 17:20:16 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Emilio Cota X-Patchwork-Id: 10656287 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 628AF13A9 for ; Thu, 25 Oct 2018 17:46:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 528A32C291 for ; Thu, 25 Oct 2018 17:46:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 46D4A2C2A5; Thu, 25 Oct 2018 17:46:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DE4B52C291 for ; Thu, 25 Oct 2018 17:46:14 +0000 (UTC) Received: from localhost ([::1]:56132 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFji2-0004Rg-4E for patchwork-qemu-devel@patchwork.kernel.org; Thu, 25 Oct 2018 13:46:14 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFjKp-0006hk-AT for qemu-devel@nongnu.org; Thu, 25 Oct 2018 13:22:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFjJl-0008PX-D9 for qemu-devel@nongnu.org; Thu, 25 Oct 2018 13:21:11 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:58655) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFjJl-0008P2-57 for qemu-devel@nongnu.org; Thu, 25 Oct 2018 13:21:09 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id A83FE21F48; Thu, 25 Oct 2018 13:21:08 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 25 Oct 2018 13:21:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=braap.org; h= from:to:cc:subject:date:message-id:in-reply-to:references; s= mesmtp; bh=JJZJj/dsU8+ne8K8pHId98CGbQWxHiA+kGRp8vLaJJY=; b=IbnM3 Dmv2mEVpJKOr1lx2QmgixkuwbtmGKW6vYef/+jpeoGquj6ZmnU5BS8ffIFaFgMWm EfOcoxgsRP6P4dws7cPuDG/ulYDMMjp08hDy4CkBhZxc172m1vnoRmbYYH01PvuO Z49fh+el/7cxHrR4HEMoHBzq2HfPCKkW1qR9Uk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=JJZJj/dsU8+ne8K8pHId98CGbQWxH iA+kGRp8vLaJJY=; b=h4T6hn471K/RpwnMgKvsy0nkVhVPBIX9XsvNpVegFhFwZ zTXU5O5IuL3j9oZIpLKXu4xjKmARwV+xdYMb2AQcJa7EieENSYqunb6N+gKl4RUF R7/QAayLvQwX5YTFH46JT4ihH4NvOZeu+uCuPoi/icHWba1ecdu0JUS64Qh/1fnr VIx5FyyPiQnRp9lhT7RTnlhpxkGX/XRPOyT5umXyTkyugbDN78fW9U3fNpxHqZjo grYxpdk1KS6Ma7tYvhfLHgU+o7PPsX6kRlTLPXjJxj9mfMCsV87W2Kj6KM1HjIqH 2/ssScgFhtzUa0bSnRBWk50Rlqud2LGjnsHEM38hw== X-ME-Sender: X-ME-Proxy: Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id 462C6E4074; Thu, 25 Oct 2018 13:21:08 -0400 (EDT) From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Thu, 25 Oct 2018 13:20:16 -0400 Message-Id: <20181025172057.20414-8-cota@braap.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181025172057.20414-1-cota@braap.org> References: <20181025172057.20414-1-cota@braap.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.27 Subject: [Qemu-devel] [RFC 07/48] tcg: export TCGHelperInfo 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: Peter Maydell , =?utf-8?q?Alex_Benn=C3=A9e?= , =?utf-8?q?Llu=C3=ADs?= =?utf-8?q?_Vilanova?= , Pavel Dovgalyuk , Stefan Hajnoczi Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Emilio G. Cota Reviewed-by: Alex Bennée --- tcg/tcg.h | 7 +++++++ tcg/tcg.c | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tcg/tcg.h b/tcg/tcg.h index f4efbaa680..9f9643b470 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -480,6 +480,13 @@ typedef TCGv_ptr TCGv_env; /* Used to align parameters. See the comment before tcgv_i32_temp. */ #define TCG_CALL_DUMMY_ARG ((TCGArg)0) +typedef struct TCGHelperInfo { + void *func; + const char *name; + unsigned flags; + unsigned sizemask; +} TCGHelperInfo; + /* Conditions. Note that these are laid out for easy manipulation by the functions below: bit 0 is used for inverting; diff --git a/tcg/tcg.c b/tcg/tcg.c index 65da3c5dbf..08b6926894 100644 --- a/tcg/tcg.c +++ b/tcg/tcg.c @@ -868,13 +868,6 @@ void tcg_pool_reset(TCGContext *s) s->pool_current = NULL; } -typedef struct TCGHelperInfo { - void *func; - const char *name; - unsigned flags; - unsigned sizemask; -} TCGHelperInfo; - #include "exec/helper-proto.h" static const TCGHelperInfo all_helpers[] = {