From nobody Tue Nov 26 06:55:05 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=1710142986; cv=none; d=zohomail.com; s=zohoarc; b=eUo0xfPksDyraLQgXdSNymGlbUToPFOzjsWBTRFb9nSJxLVSuKEpz3lYRSsMqMC6sBCk8xB//2pPntRyS90b7ZCYefB3adzyQAZ2Q5TS0Y7zG0bHy9AUnw6iLX3VqJsSxEaYyfNqxI88x1tChFItY8Ol9Ls7PKR/kkWK3JcUUQc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1710142986; 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=BJWxCnIDw5MEueBB+TlVJpbNeRHyCSvxmCv89qQv2hY=; b=CwBU/oCGeNzzrlU1SpY2xvrPcng2pBczpEyZdBuYk3pkZ5cNiW9s3NzgSWCbC6S+Fco3bkhmRG0S+/oSvSglD6dQlmWXGRrsZSZW8BzfHMny03+gs6ib0UT69n/Oq8rPO2vRdgNMOK/PyaIwoCfvnFTbgXqMNsOyXRkw60zugp0= 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 1710142985952522.9279082065509; Mon, 11 Mar 2024 00:43:05 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rjaJ6-0006mP-C8; Mon, 11 Mar 2024 03:42:48 -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 ) id 1rjaJ0-0006kq-8r for qemu-devel@nongnu.org; Mon, 11 Mar 2024 03:42:42 -0400 Received: from mgamail.intel.com ([198.175.65.12]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rjaIy-0006Mg-Om for qemu-devel@nongnu.org; Mon, 11 Mar 2024 03:42:42 -0400 Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2024 00:42:40 -0700 Received: from liuzhao-optiplex-7080.sh.intel.com ([10.239.160.36]) by fmviesa002.fm.intel.com with ESMTP; 11 Mar 2024 00:42:38 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1710142961; x=1741678961; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=t+qVxgHMp8QQrDjCT2jwFiWCFrzSGHJoh9cNdr4wdnc=; b=meY3lKQrbFmE424jJ1wtU0vlX422PDIjxrtZC7NAB9MlaLkqyg9nH314 aT7PQL9APnArqwoV68VpgCiK9KD1ZtK5o95vdVc+Mv7QGqplJUc7scqZC wt62lI0473IqaJ7jxz+3E0x1VWzZVxPjyw7Ud1IE377bAJxAiEYAIsyqJ N8Y2pzGsmW8QYQKtWeuwQmVpKqezeZfvmvjj+46Junv3HhJY13+k2paeh lw7OsfFhOOxbWzV06xHSjec7gZhaV6C66EJle+I6DpevPAL+gXNDhMS0p 1e11IvrqiMo+TpokoKKsJWHqIzBn5GNzraowAnZ2XzTrDID3Nbxkzqr4u g==; X-IronPort-AV: E=McAfee;i="6600,9927,11009"; a="16229078" X-IronPort-AV: E=Sophos;i="6.07,116,1708416000"; d="scan'208";a="16229078" X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,116,1708416000"; d="scan'208";a="34215923" From: Zhao Liu To: Eduardo Habkost , Marcel Apfelbaum , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Yanan Wang , Peter Maydell , Thomas Huth , qemu-devel@nongnu.org Cc: Zhao Liu Subject: [PATCH v3 2/3] hw/core: Cleanup unused included header in machine-qmp-cmds.c Date: Mon, 11 Mar 2024 15:56:20 +0800 Message-Id: <20240311075621.3224684-3-zhao1.liu@linux.intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240311075621.3224684-1-zhao1.liu@linux.intel.com> References: <20240311075621.3224684-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.12; envelope-from=zhao1.liu@linux.intel.com; helo=mgamail.intel.com X-Spam_score_int: -29 X-Spam_score: -3.0 X-Spam_bar: --- X-Spam_report: (-3.0 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.945, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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: 1710142986869100001 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 Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- hw/core/machine-qmp-cmds.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/core/machine-qmp-cmds.c b/hw/core/machine-qmp-cmds.c index 3860a50c3b7b..4b72009cd3c3 100644 --- a/hw/core/machine-qmp-cmds.c +++ b/hw/core/machine-qmp-cmds.c @@ -19,7 +19,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