docs: Update path that mentions deprecated.rst

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>
This commit is contained in:
Mao Zhongyi 2021-07-23 14:58:28 +08:00 committed by Peter Maydell
parent 845d27a913
commit a476b21672
3 changed files with 3 additions and 3 deletions

View File

@ -3439,7 +3439,7 @@ F: contrib/gitdm/*
Incompatible changes Incompatible changes
R: libvir-list@redhat.com R: libvir-list@redhat.com
F: docs/system/deprecated.rst F: docs/about/deprecated.rst
Build System Build System
------------ ------------

2
configure vendored
View File

@ -5230,7 +5230,7 @@ fi
if test -n "${deprecated_features}"; then if test -n "${deprecated_features}"; then
echo "Warning, deprecated features enabled." echo "Warning, deprecated features enabled."
echo "Please see docs/system/deprecated.rst" echo "Please see docs/about/deprecated.rst"
echo " features: ${deprecated_features}" echo " features: ${deprecated_features}"
fi fi

View File

@ -4110,7 +4110,7 @@ static const X86CPUDefinition builtin_x86_defs[] = {
* none", but this is just for compatibility while libvirt isn't * none", but this is just for compatibility while libvirt isn't
* adapted to resolve CPU model versions before creating VMs. * adapted to resolve CPU model versions before creating VMs.
* See "Runnability guarantee of CPU models" at * See "Runnability guarantee of CPU models" at
* docs/system/deprecated.rst. * docs/about/deprecated.rst.
*/ */
X86CPUVersion default_cpu_version = 1; X86CPUVersion default_cpu_version = 1;