From nobody Sun May 12 15:25:16 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.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 Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1627023659315797.8885890859514; Fri, 23 Jul 2021 00:00:59 -0700 (PDT) Received: from localhost ([::1]:52540 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m6pB3-0004J1-PZ for importer@patchew.org; Fri, 23 Jul 2021 03:00:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50286) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6p9Q-0003Ee-M1 for qemu-devel@nongnu.org; Fri, 23 Jul 2021 02:59:17 -0400 Received: from cmccmta2.chinamobile.com ([221.176.66.80]:46917) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m6p9N-0001NZ-7z for qemu-devel@nongnu.org; Fri, 23 Jul 2021 02:59:16 -0400 Received: from spf.mail.chinamobile.com (unknown[172.16.121.1]) by rmmx-syy-dmz-app07-12007 (RichMail) with SMTP id 2ee760fa688c85a-63fbd; Fri, 23 Jul 2021 14:58:20 +0800 (CST) Received: from maozy-host.mshome.net (unknown[10.42.68.12]) by rmsmtp-syy-appsvr01-12001 (RichMail) with SMTP id 2ee160fa6883c20-527a7; Fri, 23 Jul 2021 14:58:20 +0800 (CST) X-RM-TRANSID: 2ee760fa688c85a-63fbd X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 X-RM-TRANSID: 2ee160fa6883c20-527a7 From: Mao Zhongyi To: qemu-devel@nongnu.org Subject: [PATCH] docs: Update path that mentions deprecated.rst Date: Fri, 23 Jul 2021 14:58:28 +0800 Message-Id: <20210723065828.1336760-1-maozhongyi@cmss.chinamobile.com> X-Mailer: git-send-email 2.31.1 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: pass client-ip=221.176.66.80; envelope-from=maozhongyi@cmss.chinamobile.com; helo=cmccmta2.chinamobile.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, 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.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, thuth@redhat.com, berrange@redhat.com, ehabkost@redhat.com, Mao Zhongyi , richard.henderson@linaro.org, f4bug@amsat.org, pbonzini@redhat.com, vkuznets@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZM-MESSAGEID: 1627023662421100001 Content-Type: text/plain; charset="utf-8" Missed in commit f3478392 "docs: Move deprecation, build and license info out of system/" Signed-off-by: Mao Zhongyi Reviewed-by: Peter Maydell --- MAINTAINERS | 2 +- configure | 2 +- target/i386/cpu.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4256ad1adb..701d071258 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3435,7 +3435,7 @@ F: contrib/gitdm/* =20 Incompatible changes R: libvir-list@redhat.com -F: docs/system/deprecated.rst +F: docs/about/deprecated.rst =20 Build System ------------ diff --git a/configure b/configure index b5965b159f..dfbbfc5e94 100755 --- a/configure +++ b/configure @@ -5242,7 +5242,7 @@ fi =20 if test -n "${deprecated_features}"; then echo "Warning, deprecated features enabled." - echo "Please see docs/system/deprecated.rst" + echo "Please see docs/about/deprecated.rst" echo " features: ${deprecated_features}" fi =20 diff --git a/target/i386/cpu.c b/target/i386/cpu.c index 48b55ebd0a..129602fc97 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -4110,7 +4110,7 @@ static const X86CPUDefinition builtin_x86_defs[] =3D { * none", but this is just for compatibility while libvirt isn't * adapted to resolve CPU model versions before creating VMs. * See "Runnability guarantee of CPU models" at - * docs/system/deprecated.rst. + * docs/about/deprecated.rst. */ X86CPUVersion default_cpu_version =3D 1; =20 --=20 2.31.1