mirror of https://github.com/xemu-project/xemu.git
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:
parent
845d27a913
commit
a476b21672
|
@ -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
|
||||||
------------
|
------------
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue