Message ID | 20241029085934.2799066-12-zhao1.liu@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show
Return-Path: <qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 70F01D5B164 for <qemu-devel@archiver.kernel.org>; Tue, 29 Oct 2024 08:45:35 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <qemu-devel-bounces@nongnu.org>) id 1t5hpS-00033w-4Z; Tue, 29 Oct 2024 04:43:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <zhao1.liu@intel.com>) id 1t5hpR-00033i-6k for qemu-devel@nongnu.org; Tue, 29 Oct 2024 04:43:53 -0400 Received: from mgamail.intel.com ([198.175.65.20]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <zhao1.liu@intel.com>) id 1t5hpP-00083P-Eg for qemu-devel@nongnu.org; Tue, 29 Oct 2024 04:43:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1730191431; x=1761727431; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fzNuBXULCODz/FU9wq/GkP4Ss2qGsps+MsRx2BwEg6s=; b=Wx9FtCI5UtZ5tX/FMKo22AlKdnJdclS7JpsgJRAkCbDIAvQ4ysu1SSlW ITeIW30YRCvGwrA0iAibS8UgPRG91O2Le8YN72B5V40JyOTF1rlnmK/dz nDJlHWRC6mFAWDSlzcVi3O9SD1T2hBJ083s2KmVZLuAZ3yMDpb0m0L/LA hiu6R3/5MlY3FEwRyrfotAVjab+vCpbWbWT1b+cDEGwlvHLSxaoVauDfj HNiu9UavRYxY3P6lbs/laOZlV2okebZ5SFBBfda1patDZMQnaV7/gQl6B NkpLYAl5GO2/PZ9ckzQyiEwyemXKkKtDW7LN6MTefr2nVXLU5b01L9wgq Q==; X-CSE-ConnectionGUID: Yu3o6vtoTd2Z39kHnJYWcw== X-CSE-MsgGUID: CmqGR7IATMO+HocZIkSsEg== X-IronPort-AV: E=McAfee;i="6700,10204,11222"; a="29592822" X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="29592822" Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2024 01:43:41 -0700 X-CSE-ConnectionGUID: ifxcJGuySaClaF603DHHiA== X-CSE-MsgGUID: GHzK+cUrQmuXRIFtrIu8tg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,241,1725346800"; d="scan'208";a="85847213" Received: from liuzhao-optiplex-7080.sh.intel.com ([10.239.160.36]) by fmviesa003.fm.intel.com with ESMTP; 29 Oct 2024 01:43:39 -0700 From: Zhao Liu <zhao1.liu@intel.com> To: Paolo Bonzini <pbonzini@redhat.com>, =?utf-8?q?Daniel_P_=2E_Berrang?= =?utf-8?q?=C3=A9?= <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net> Cc: qemu-devel@nongnu.org, Zhao Liu <zhao1.liu@intel.com> Subject: [PATCH 11/16] target/mips: Replace type_register() with type_register_static() Date: Tue, 29 Oct 2024 16:59:29 +0800 Message-Id: <20241029085934.2799066-12-zhao1.liu@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20241029085934.2799066-1-zhao1.liu@intel.com> References: <20241029085934.2799066-1-zhao1.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.175.65.20; envelope-from=zhao1.liu@intel.com; helo=mgamail.intel.com X-Spam_score_int: -47 X-Spam_score: -4.8 X-Spam_bar: ---- X-Spam_report: (-4.8 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.373, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <https://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org |
Series |
qom/object: Deprecate type_register()
|
expand
|
diff --git a/target/mips/cpu.c b/target/mips/cpu.c index 9724e71a5e0f..80ad4ae1084c 100644 --- a/target/mips/cpu.c +++ b/target/mips/cpu.c @@ -626,7 +626,7 @@ static void mips_register_cpudef_type(const struct mips_def_t *def) .class_data = (void *)def, }; - type_register(&ti); + type_register_static(&ti); g_free(typename); }
Replace type_register() with type_register_static() because type_register() will be deprecated. Signed-off-by: Zhao Liu <zhao1.liu@intel.com> --- target/mips/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)