From nobody Tue Nov 26 20:15:48 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=1705311490; cv=none; d=zohomail.com; s=zohoarc; b=D2HWM6mg6A7OHzKlTl6TTKDbTNu8qWgoSwlPwNI3qwK/YAhd3YYqd3crA+rBENcvaYTymUaFCaOEJ2kAd9u6oD/RmKoxf+a+6jlgPcfFAqQD+pdt7k8DjJ1uslIOwLnkpChSs9TCWFxNLeZuMfPJnp+bugvzE/FMbRyufpnoPeg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1705311490; 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=qdsT9RbhiflQmchmYgbWKDhU8/WBn7LDUkp2MvV8AK8=; b=iOwEksNJgujquZ8Fl9ogIiFEr42032iQ2F4LQPieDspE5mATkmenk/voAs/ZYEmsg3JWpJFhQ/8NnE7jzuvWfykNB/X6307Etd8le8jSpiRociIezTzGkssMJtweJA4r3/anaFa5/yUH5tZjVyjaMyLgWJ5I9M7bzLR2xZJ0n6U= 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 1705311490565100.5492924310596; Mon, 15 Jan 2024 01:38:10 -0800 (PST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rPJOK-0002y1-52; Mon, 15 Jan 2024 04:36:24 -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 1rPJOG-0002x4-T8 for qemu-devel@nongnu.org; Mon, 15 Jan 2024 04:36:20 -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 1rPJOF-00084H-8j for qemu-devel@nongnu.org; Mon, 15 Jan 2024 04:36:20 -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:18 -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:16 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1705311379; x=1736847379; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=BoeRZGN7eQPcgZF2+XzoPfgKu1ZXa9REGBB4Q0wXOGQ=; b=d5P5sxHeEtHWF/jyr4S8ohn/vefJFwJmoggyhAjPgUY67EZLfoqbA5+P pHjX4vcRAjp6JuPCPFXPF31ARoLP/ETNRtENXsLVzcUepH/wx0FXZxtYt fiXVYYVaWEEh8wcXZmssqYMViIosNE887YktiD79NlqRhE1vQIkz4D7AO czdTvhN6Inc5ANJdNbLz6qvOfSRFYaK2z7dVP+OUzdvaNHMi4mY/u1wGI I4qSsd71g2Vw/qsHmTU1UPH9QIOB6ag5pRgOjX8ZiWWTxgWTpKrzROUzj 0s1xwTwt6zh5ZRSmlLOpXX+AcbU4GnIOm9IQ/rTpyFfQHxIl+SCZIkmq7 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10953"; a="398439799" X-IronPort-AV: E=Sophos;i="6.04,196,1695711600"; d="scan'208";a="398439799" X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10953"; a="1030594172" X-IronPort-AV: E=Sophos;i="6.04,196,1695711600"; d="scan'208";a="1030594172" 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 08/11] hw/core: Cleanup unnecessary included header in null-machine.c Date: Mon, 15 Jan 2024 17:48:49 +0800 Message-Id: <20240115094852.3597165-9-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: 1705311491140100003 Content-Type: text/plain; charset="utf-8" From: Zhao Liu Remove the unnecessary header (hw/core/cpu.h) since the hw/boards.h has already included that header. Signed-off-by: Zhao Liu --- hw/core/null-machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/core/null-machine.c b/hw/core/null-machine.c index f586a4bef543..a0c7acc19cc3 100644 --- a/hw/core/null-machine.c +++ b/hw/core/null-machine.c @@ -12,10 +12,10 @@ */ =20 #include "qemu/osdep.h" + #include "qemu/error-report.h" #include "hw/boards.h" #include "exec/address-spaces.h" -#include "hw/core/cpu.h" =20 static void machine_none_init(MachineState *mch) { --=20 2.34.1