Add virt to .../zh_CN/index and translate it into Chinese.
Signed-off-by: Yanteng Si <redacted>
---
Documentation/translations/zh_CN/index.rst | 2 +-
.../translations/zh_CN/virt/index.rst | 37 +++++++++++++++++++
2 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 Documentation/translations/zh_CN/virt/index.rst
diff --git a/Documentation/translations/zh_CN/index.rst b/Documentation/translations/zh_CN/index.rst
index 1f953d3439a5..f8f9fd1d5b09 100644
--- a/Documentation/translations/zh_CN/index.rst
+++ b/Documentation/translations/zh_CN/index.rst
@@ -97,6 +97,7 @@ TODOList:
iio/index
sound/index
filesystems/index
+ virt/index
TODOList:
@@ -122,7 +123,6 @@ TODOList:
* spi/index
* w1/index
* watchdog/index
-* virt/index
* input/index
* hwmon/index
* gpu/index
diff --git a/Documentation/translations/zh_CN/virt/index.rst b/Documentation/translations/zh_CN/virt/index.rst
new file mode 100644
index 000000000000..f5c922bbd8a8
--- /dev/null
+++ b/Documentation/translations/zh_CN/virt/index.rst
@@ -0,0 +1,37 @@
+.. SPDX-License-Identifier: GPL-2.0
+.. include:: ../disclaimer-zh_CN.rst
+
+:Original: Documentation/virt/index.rst
+
+:翻译:
+
+ 司延腾 Yanteng Si <siyanteng@loongson.cn>
+
+:校译:
+
+
+
+.. _cn_virt_index:
+
+===============
+Linux虚拟化支持
+===============
+
+.. toctree::
+ :maxdepth: 2
+
+TODOLIST:
+
+ kvm/index
+ uml/user_mode_linux_howto_v2
+ paravirt_ops
+ guest-halt-polling
+ ne_overview
+ acrn/index
+
+.. only:: html and subproject
+
+ Indices
+ =======
+
+ * :ref:`genindex`
--
2.27.0