docs: Update path that mentions deprecated.rst
authorMao Zhongyi <maozhongyi@cmss.chinamobile.com>
Fri, 23 Jul 2021 06:58:28 +0000 (14:58 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Jul 2021 09:57:40 +0000 (10:57 +0100)
Missed in commit f3478392 "docs: Move deprecation, build
and license info out of system/"

Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20210723065828.1336760-1-maozhongyi@cmss.chinamobile.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
configure
target/i386/cpu.c

index 445f7fe2d19ebe26f010ca92bc3f92e336ce2467..42ac45c3e502da472bc2c08cd3a93236e420cca1 100644 (file)
@@ -3439,7 +3439,7 @@ F: contrib/gitdm/*
 
 Incompatible changes
 R: libvir-list@redhat.com
-F: docs/system/deprecated.rst
+F: docs/about/deprecated.rst
 
 Build System
 ------------
index 69cef6886127bd65871077d9e448d4ad49f1cb1a..79e2ddc74e0d7ad02d38ec701a3aa52daf365b7f 100755 (executable)
--- a/configure
+++ b/configure
@@ -5230,7 +5230,7 @@ fi
 
 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
 
index edb97ebbbeead68abcb7dd368fc4df3caa99cd08..34a7ce865bba4dcf759c719a2bb66fb8c355fe19 100644 (file)
@@ -4110,7 +4110,7 @@ static const X86CPUDefinition builtin_x86_defs[] = {
  * 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 = 1;