From nobody Tue Nov 26 21:29:08 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass header.i=@intel.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=linux.intel.com ARC-Seal: i=1; a=rsa-sha256; t=1705311450; cv=none; d=zohomail.com; s=zohoarc; b=MiQyeq/EdWx2UQkaUODhu31oYCERmbENHSvJKqsEVgBefrKiL+5HEn2yuEXPUi0//LdDSUfU9zEW74EOVciHMLMWDPt9J+xJzC4iTuMDe7fi+C1PYHQpBd9fV0FxROLu4AmlyeQE3UlG7og5Q9y79woZ9Cj5FGvAWDUHhH8TRaA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1705311450; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=xKBLVpYwJj8GDSlejcTAqVcdbS9Yv9zI2NbFF9kc28I=; b=GQRKE4q9oX+X2ROvU9I0fmoH5fdRQURMK/vgnu7RjoMkSnqA6pvotloFocg61WotoEvlpVIMOv28pcs2klV9I+XEi7Y6XAPCY18tX+pshvnZzObUvpAZhZKu9kF39DvGHQT7ECWHevCd3Vhm6+Y+nfFguk+HKPl/hmVCgbY+Itw= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=@intel.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1705311450792609.6889318806589; Mon, 15 Jan 2024 01:37:30 -0800 (PST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rPJOH-0002xX-Og; Mon, 15 Jan 2024 04:36:21 -0500 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 ) id 1rPJOE-0002ux-Qt for qemu-devel@nongnu.org; Mon, 15 Jan 2024 04:36:18 -0500 Received: from mgamail.intel.com ([192.55.52.120]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rPJOC-00083u-II for qemu-devel@nongnu.org; Mon, 15 Jan 2024 04:36:18 -0500 Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jan 2024 01:36:10 -0800 Received: from liuzhao-optiplex-7080.sh.intel.com ([10.239.160.36]) by fmsmga006.fm.intel.com with ESMTP; 15 Jan 2024 01:36:07 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1705311376; x=1736847376; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=flRKbSEdAP4ceuEU5TinqRhscLt9QCn3R7aZPVfjlfo=; b=UC6WIJhRdLjE9bQYhr4bbt9ilRuekGyiOAGmyH+0vA9vgC4Ht+n7ahcM NMIA1mesq/lm8mSYs/2bSvqvtPlMQqzaofUUxGWRb4l/S/vdqYcaPxOP1 WVeMJTQsuu2sHrNZciRioCVvrxTDgWBhLHtBwR3O9YjQ+5TfgGuF521X1 JndJHXK9jvH1FWGnXAL+Kf2z7ewnurk7JCVZZ5CVPgrwnmVsOUy+LRn/R U0MaE1jOH54lNf3LLnoxgXRRhxQlakItdXz7LddrDD+YlRLsqorIuOgdn HFUixHFz0X8c/yc7pnF6noBDSQ+qopJm4zGUSpmScL1JeT51yrBLgTWOI g==; X-IronPort-AV: E=McAfee;i="6600,9927,10953"; a="398439715" X-IronPort-AV: E=Sophos;i="6.04,196,1695711600"; d="scan'208";a="398439715" X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10953"; a="1030594153" X-IronPort-AV: E=Sophos;i="6.04,196,1695711600"; d="scan'208";a="1030594153" From: Zhao Liu To: Eduardo Habkost , Marcel Apfelbaum , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Yanan Wang Cc: qemu-devel@nongnu.org, Zhao Liu Subject: [PATCH 03/11] hw/core: Reorder included headers in cpu-common.c Date: Mon, 15 Jan 2024 17:48:44 +0800 Message-Id: <20240115094852.3597165-4-zhao1.liu@linux.intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240115094852.3597165-1-zhao1.liu@linux.intel.com> References: <20240115094852.3597165-1-zhao1.liu@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: none client-ip=192.55.52.120; envelope-from=zhao1.liu@linux.intel.com; helo=mgamail.intel.com X-Spam_score_int: -70 X-Spam_score: -7.1 X-Spam_bar: ------- X-Spam_report: (-7.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-2.758, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @intel.com) X-ZM-MESSAGEID: 1705311450979100004 Content-Type: text/plain; charset="utf-8" From: Zhao Liu Reorder the header files (except qemu/osdep.h) in alphabetical order. Tested by "./configure" and then "make". Signed-off-by: Zhao Liu --- hw/core/cpu-common.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/core/cpu-common.c b/hw/core/cpu-common.c index bb21dfc03029..1b785a6965ea 100644 --- a/hw/core/cpu-common.c +++ b/hw/core/cpu-common.c @@ -20,15 +20,15 @@ =20 #include "qemu/osdep.h" =20 -#include "qapi/error.h" -#include "hw/core/cpu.h" -#include "sysemu/hw_accel.h" #include "exec/log.h" -#include "sysemu/tcg.h" #include "hw/boards.h" +#include "hw/core/cpu.h" #include "hw/qdev-properties.h" -#include "trace.h" +#include "qapi/error.h" #include "qemu/plugin.h" +#include "sysemu/hw_accel.h" +#include "sysemu/tcg.h" +#include "trace.h" =20 CPUState *cpu_by_arch_id(int64_t id) { --=20 2.34.1