From nobody Tue Nov 26 21:35:56 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=1705390552; cv=none; d=zohomail.com; s=zohoarc; b=XnZ2fzdwtEO73ivPCTHli4uwbwtmSzooBr0D6APM+hArB9T2vthiNNScpgFfHbeSmdwsjorHQi0pcR2tGKTNXfL19hPUgJ8ChltoZN7Foqjg67JOqfgwqx5vwOB17WtgPFq9rROUYgIj5BLoDruzMwaN7/oB35sEYfGfxn/d4u0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1705390552; 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=yA5RqzX0ENeRhZbQR5qLvXWElOFL0Wq+grAqBgFVrlY=; b=k4TOZ82ANqfmT9f4Pz9xtGZ7/SySUSjwkiPn/frew8gtyaO9D7QbtyPe7EAxuJitOUyiz6rBZ6jaEHL2bow22z453kzDcL9ss4Xyg+fV7coXjhZD/MrbeDk1+hz2R4zFhG1EKUH4IRj8Ds6wXQygN0NMdVw8BUlQ1AF1x2uTYZc= 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 1705390552691476.3272264400846; Mon, 15 Jan 2024 23:35:52 -0800 (PST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rPdxh-0000BW-N5; Tue, 16 Jan 2024 02:34:17 -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 1rPdxX-0008W8-Ob for qemu-devel@nongnu.org; Tue, 16 Jan 2024 02:34:08 -0500 Received: from mgamail.intel.com ([198.175.65.13]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rPdxV-00046M-Qa for qemu-devel@nongnu.org; Tue, 16 Jan 2024 02:34:07 -0500 Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jan 2024 23:34:04 -0800 Received: from liuzhao-optiplex-7080.sh.intel.com ([10.239.160.36]) by fmsmga004.fm.intel.com with ESMTP; 15 Jan 2024 23:34:02 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1705390446; x=1736926446; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wxfO0GB3fE2GrfXAUzO3sCYlHkKdzluI5pqFxXcLrMI=; b=h6BJznZT51uNw8flcxLa8m90BsOKNRgVjYindGA+Es5pSLYyN/nv8Vqh GJ5n4+8+Xq4HEDLZa+wyqRFDHsncqf1x8mjE/YoU1QseQelBqebuT/gDI IpVx9bja2YAc5dfxpFHRKgEJmgymfEPwRzsRzv13dK8IHYAC+gdza72Kv lFbEsEWh1+zt5xZVOTBTSL3vytT/e6TSE3gXgB9q9XEsJMyHEbs2fIfdA 7uuTh9lCbjXFhQKyZi32PP7YvN1O4B70nD4lzw45lHpGrcqYmeDlYjdHu rIyneRoIABxtbwTdKd8ZidwRcXx6UvsSZOc55V/+Un9pQg5ziZAfSqfmE g==; X-IronPort-AV: E=McAfee;i="6600,9927,10954"; a="6875764" X-IronPort-AV: E=Sophos;i="6.04,198,1695711600"; d="scan'208";a="6875764" X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10954"; a="854266416" X-IronPort-AV: E=Sophos;i="6.04,198,1695711600"; d="scan'208";a="854266416" From: Zhao Liu To: Eduardo Habkost , Marcel Apfelbaum , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Yanan Wang , Peter Maydell Cc: qemu-devel@nongnu.org, Zhao Liu Subject: [PATCH v2 5/9] hw/core: Cleanup unused included header in machine-qmp-cmds.c Date: Tue, 16 Jan 2024 15:46:43 +0800 Message-Id: <20240116074647.3644821-6-zhao1.liu@linux.intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240116074647.3644821-1-zhao1.liu@linux.intel.com> References: <20240116074647.3644821-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=198.175.65.13; envelope-from=zhao1.liu@linux.intel.com; helo=mgamail.intel.com X-Spam_score_int: -34 X-Spam_score: -3.5 X-Spam_bar: --- X-Spam_report: (-3.5 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-1.531, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, 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: 1705390554288100003 Content-Type: text/plain; charset="utf-8" From: Zhao Liu Remove unused header (qemu/main-loop.h) in machine-qmp-cmds.c. Tested by "./configure" and then "make". Signed-off-by: Zhao Liu --- hw/core/machine-qmp-cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/core/machine-qmp-cmds.c b/hw/core/machine-qmp-cmds.c index 3860a50c3b7b..ba629379dd92 100644 --- a/hw/core/machine-qmp-cmds.c +++ b/hw/core/machine-qmp-cmds.c @@ -8,6 +8,7 @@ */ =20 #include "qemu/osdep.h" + #include "hw/acpi/vmgenid.h" #include "hw/boards.h" #include "hw/intc/intc.h" @@ -19,7 +20,6 @@ #include "qapi/qmp/qobject.h" #include "qapi/qobject-input-visitor.h" #include "qapi/type-helpers.h" -#include "qemu/main-loop.h" #include "qemu/uuid.h" #include "qom/qom-qobject.h" #include "sysemu/hostmem.h" --=20 2.34.1