From patchwork Fri Dec 9 11:06:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= X-Patchwork-Id: 13069492 Return-Path: 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 665E6C4332F for ; Fri, 9 Dec 2022 11:07:56 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3bDe-0004yC-8L; Fri, 09 Dec 2022 06:07:06 -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 1p3bDI-0004wv-D4 for qemu-devel@nongnu.org; Fri, 09 Dec 2022 06:06:49 -0500 Received: from mail-wm1-x331.google.com ([2a00:1450:4864:20::331]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p3bDG-0000Zy-Qq for qemu-devel@nongnu.org; Fri, 09 Dec 2022 06:06:43 -0500 Received: by mail-wm1-x331.google.com with SMTP id k22-20020a05600c1c9600b003d1ee3a6289so3158207wms.2 for ; Fri, 09 Dec 2022 03:06:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=P1XZqzx8SzT2AxQxVxKOk6muGF552luMg73/1kO+f3k=; b=Mrcfhes7AV4wSEN7Yjkp0qBJznyW9JsQtege4gj4gcxiniLFiUWBVMWCclUhr3AU87 MhHQqQv/VM8kqeSBo25mPVyS9xgfVf9nGBzhYg+GB1aDpsmAKZvctK/APyvIXp7vCHnz rnXfCqAFX43yO+ABBZfFvlcw7HTKM8352rqWS5M/MzC/9BIzPDfn9Dy2aV9bCoYz2o3d 4yKnf683k+FKxraoB2mUraMgmKNblB3eR25T+CLV/DoXzTKmbbCbyARex0kupt0hRiZV LRKvzhs7+Cbv6KuadixlTA4POOFp/FGDdHBngNUOh4n5JN+EAe8b5I+Wm+4VLbFfBOx4 jTrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=P1XZqzx8SzT2AxQxVxKOk6muGF552luMg73/1kO+f3k=; b=EUom8UnZ01rpBLJ08SDvOXpgwjKMb4FYTWMBFzIGiNHZqro5aEOSmo66PF0CutL5C/ +MANIV5IleBwZbbxnWmLWVa7hYukncAD2DzL0L173Ar0bhASqVUQMgXSeiVW4BSIcvGN LSZZINv1Yw8+xMXZJXaKesQrDR5x7xQh0jqw3Q1r/JH48rzsTdvooajITRTjEzVGKXLk 5VdXAfpC42qAeNjgxjm55zuT1yoj0oM5JunKVaBn6TBkFu02pjaPe+9WZN0Z2UlAh+ak YEzkg4Q/PggKij5gUaYCUstvc5eXe+pX4UyR/yA3yCdGjvNSYbY/uW9c0zmoLcNsKoSQ rXuQ== X-Gm-Message-State: ANoB5pkiZe4l3z48kNyN2pqg4NMhGtq/nNs50cMpRQ7CsVMg5KCS0U9p hTPsFlVjQFvObi0E17SAHqzkY49ddz+Z2Vg7O5E= X-Google-Smtp-Source: AA0mqf5jR6n5mzVcnb72vMQus8FxZPR9u9FbtVD8Th+MP6nVXz+dtk8AMhqFurbq6eVM873VRsJREg== X-Received: by 2002:a05:600c:4e91:b0:3d1:dc6f:b1a4 with SMTP id f17-20020a05600c4e9100b003d1dc6fb1a4mr5810026wmq.5.1670584000957; Fri, 09 Dec 2022 03:06:40 -0800 (PST) Received: from localhost.localdomain ([81.0.6.76]) by smtp.gmail.com with ESMTPSA id a9-20020a05600c2d4900b003c6bd12ac27sm1349204wmg.37.2022.12.09.03.06.39 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Fri, 09 Dec 2022 03:06:40 -0800 (PST) From: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi , Peter Xu , David Hildenbrand , Paolo Bonzini , =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= Subject: [PATCH-for-8.0 v3 1/2] physmem: Remove unused "exec/translate-all.h" Date: Fri, 9 Dec 2022 12:06:30 +0100 Message-Id: <20221209110631.59031-2-philmd@linaro.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221209110631.59031-1-philmd@linaro.org> References: <20221209110631.59031-1-philmd@linaro.org> MIME-Version: 1.0 Received-SPF: pass client-ip=2a00:1450:4864:20::331; envelope-from=philmd@linaro.org; helo=mail-wm1-x331.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Signed-off-by: Philippe Mathieu-Daudé --- softmmu/physmem.c | 1 - 1 file changed, 1 deletion(-) diff --git a/softmmu/physmem.c b/softmmu/physmem.c index 1b606a3002..d562c0bb93 100644 --- a/softmmu/physmem.c +++ b/softmmu/physmem.c @@ -58,7 +58,6 @@ #include "qemu/rcu_queue.h" #include "qemu/main-loop.h" -#include "exec/translate-all.h" #include "sysemu/replay.h" #include "exec/memory-internal.h"